somewhere before the this
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jun 27 2024
maybe just add if ($value === null) { continue; } somewhere before the this?
grep for PHUIDiffTableOfContentsItemView in the codebase to see where we might be using this class.
If we can't find the problem, that probably means we have some dead code here that should be removed.
The called method renderChangesetLink() is not defined anywhere so static code analysis complains.
UI-wise I could not spot anything obviously broken in the "Paths" sidebar under ToC for a merged commit, though.
Is there something that's not working here?
:shrug:
click
(re-opening, there's more work left here)
Jun 26 2024
Confirming this works as expected - thanks!
Congrats to this patch.
I love this at unbelievable level, thanks all 🌈
Looks like installing php-xdebug forces me to set 'xdebug.mode' to 'coverage' in 'php.ini' to pass arc unit, no matter what...
Move CDN check from generic AphrontResponse to more correct AphrontHTMLResponse.
probably need to escape the URI
Make the Remarkup Help Page Extensible
After 15 minutes of reading stuff around on the web, I think we need a little help. Waiting for answers (and waiting for downvotes lol).
Do we still need the auto-complete feature? In modern times, the OS has the "insert emoji" feature built-in (at least, Windows and Android and KDE do).
Make the Remarkup Help Page Extensible
Jun 25 2024
Make the Remarkup Help Page Extensible
Could be related to https://we.phorge.it/T15036. A short automated email containing a link to another domain is suspicious in the eyes of a spam filter.
Jun 24 2024
Ok, this looks much better then what we have today, so yay.
I did not add a real index page.
The remarkup reference acts a bit as index page as cowsay and figlet references are referenced in here as hyperlinks.
The diff below suppresses the error (and checks like trying to "Sign With MFA" without another action should fail etc still work) but no idea about potential side effects as isPreviewRequest() is called in numerous places.
Looks good! I want to play with it locally before accepting.
Jun 23 2024
Make the Remarkup Help Page Extensible
Make the Remarkup Help Page Extensible
It also collected lots of commits, since May 2023.
I don't understand what happened here?
I only had these files changed/added:
- src/applications/reference/src/application/ReferenceApplication.php
- src/applications/reference/src/controller/CowayReferenceController.php
- src/applications/reference/src/controller/FigletReferenceController.php
- src/applications/reference/src/controller/ReferenceController.php
- src/applications/reference/src/controller/RemarkupReferenceController.php
- src/infrastructure/markup/interface/RemarkupSyntaxDocumentationProvider.php
- src/infrastructure/markup/interpreter/PhabricatorRemarkupCowsayBlockInterpreter.php
- src/infrastructure/markup/interpreter/PhabricatorRemarkupFigletBlockInterpreter.php
- src/view/form/control/PhabricatorRemarkupControl.php
ty
This might (or should be) covered by the unit tests
Feel free to kill this method violently 🗡 since as you said this is protected (no external usages) + final (no overrides) and visibly broken since 5 years
Partially related, it's damn easy to type a dagger "🗡" since it appears by typing :D ... lol
@valerio.bozzolan Any thoughts/opinion regarding my last comment? :) TIA