can't repro anymore, looks like the regression regressed
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 11 2024
Jan 8 2024
Jan 4 2024
Dec 31 2023
Dec 6 2023
Dec 5 2023
Nov 29 2023
Nov 20 2023
Other edges have probably been eliminated in the past. For example this one:
Is this only related to the "Authored on ..." field, as far as you can see?
I cannot reproduce anymore. This does not happen anymore in latest master.
Nov 16 2023
Nov 13 2023
Interestingly I was able to reproduce the issue with this nonsense patch, in the hope to emulate an email plain-text generation, even if it's not the case:
For interesting reasons, I cannot, in any way, get an email about somebody renaming a single Mockup photo. And, my email preferences are like "email me for everything from every application" and email delivery is "email me about myself".
Nov 9 2023
Nov 7 2023
Initially, the task is in the project's default column:
MariaDB [phabricator_project]> SELECT cp.id, p.name AS projectName, cp.boardPHID, c.name AS columnName, cp.columnPHID FROM project_columnposition cp INNER JOIN project_column c ON cp.columnPHID = c.phid INNER JOIN phabricator_project.project p ON cp.boardPHID = p.phid WHERE objectPHID ="PHID-TASK-f6ri2kdpcvtb3yncho2n"; +-----+----------------+--------------------------------+------------+--------------------------------+ | id | projectName | boardPHID | columnName | columnPHID | +-----+----------------+--------------------------------+------------+--------------------------------+ | 509 | T139396-parent | PHID-PROJ-yt43plz2cxlidyu4dlia | Backloggg | PHID-PCOL-no7jbin6vngwkrghrmrk | +-----+----------------+--------------------------------+------------+--------------------------------+
Nov 5 2023
Oct 28 2023
Oct 25 2023
Oct 24 2023
In T15653#13929, @valerio.bozzolan wrote:Yeah so we are all for "let's just append as default and maybe think about something more for the future, if they ask"
Yeah so we are all for "let's just append as default and maybe think about something more for the future, if they ask"
What if it were possible to intentionally remove a tag by passing the tag prepended with - to signify removal? like ?tags=-ABCDE to remove a tag but otherwise the behavior would be to just append. I realize this doesn't have the same compatibility advantages but it does offer slightly more flexibility for use in ad-hoc workflows.
Oct 20 2023
Thanks for reporting.
Oct 17 2023
Oct 16 2023
Oct 13 2023
I've probably understood what is going on here
Oct 10 2023
Oct 7 2023
Oct 4 2023
Oct 3 2023
Triaging to "Unbreak Now!" so to be kindly shown in the homepage :)
Oct 2 2023
Sep 28 2023
Sep 27 2023
Sep 26 2023
Sep 17 2023
Sep 5 2023
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
Sep 2 2023
<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
In T15626#13393, @valerio.bozzolan wrote: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"
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