User Details
- User Since
- May 28 2023, 17:44 (77 w, 10 h)
- Availability
- Available
Sep 14 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
Aug 22 2024
Width overflow fixed
Aug 18 2024
Updating D25790: Make table of contents visible when using wide screens
Aug 17 2024
Jul 13 2024
Jul 6 2024
Jul 5 2024
Update after comments
Jul 1 2024
Updates after comments
Updates after comments
Jun 30 2024
Updates after comments
Fix file attachment in Conpherence
Update after comments
Updates after comments
Updates after comments
Jun 29 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
Make the Remarkup Help Page Extensible
Make the Remarkup Help Page Extensible
Jun 25 2024
Make the Remarkup Help Page Extensible
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.
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 20 2024
Jun 16 2024
Updating D25693: Conduit API: allow phriction.edit to modify viewPolicy and editPolicy
Jun 15 2024
Jun 13 2024
Jun 11 2024
Apr 15 2024
Now it's working!
Apr 14 2024
This is the console log I got when running in Firefox:
Navigated to http://phorge.blackbird.turdus.local/diagram/ diagram-extension behavior called with config: Object { loadJsExtensionArgs: (4) […], toolbarCss: "http://phorge.blackbird.turdus.local/res/diagram-resources/35ad6f49/iframe-toolbtn.css", toolbarJs: "http://phorge.blackbird.turdus.local/res/diagram-resources/26d75a35/iframe-toolbtn.js" } loadJsExtensionArgs: Array(4) [ "", "", "", … ] 0: "" 1: "" 2: "" 3: "" length: 4 <prototype>: Array [] toolbarCss: "http://phorge.blackbird.turdus.local/res/diagram-resources/35ad6f49/iframe-toolbtn.css" toolbarJs: "http://phorge.blackbird.turdus.local/res/diagram-resources/26d75a35/iframe-toolbtn.js" <prototype>: Object { … } phorge_extension.js:8:11 loadJsExtension called with args: <empty string> <empty string> <empty string> <empty string> phorge_extension.js:95:13
I'm on branch arcpatch-D25577 now but I still have an empty screen.
Apr 13 2024
I might be doing something wrong.
When I open Diagrams, I see an empty screen with only the application's title "Diagram" and its corresponding icon on top
The reason why I did not put all the draw.io js and css files in the repo is because
- draw.io is a very large repo
and 2) the draw.io people commit a lot (as in more than once a week).
Apr 7 2024
Sorry for the late reply.
The Diagrams extension (which just references the draw.io codebase) already has something like that in it.
You can use {DIAG1} in remarkup for showing Diagram 1 in e.g. a wiki document.
You can also import Mermaid diagrams in here.
Mar 3 2024
Mission accomplished.
Thanks
I thought this was already in the repo, but I forgot to execute arc land... (sorry)
I bump into a 403 error when I execute it now.
I had one merge conflict in resources/celerity/map.php which I corrected manually.
Jan 12 2024
I copy/pasted the keys of the getStyleMap() function dictionary into chatgpt with some remark that they were part of a syntax highlighting mechanism.
I asked it to translate them into something more readable.
Jan 10 2024
Can someone explain what these "Code coverage needs to be enabled in php.ini by setting 'xdebug.mode' to 'coverage'" messages mean ?
Are these automated unit tests run on we.phorge.it or on my system ?
Jan 9 2024
Aug 18 2023
Jul 29 2023
Jul 24 2023
I'm not sure if I understand your question.
I thought the fix was already implemented by aklapper?
What do you want me to do?