Page MenuHomePhorge

Bug ReportsBugs
ActivePublic

Members

  • This project does not have any members.
  • View All

Watchers (1)

Details

Description

Things that are obviously bugs

Recent Activity

Yesterday

avivey closed T15731: Editing Ponder Comments is broken as Resolved.

Can't reproduce either - 🤷🏻‍♂️

Fri, Apr 26, 06:38 · Ponder, Bug Reports

Thu, Apr 25

Iniquity added a comment to T15731: Editing Ponder Comments is broken.

@avivey hi!
I cant reproduce it. Is the problem still there?

Thu, Apr 25, 20:16 · Ponder, Bug Reports
valerio.bozzolan attached a referenced file: F706889: image.png.
Thu, Apr 25, 19:26 · Ponder, Bug Reports, UX
valerio.bozzolan attached a referenced file: F706886: image.png.
Thu, Apr 25, 19:26 · Ponder, Bug Reports, UX
valerio.bozzolan attached a referenced file: F706925: image.png.
Thu, Apr 25, 19:26 · Ponder, Bug Reports, UX
Jack_who_built_the_house updated the task description for T15797: Ponder: edits to answers are not reflected consistently in comments to it.
Thu, Apr 25, 19:09 · Bug Reports, Ponder
Iniquity moved T15711: Ponder: "New Answer" input box should be hidden for those without permissions. from Backlog to Bugs on the Ponder board.
Thu, Apr 25, 18:10 · Ponder, Bug Reports, UX
Iniquity moved T15731: Editing Ponder Comments is broken from Backlog to Bugs on the Ponder board.
Thu, Apr 25, 18:10 · Ponder, Bug Reports
Iniquity moved T15797: Ponder: edits to answers are not reflected consistently in comments to it from Backlog to Bugs on the Ponder board.
Thu, Apr 25, 18:10 · Bug Reports, Ponder
Iniquity added a project to T15731: Editing Ponder Comments is broken: Ponder.
Thu, Apr 25, 18:07 · Ponder, Bug Reports
Iniquity added a project to T15711: Ponder: "New Answer" input box should be hidden for those without permissions.: Ponder.
Thu, Apr 25, 18:05 · Ponder, Bug Reports, UX
Iniquity added a project to T15797: Ponder: edits to answers are not reflected consistently in comments to it: Bug Reports.
Thu, Apr 25, 18:04 · Bug Reports, Ponder

Thu, Apr 18

Mormegil added a comment to T15788: “Form data changed” confirmation is shown after even read-only keyboard interaction.

Yeah, that might help (like specifically in the case of the Clone dialog) even though it wouldn't help with dialogs containing writable inputs. (E.g. on the repository page, click Flag For Later instead and press Shift+Tab and Escape.) A better fix would lie at https://we.phorge.it/source/phorge/browse/master/webroot/rsrc/externals/javelin/lib/Workflow.js$413 where either the getSpecialKey would need improvement itself to return true for these non-modifying keys, or it would need to be amended with a custom check in that regard. However, I don't know where that function comes from.

Thu, Apr 18, 15:40 · Bug Reports, Phorge
valerio.bozzolan added a comment to T15788: “Form data changed” confirmation is shown after even read-only keyboard interaction.

Probably something here should be expanded to check if the form contains at least a visible input without read-only

Thu, Apr 18, 15:17 · Bug Reports, Phorge
Mormegil created T15788: “Form data changed” confirmation is shown after even read-only keyboard interaction.
Thu, Apr 18, 15:11 · Bug Reports, Phorge

Mon, Apr 15

avivey added a comment to T15706: Phorge/auth/config/view/3/ Call to phutil_nonempty_string() expected null or a string, got: PhutilSafeHTML..

done...

Mon, Apr 15, 16:36 · Auth, Bug Reports
avivey added a comment to T15706: Phorge/auth/config/view/3/ Call to phutil_nonempty_string() expected null or a string, got: PhutilSafeHTML..

Yeah, probably. I'll try to do it tonight.

Mon, Apr 15, 08:31 · Auth, Bug Reports

Sun, Apr 14

revi added a comment to T15706: Phorge/auth/config/view/3/ Call to phutil_nonempty_string() expected null or a string, got: PhutilSafeHTML..

Can this (I mean rPb445e1d80df9 )be backported into stable?

Sun, Apr 14, 12:24 · Auth, Bug Reports

Tue, Apr 2

valerio.bozzolan triaged T15612: Missing subversion commit information as Normal priority.

I can reproduce this, on an hosted Subversion repository.

Tue, Apr 2, 11:17 · Bug Reports, Phorge

Thu, Mar 28

aklapper placed T15650: AphrontDuplicateKeyQueryException dragging task from milestone column to main board column: Duplicate entry for key 'boardPHID' up for grabs.
Thu, Mar 28, 19:54 · Affects-Wikimedia, Bug Reports
aklapper added a subtask for T15650: AphrontDuplicateKeyQueryException dragging task from milestone column to main board column: Duplicate entry for key 'boardPHID': T15764: Moving tasks on a workboard via the "Add Action" dropdown does not update column and column positions tables.
Thu, Mar 28, 19:54 · Affects-Wikimedia, Bug Reports
aklapper added a parent task for T15764: Moving tasks on a workboard via the "Add Action" dropdown does not update column and column positions tables: T15650: AphrontDuplicateKeyQueryException dragging task from milestone column to main board column: Duplicate entry for key 'boardPHID'.
Thu, Mar 28, 19:54 · Bug Reports
aklapper created T15764: Moving tasks on a workboard via the "Add Action" dropdown does not update column and column positions tables.
Thu, Mar 28, 19:50 · Bug Reports

Mar 26 2024

avivey closed T15762: PhabricatorDataNotAttachedException when rendering project hovercard with username mentioned in project description as Resolved by committing rP216d308507ed: Fix Project Hovercard rendering @mention.
Mar 26 2024, 18:07 · Affects-Wikimedia, Bug Reports
avivey added a revision to T15762: PhabricatorDataNotAttachedException when rendering project hovercard with username mentioned in project description: D25562: Fix Project Hovercard rendering @mention.
Mar 26 2024, 15:40 · Affects-Wikimedia, Bug Reports
avivey added a comment to T15762: PhabricatorDataNotAttachedException when rendering project hovercard with username mentioned in project description.

It might not happen on any other card, because we might not be rendering Remarkup on any other card. Interesting....

Mar 26 2024, 10:46 · Affects-Wikimedia, Bug Reports
avivey added a comment to T15762: PhabricatorDataNotAttachedException when rendering project hovercard with username mentioned in project description.

So this is quite an edge-case:

  • PhabricatorMentionRemarkupRule wants to give the mention a different color, depending on if the user can view the "context object", in this case the Project.
  • There's an automatic rule, saying a member of a project can always view the project
  • When loading the project for the hovercard, we don't bother loading all the member list
  • When loading the user for the mention, we don't bother loading all its projects
  • so data is not available at the rendering point.
Mar 26 2024, 10:39 · Affects-Wikimedia, Bug Reports
avivey claimed T15762: PhabricatorDataNotAttachedException when rendering project hovercard with username mentioned in project description.
Mar 26 2024, 10:23 · Affects-Wikimedia, Bug Reports
valerio.bozzolan closed T15763: [Search Bug] Refusing to redirect to local resource "foo". This URI is not formatted in a recognizable way. as Resolved by committing rP27f4b8321a5e: Fix important regression in search engine.
Mar 26 2024, 06:30 · Bug Reports

Mar 25 2024

valerio.bozzolan added a revision to T15763: [Search Bug] Refusing to redirect to local resource "foo". This URI is not formatted in a recognizable way.: D25561: Fix important regression in search engine.
Mar 25 2024, 12:50 · Bug Reports
valerio.bozzolan attached a referenced file: F2036615: image.png.
Mar 25 2024, 12:35 · Bug Reports
valerio.bozzolan attached a referenced file: F2036661: image.png.
Mar 25 2024, 12:35 · Bug Reports
zhe closed Q121: [Search Bug] Refusing to redirect to local resource "foo". This URI is not formatted in a recognizable way. as obsolete.
Mar 25 2024, 12:29 · Phorge, Bug Reports
zhe created T15763: [Search Bug] Refusing to redirect to local resource "foo". This URI is not formatted in a recognizable way..
Mar 25 2024, 12:29 · Bug Reports
zhe closed Q122: [Bug] Can't setup Admin account as resolved.
Mar 25 2024, 12:27 · Bug Reports
zhe added a comment to Q122: [Bug] Can't setup Admin account.

DisableUsernameEditEventListener.php is the root cause.

Mar 25 2024, 12:27 · Bug Reports
valerio.bozzolan added a comment to Q121: [Search Bug] Refusing to redirect to local resource "foo". This URI is not formatted in a recognizable way..

Premising that we may want to rollback 328aee033fbd, probably this line is broken:

Mar 25 2024, 08:59 · Phorge, Bug Reports
valerio.bozzolan added a comment to Q121: [Search Bug] Refusing to redirect to local resource "foo". This URI is not formatted in a recognizable way..

Ouch. Probably partially my fault. Feel free to escalate this as Task under Bug Reports - close this as obsolete then

Mar 25 2024, 08:53 · Phorge, Bug Reports
avivey added a comment to Q122: [Bug] Can't setup Admin account.

I can't immediately reproduce with that version either. I'll try again later.
In the meanwhile:

  • Try clearing your browser's cache
  • Try updating Phorge to the latest commit
  • Try disabling this extension: assets/DisableUsernameEditEventListener.php
Mar 25 2024, 08:41 · Bug Reports
avivey added a comment to Q121: [Search Bug] Refusing to redirect to local resource "foo". This URI is not formatted in a recognizable way..

I can reproduce this on master with basically any string search.

Mar 25 2024, 08:30 · Phorge, Bug Reports
zhe added a comment to Q121: [Search Bug] Refusing to redirect to local resource "foo". This URI is not formatted in a recognizable way..

https://we.phorge.it just works fine. :L

Mar 25 2024, 08:30 · Phorge, Bug Reports
zhe added a comment to Q122: [Bug] Can't setup Admin account.
  1. Phorge installation
Mar 25 2024, 08:26 · Bug Reports
avivey added a comment to Q122: [Bug] Can't setup Admin account.

I can't reproduce this.
Which version of phorge/arc do you have (git log -1)?
How did you install the new Instance?

Mar 25 2024, 07:44 · Bug Reports
valerio.bozzolan added a comment to Q121: [Search Bug] Refusing to redirect to local resource "foo". This URI is not formatted in a recognizable way..

Interesting. This cannot be reproduced here in this website https://we.phorge.it? isn't it? I think no

Mar 25 2024, 07:24 · Phorge, Bug Reports
zhe added a comment to Q121: [Search Bug] Refusing to redirect to local resource "foo". This URI is not formatted in a recognizable way..

:p

Mar 25 2024, 07:22 · Phorge, Bug Reports
valerio.bozzolan added a comment to Q121: [Search Bug] Refusing to redirect to local resource "foo". This URI is not formatted in a recognizable way..

(Please edit file Visibility to make them Public :D It's another bug ihih - thanks! <3)

Mar 25 2024, 07:21 · Phorge, Bug Reports
zhe added a comment to Q121: [Search Bug] Refusing to redirect to local resource "foo". This URI is not formatted in a recognizable way..

The exception throw out when I search text in search bar:

image.png (277×808 px, 26 KB)

Mar 25 2024, 07:20 · Phorge, Bug Reports
valerio.bozzolan added a revision to T15372: "RuntimeException: Undefined array key" when pasting "a {{{a}}} a" comment (due to regex in PhutilRemarkupInterpreterBlockRule.php): D25559: Update unit test of InterpreterBlockRule for "a {{{a}}}".
Mar 25 2024, 07:18 · Bug Reports, Affects-Wikimedia
valerio.bozzolan added a revision to T15372: "RuntimeException: Undefined array key" when pasting "a {{{a}}} a" comment (due to regex in PhutilRemarkupInterpreterBlockRule.php): D25415: Make InterpreterBlockRule regex only match on valid interpreter names.
Mar 25 2024, 07:12 · Bug Reports, Affects-Wikimedia
valerio.bozzolan added a comment to Q121: [Search Bug] Refusing to redirect to local resource "foo". This URI is not formatted in a recognizable way..

Please also include your exact search. I think you are searching by https://foo and that is unfortunately not possible without "doing this"

Mar 25 2024, 06:29 · Phorge, Bug Reports