Updating D25790: Make table of contents visible when using wide screens
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Aug 18 2024
Aug 17 2024
The solution was to take direct children project and call $child->setParentProjectPHID($my_parent_phid).
This was more tricky than expected. Basically we "just" need to call PhabricatorProjectsMembershipIndexEngineExtension method materialize() on the parent.
Finally in my Phorge I can kill these milestones \o/
Thanks. Maybe it happens only to me but if my content is very short I see an UX regression
After only 30 hours of work. Wow. asd
Aug 16 2024
Fix some ambiguous URIs to Phorge commits/tasks; remove two empty lines
Aug 15 2024
Any patch is welcome :)
Thanks. Tested and it works! no regressions.
Is there any plans for this?
Aug 14 2024
Exactly. Like I said probably you will find interesting things debugging $old_text. I guess it's empty. That's probably our root cause. What do you think about?
Maybe interesting, there is this different non-deprecated API:
I mean, it should do exactly that,
Double-slam accept
Do as Valerio said. Tested before and after, two errors less in PHPStan output.
I saw that in my searching but I just end up with Argument 1 passed to PhabricatorCustomField::getObjectField() must implement interface PhabricatorCustomFieldInterface whenever I try to use it, perhaps because I'm unsure what to actually pass it as the $object other than $this, though I second-guess my second-guessing because ManifestCustomField, which I'm extending, does seem to have the interface the error is claiming I'm missing?
In your opinion, why is the current code not working? I mean, it should do exactly that, checking the text before, and the text after, so, to only mention newly-introduced mentions.
Eh, there is a trade-off: Editing the description of an existing task to add a @mention will not add this newly mentioned user as a task subscriber anymore.
Sorry for the delay with this. I've moved the null check as suggested.
Move null check to earlier in function
Aug 13 2024
Make lint happy
Only one fix remains. I set "unclear" in the test plan accordingly to T15536. If you still want to merge, just:
git rebase master
rebase
feeex typo (theenks aklapper)
Aug 12 2024
Either INVITEED_* is a typo or I don't get what the second E stands for. :)