In D25966#25739, @bekay wrote:First of all: you should create the copy button server side. Ideally inside the remark rule for creating a code block. There you can attach the ressources too. And you can add sigils to the button. Javelin uses sigils to attach behaviors and listen to events.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Apr 17 2025
Apr 17 2025
javascript replaced with javelin stuff
Apr 16 2025
Apr 16 2025
@bekay
I tried to use JX.Stratcom.listen but I ran into the following issues:
- I couldn't use mouseenter and mouseleave events for some reason
- when using mousedown in combination with an a-tag with href=#, I don't know how to convert e.preventDefault. e.prevent() didn't work the same
Comments from z1 chat:
ES5 compatibility issues fixed
Apr 14 2025
Apr 14 2025
mturdus updated the test plan for D25963: Phriction: Invalid position actions sidebar when large image on top.
mturdus requested review of D25963: Phriction: Invalid position actions sidebar when large image on top.
This looks very pro !
Apr 13 2025
Apr 13 2025
Apr 9 2025
Apr 9 2025
mturdus closed T15536: PHP 8.1 bug reports from mturdus, a subtask of T15064: Make Phorge compatible with PHP 8.1/8.2/8.3/8.4, as Resolved.
mturdus closed T15536: PHP 8.1 bug reports from mturdus as Resolved by committing rP99834dd061aa: Fix PHP 8.1 "strlen(null)" exception on auth email message body when….
Mar 16 2025
Mar 16 2025
sorry for the late reply.
This looks good to me.
Thanks for this patch! Kind reminder: if you touched CSS or JavaScript, please remember to also run this:
Dec 12 2024
Dec 12 2024
Dec 11 2024
Dec 11 2024
mturdus requested review of D25854: Phriction: fix issue with icons in table of contents on wide screens.
Dec 9 2024
Dec 9 2024
mturdus closed T15920: Make table of contents visible when using wide screens as Resolved by committing rP9448e815721c: Show table of contents by default on wide screens.
Sep 14 2024
Sep 14 2024
Sep 10 2024
Sep 10 2024
Those were just for the looks, but this is of course personal.
I can remove them if you want.
Sep 6 2024
Sep 6 2024
dtf awarded T15401: Make the Remarkup Help Page Extensible a Love token.
Aug 22 2024
Aug 22 2024
Width overflow fixed
Aug 18 2024
Aug 18 2024
Updating D25790: Make table of contents visible when using wide screens
Aug 17 2024
Aug 17 2024
valerio.bozzolan awarded T15920: Make table of contents visible when using wide screens a Mountain of Wealth token.
Jul 13 2024
Jul 13 2024
Jul 6 2024
Jul 6 2024
mturdus added a revision to T15056: Improve Dark Mode: D25724: Fix Dark Mode theme color issues in several places.
Jul 5 2024
Jul 5 2024
Update after comments
Jul 1 2024
Jul 1 2024
valerio.bozzolan awarded D25705: Fix missing file attachment in Phriction a Mountain of Wealth token.
Updates after comments
Updates after comments
mturdus committed rP118f989366a0: Fix missing file attachment in Phriction (authored by valerio.bozzolan).
In D25709#19616, @valerio.bozzolan wrote:P.S. Why does Phriction have the field text_metadata? And why does Conpherence have content_metadata? 🤔
In D25705#19508, @valerio.bozzolan wrote:OK try this to restore your desired situation (so, two diffs)
git stash save git checkout -b just_phriction git reset --hard origin/master arc patch --nobranch --diff 2173 arc diff --update D25705 git checkout -b just_conpherence git reset --hard origin/master arc patch --nobranch --diff 2178 arc diff --createThen you have this benefit that you can repeat as many times you want:
git checkout just_phriction LOL DO CHANGES arc diff git checkout just_conpherence LOL DO CHANGES arc diffOr, get fresh master again:
git checkout masterIdeally, the default assumes that people do not touch master but work in branches, each branch a different feature
Jun 30 2024
Jun 30 2024
In D25705#19485, @valerio.bozzolan wrote:(Do you need a little help to split the changes in two diffs?)
mturdus retitled D25705: Fix missing file attachment in Phriction from Fix file attachment in Phriction to Fix file attachment in Phriction and Conpherence.
Updates after comments
Fix file attachment in Conpherence
Update after comments
Updates after comments
Updates after comments
Jun 29 2024
Jun 29 2024
Jun 28 2024
Jun 28 2024
it works indeed for editing Maniphest tasks but not for Phriction documents.
I have been analyzing this "attach code" but it's too complex for me.
It seems that the content_metadata (with the attachedFilePHIDs) is correctly sent by the javascript, but it's not processed in the PHP, which makes it not attach the file object to the wiki page.
Jun 26 2024
Jun 26 2024
mturdus closed T15401: Make the Remarkup Help Page Extensible as Resolved by committing rPf52bc073216e: Make the Remarkup Help Page Extensible.
Make the Remarkup Help Page Extensible
Make the Remarkup Help Page Extensible
Jun 25 2024
Jun 25 2024
Make the Remarkup Help Page Extensible
valerio.bozzolan awarded D25698: Make the Remarkup Help Page Extensible a Yellow Medal token.
Jun 24 2024
Jun 24 2024
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.
avivey awarded D25698: Make the Remarkup Help Page Extensible a Yellow Medal token.
Jun 23 2024
Jun 23 2024
Make the Remarkup Help Page Extensible
Make the Remarkup Help Page Extensible
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
Jun 21 2024
Jun 21 2024
Jun 20 2024
Jun 20 2024
Jun 16 2024
Jun 16 2024
mturdus updated the task description for T15858: Conduit API: allow phriction.edit to modify viewPolicy and editPolicy.
mturdus updated the diff for D25693: Conduit API: allow phriction.edit to modify viewPolicy and editPolicy.
Updating D25693: Conduit API: allow phriction.edit to modify viewPolicy and editPolicy
Jun 15 2024
Jun 15 2024
mturdus requested review of D25693: Conduit API: allow phriction.edit to modify viewPolicy and editPolicy.
mturdus retitled D25692: Fix PHP 8.1 "strlen(null)" exception in PhabricatorMailSMTPAdapter when sending email from Fix PHP 8.1 "strlen(null)" exception in Diviner when sending email via SMTP
Jun 13 2024
Jun 13 2024
Jun 11 2024
Jun 11 2024
Content licensed under Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) unless otherwise noted; code licensed under Apache 2.0 or other open source licenses. · CC BY-SA 4.0 · Apache 2.0