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

Thu, Sep 28

aklapper closed T15648: Transaction text when changing Diffusion URI I/O type is about Display type instead as Resolved by committing rP03afb97ff20b: Correct Transaction text when changing Diffusion URI I/O type.
Thu, Sep 28, 07:20 · Affects-Wikimedia, Bug Reports

Wed, Sep 27

aklapper added a revision to T15648: Transaction text when changing Diffusion URI I/O type is about Display type instead: D25443: Correct Transaction text when changing Diffusion URI I/O type.
Wed, Sep 27, 16:51 · Affects-Wikimedia, Bug Reports
aklapper created T15648: Transaction text when changing Diffusion URI I/O type is about Display type instead.
Wed, Sep 27, 16:50 · Affects-Wikimedia, Bug Reports
aklapper added a project to T15646: Renaming several Pholio Mockup images creates neverending daemon task (PhutilProxyException due to Array to string conversion): Affects-Wikimedia.
Wed, Sep 27, 08:50 · Affects-Wikimedia, Bug Reports

Tue, Sep 26

aklapper added a revision to T15646: Renaming several Pholio Mockup images creates neverending daemon task (PhutilProxyException due to Array to string conversion): D25441: Fix array to string conversion renaming several Pholio mockup images at once.
Tue, Sep 26, 13:10 · Affects-Wikimedia, Bug Reports
aklapper created T15646: Renaming several Pholio Mockup images creates neverending daemon task (PhutilProxyException due to Array to string conversion).
Tue, Sep 26, 13:05 · Affects-Wikimedia, Bug Reports

Sun, Sep 17

Dylsss merged T15618: Lots of "Unknown Object"s referenced from revisions into T15110: File reference not removed when file is deleted.
Sun, Sep 17, 23:32 · Files, Bug Reports
Dylsss merged task T15618: Lots of "Unknown Object"s referenced from revisions into T15110: File reference not removed when file is deleted.
Sun, Sep 17, 23:32 · Differential, Bug Reports

Tue, Sep 5

aklapper added a comment to T15631: "Map returned omits required key" exception for second result page (cursor) for Maniphest search ordered by custom field.

In theory this could be a two-liner: Changing the last character of the $prefix, and in PhabricatorCursorPagedPolicyAwareQuery.php

- $map[$field->getFieldKey()] = $field->getValueForStorage();
+ $map[$field->getModernFieldKey()] = $field->getValueForStorage();

In practice that leads to: Unhandled Exception ("PhutilTypeExtraParametersException") - Got unexpected parameters: customfield, customfield.index.table, customfield.index.key

Tue, Sep 5, 11:27 · Affects-Wikimedia, Bug Reports

Sat, Sep 2

aklapper added a comment to T15631: "Map returned omits required key" exception for second result page (cursor) for Maniphest search ordered by custom field.

<tl;dr>: This is a mismatch between legacy field keys still used for paging, versus modern field keys.

Sat, Sep 2, 17:09 · Affects-Wikimedia, Bug Reports
aklapper created T15631: "Map returned omits required key" exception for second result page (cursor) for Maniphest search ordered by custom field.
Sat, Sep 2, 14:11 · Affects-Wikimedia, Bug Reports

Aug 31 2023

valerio.bozzolan triaged T15559: Exception "Failed to load file data for changeset" shown for Differential revisions containing changes to images and user being logged out as Normal priority.
Aug 31 2023, 07:46 · Bug Reports, Differential

Aug 30 2023

valerio.bozzolan added a comment to T15626: [Web] Persistent chat settings should not be clickable or visible when the chat is minimized.

Sorry, I mean this link:

Aug 30 2023, 14:21 · Bug Reports
valerio.bozzolan added a comment to T15626: [Web] Persistent chat settings should not be clickable or visible when the chat is minimized.

I absolutely don't know what we are doing here since I don't know the supposed "Phabricator way" to interact with the DOM via JavaScript using its library.

Aug 30 2023, 14:20 · Bug Reports
roberto.urbani added a revision to T15626: [Web] Persistent chat settings should not be clickable or visible when the chat is minimized: D25428: Fix the issue about persistent chat setting icon being clickable when the chat is collapsed.
Aug 30 2023, 12:44 · Bug Reports

Aug 29 2023

roberto.urbani added a comment to T15626: [Web] Persistent chat settings should not be clickable or visible when the chat is minimized.

@valerio.bozzolan I found the js section where with the listener for open/close the persistent chat. From there I can get element somehow (by ID I don't think it would be good, because it seems to be auto-generated (UQ3_0)) and remove the class "core-menu-item" and the invisible gear icon will no longer be clickable. If the chat is not minimized, we add the class back so we can see it and click it.

Aug 29 2023, 15:44 · Bug Reports

Aug 28 2023

valerio.bozzolan added a project to T15627: Clicking on meme then cancel causes redirection to homepage and dialog does not disappear: UX.

This is very probably a recent regression since I cannot reproduce on Wikimedia Phabricator.

Aug 28 2023, 13:49 · UX, Bug Reports
valerio.bozzolan added a comment to T15627: Clicking on meme then cancel causes redirection to homepage and dialog does not disappear.

This happens also with the Upload File dialog

Aug 28 2023, 13:33 · UX, Bug Reports
valerio.bozzolan added a comment to T15627: Clicking on meme then cancel causes redirection to homepage and dialog does not disappear.

Ah! I can reproduce exactly in this comment!

Aug 28 2023, 13:33 · UX, Bug Reports
valerio.bozzolan added a comment to T15626: [Web] Persistent chat settings should not be clickable or visible when the chat is minimized.

Got it! Nice catch!

Aug 28 2023, 07:54 · Bug Reports

Aug 26 2023

Juest added a comment to T15626: [Web] Persistent chat settings should not be clickable or visible when the chat is minimized.

Thanks I'm trying to reproduce. Can you please help me in understanding "click to the left next to the up arrow icon"? I probably don't get "click the left"

Aug 26 2023, 15:54 · Bug Reports
valerio.bozzolan added a comment to T15626: [Web] Persistent chat settings should not be clickable or visible when the chat is minimized.

Thanks I'm trying to reproduce. Can you please help me in understanding "click to the left next to the up arrow icon"? I probably don't get "click the left"

Aug 26 2023, 06:20 · Bug Reports

Aug 25 2023

Juest added a comment to T15627: Clicking on meme then cancel causes redirection to homepage and dialog does not disappear.

sometimes i can not reproduce the issue

Aug 25 2023, 19:08 · UX, Bug Reports
Juest added a comment to T15627: Clicking on meme then cancel causes redirection to homepage and dialog does not disappear.

Chrome 109 on Windows 7
No JS errors in console

Aug 25 2023, 18:36 · UX, Bug Reports
Juest removed a project from T15626: [Web] Persistent chat settings should not be clickable or visible when the chat is minimized: Phorge.
Aug 25 2023, 18:33 · Bug Reports
avivey removed a project from T15627: Clicking on meme then cancel causes redirection to homepage and dialog does not disappear: Phorge.

Does not reproduce to me.
Which browser are you using? Are there any javascript errors?

Aug 25 2023, 18:31 · UX, Bug Reports
Juest created T15627: Clicking on meme then cancel causes redirection to homepage and dialog does not disappear.
Aug 25 2023, 18:23 · UX, Bug Reports
Juest created T15626: [Web] Persistent chat settings should not be clickable or visible when the chat is minimized.
Aug 25 2023, 18:13 · Bug Reports

Aug 19 2023

aklapper added a comment to T15372: "RuntimeException: Undefined array key" when pasting "a {{{a}}} a" comment (due to regex in PhutilRemarkupInterpreterBlockRule.php).

FYI I proposed a partial patch in D25415 which makes the issue more contained at least.

Aug 19 2023, 18:22 · Bug Reports, Affects-Wikimedia

Aug 18 2023

avivey added a project to T15618: Lots of "Unknown Object"s referenced from revisions: Differential.
Aug 18 2023, 09:07 · Differential, Bug Reports
avivey created T15618: Lots of "Unknown Object"s referenced from revisions.
Aug 18 2023, 09:07 · Differential, Bug Reports

Aug 17 2023

bob created T15612: Missing subversion commit information.
Aug 17 2023, 13:25 · Bug Reports, Phorge

Aug 1 2023

valerio.bozzolan added a revision to T15579: Legalpad and Phame: "Quote Comment" destination is a "not found" page: D25369: Quote Comment: set meaningful URL.
Aug 1 2023, 12:15 · Phame, Bug Reports, User-valerio.bozzolan
valerio.bozzolan added a comment to T15579: Legalpad and Phame: "Quote Comment" destination is a "not found" page.

I'm 99% sure that this only affects Phame and Legalpad. I tested in Audit, Maniphest, Paste, Pholio and Files without issues.

Aug 1 2023, 12:13 · Phame, Bug Reports, User-valerio.bozzolan
valerio.bozzolan renamed T15579: Legalpad and Phame: "Quote Comment" destination is a "not found" page from Legalpad: "Quote Comment" destination is a "not found" page to Legalpad and Phame: "Quote Comment" destination is a "not found" page.
Aug 1 2023, 12:12 · Phame, Bug Reports, User-valerio.bozzolan
valerio.bozzolan added a comment to T15579: Legalpad and Phame: "Quote Comment" destination is a "not found" page.

This situation could be improved even more doing:

Aug 1 2023, 12:09 · Phame, Bug Reports, User-valerio.bozzolan
valerio.bozzolan triaged T15579: Legalpad and Phame: "Quote Comment" destination is a "not found" page as Low priority.
Aug 1 2023, 12:09 · Phame, Bug Reports, User-valerio.bozzolan
valerio.bozzolan created T15579: Legalpad and Phame: "Quote Comment" destination is a "not found" page.
Aug 1 2023, 12:09 · Phame, Bug Reports, User-valerio.bozzolan

Jul 29 2023

aklapper closed T15553: Long filename in file upload popup not ellipsized in Firefox; overflows box as Resolved by committing rPfa687b4ba011: Always ellipsize long filename in file upload dialog.
Jul 29 2023, 09:14 · Bug Reports

Jul 28 2023

valerio.bozzolan closed T15570: User remains "Busy" when the Event is cancelled as Invalid.

I'm not able to reproduce anymore.

Jul 28 2023, 14:41 · Bug Reports, Calendar
valerio.bozzolan added a comment to T15570: User remains "Busy" when the Event is cancelled.

I think the problem here is that the command ./bin/cache purge --all does not reset the PhabricatorPeopleQuery cache.

Jul 28 2023, 14:38 · Bug Reports, Calendar
valerio.bozzolan triaged T15570: User remains "Busy" when the Event is cancelled as Normal priority.
Jul 28 2023, 14:24 · Bug Reports, Calendar

Jul 24 2023

avivey closed T15502: Aphlict expects Phorge to be installed in a directory called "phabricator" as Resolved by committing rPbf025c5fb491: Aphlict - search for default config in the right place.
Jul 24 2023, 07:42 · Bug Reports, Aphlict

Jul 20 2023

valerio.bozzolan added a comment to T15125: Unknown edge constant "26"! when deleting a file with old attachment edges.

Please share the output of this:

Jul 20 2023, 15:07 · Affects-Wikimedia, Files, Bug Reports

Jul 18 2023

valerio.bozzolan added a comment to T15236: Editing an Archived Project changes its color to Red.

Probably, the "color change" should be handled as "expanded transaction" - whatever it means - so that it changes only after its related cause (status change to → archived) and not always as long as the current value is archived.

Jul 18 2023, 15:35 · Projects, Bug Reports
valerio.bozzolan added a comment to T15556: Improve Diffusion identity reassignment propagation.

Thanks! Now the second step is, finding at least one file that is related to the generation of the above feeds / texts

Jul 18 2023, 12:54 · Bug Reports, Diffusion
smith renamed T15556: Improve Diffusion identity reassignment propagation from Show the Assigned Identity from Diffusion Commits pages to Improve Diffusion identity reassignment propagation.
Jul 18 2023, 12:53 · Bug Reports, Diffusion
valerio.bozzolan added a comment to T15556: Improve Diffusion identity reassignment propagation.

I'm not able to provide a smart title for this Task :D Thanks for any help in this

Jul 18 2023, 12:51 · Bug Reports, Diffusion
valerio.bozzolan closed Q59: Diffusion Identity reassignment doesn't propagate correctly as obsolete.
Jul 18 2023, 12:49 · People, Diffusion, Bug Reports
valerio.bozzolan added a comment to Q59: Diffusion Identity reassignment doesn't propagate correctly.

We can continue the discussion in Task T15556 - thanks for reporting

Jul 18 2023, 12:49 · People, Diffusion, Bug Reports