- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
May 17 2024
May 16 2024
Improvicate some things that valerio mentioned. (I prefer "Average" to "Normal" though; I consider "normal" a problematic term in this context.)
It's line 1162. Sorry for the line-ending collision noise, ./bin/arc diff did not want to accept my --ignore-cr-at-eol.
I felt it's not necessarily needed but it cannot hurt either. :)
May 15 2024
Interesting triage. In legacy upstream this was a "feature request 🌈" - https://secure.phabricator.com/T12438
@valerio.bozzolan thanks for copy-pasting my comment, I didn't see a task was already created because I only checked the Bug Reports workboard. Should the Bug Reports tag be added to this task?
Super-useful comment:
I also ran into this issue, as reported in https://secure.phabricator.com/T12438 it also affects the "In Any" (or any()) searches, and makes it impossible to search for tasks that are in projectA or projectB, which seems quite a common use case:
I don't know if the file is really related, but PhabricatorDocumentRenderingEngine can be seen in scene while surfing a Diffusion repository and playing with View Options.
Relevant old upstream comment (from an unrelated task) that describes this problem as "ghosts in the UI":
May 14 2024
adjust strings as suggested, also, renamed classes from "subscriber" to "subscribers"
Help welcome.
PhabricatorFileTransform: add null check
git config --global core.quotepath false
(It's about spam, but it doesn't have anything explicitly sensitive. I've made it public now)
Posted question at git@vger.kernel.org.
Thanks again. Generally super-useful.
Uhm. Incredibly, it seems to work. I have good feelings.
In D25636#17842, @aklapper wrote:Ideally this would be done via validateTransactions using ->setFormErrors($errors) on a PHUIObjectBoxView but all seems quite broken for badges anyway, see T15827.
May 13 2024
Remove variable definition now unneeded outside of the if clause
Here's a revision which does not throw a red box via ->setFormErrors() at the user but at least it is displaying the Required text and turning it into bold red after clicking Award without having defined a recipient. So the line $errors[] = pht('Badge name is required.'); is currently never ever shown.
Thanks for the hints how to improve this! Appreciated.
Damn celerity. Thanks.
Damn celerity
That was a merged JS change so I should have also run ./bin/celerity map. Sorry. Followup patch in https://we.phorge.it/D25637