Things that are obviously bugs
Details
Thu, Sep 28
Wed, Sep 27
Tue, Sep 26
Sun, Sep 17
Tue, Sep 5
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
Sat, Sep 2
<tl;dr>: This is a mismatch between legacy field keys still used for paging, versus modern field keys.
Aug 31 2023
Aug 30 2023
Sorry, I mean this link:
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 29 2023
@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 28 2023
This is very probably a recent regression since I cannot reproduce on Wikimedia Phabricator.
This happens also with the Upload File dialog
Ah! I can reproduce exactly in this comment!
Got it! Nice catch!
Aug 26 2023
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 25 2023
sometimes i can not reproduce the issue
Chrome 109 on Windows 7
No JS errors in console
Does not reproduce to me.
Which browser are you using? Are there any javascript errors?
Aug 19 2023
FYI I proposed a partial patch in D25415 which makes the issue more contained at least.
Aug 18 2023
Aug 17 2023
Aug 1 2023
I'm 99% sure that this only affects Phame and Legalpad. I tested in Audit, Maniphest, Paste, Pholio and Files without issues.
This situation could be improved even more doing:
Jul 29 2023
Jul 28 2023
I'm not able to reproduce anymore.
I think the problem here is that the command ./bin/cache purge --all does not reset the PhabricatorPeopleQuery cache.
Jul 24 2023
Jul 20 2023
Please share the output of this:
Jul 18 2023
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.
Thanks! Now the second step is, finding at least one file that is related to the generation of the above feeds / texts
I'm not able to provide a smart title for this Task :D Thanks for any help in this
We can continue the discussion in Task T15556 - thanks for reporting