This looks very pro !
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Yesterday
Sun, Apr 13
Wed, Apr 9
Sun, Mar 16
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 11 2024
Dec 9 2024
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
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
In D25705#19485, @valerio.bozzolan wrote:(Do you need a little help to split the changes in two diffs?)
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).