Works for me. Tested on our firm instance.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Yesterday
In D25962#25652, @mturdus wrote:This looks very pro !
I found one small issue:
the page parameter seems to be zero-based. Can you make it one-based, so that the first page can be accessed with page=1 instead of page=0 ?
Sun, Apr 13
Reset to original diff.
Sat, Apr 12
@mturdus I have landed this but have reintroduced this code which you have removed - I hope you can remove it again. Sorry for that!
In D25619#22881, @aklapper wrote:@bekay: Would you like to merge this?
Fri, Apr 11
In T16028#21601, @pppery wrote:{#js-draw-lib} does work.
@pppery I don't know if you wanna step in, since the change was introduced by you.
May 24 2024
@mturdus Can you spare some time to review this diff?
May 23 2024
In D25619#17560, @valerio.bozzolan wrote:
./bin/celerity map
- Fixes non stretching nav bar if content is absolute or does not fill entire page height
May 4 2024
In D25619#17360, @speck wrote:Ah, yes thank you for the video. I should have clarified but was asking for screenies of the result after this change. The changes look reasonable but I’m not a regular css user
@speck here you can see the described overflowing:
All described here with screenshot (and now video): T15809
May 3 2024
May 2 2024
I have a nice working version here, which renders the diagram with the drawio viewer javascript component:
- Fixes regression from missing html element
May 1 2024
Apr 30 2024
Apr 16 2024
You are right of course!
Yeah, there are some malformed URLs we should tackle for sure.
I have edited the answer. Because with draw.io you can integrate Mermaid out of the box. With R5 you can start using the syntax like instantly.
@valerio.bozzolan Could you try again to install it? There is a readme with new instructions.
Apr 15 2024
In D25577#16640, @mturdus wrote:Now it's working!
Apr 14 2024
@mturdus right, I don't have the whole picture of this little bit wild codebase 😁 Thanks for the pointer. As far as I can see, this image and the DOMContentLoaded event handler serves no purpose anymore. All is working without it. I have renamed the main js and some functions in it for clarity. Would love if you could give it a try.
- Renames behavior and some functions and gets rid of unnecessary image proxy
@mturdus I have added some console logs in the js code (so patch and purge the caches on <phorge-base>config/cache/!)
- Caches draw.io assets, uses base64 method of diagram and adds some console logs for js debugging
Firefox does work for me. Does Chrome work for you?
Apr 13 2024
@mturdus You don't have to download the diff, you can do an arc patch D25577 (and you should, because I have changed something again). Mh, but I don't know why it should not work.... 🤔
- Dumps base64 image data directly while remarkup rendering and adds js/css files for remarkup object rule
@mturdus Is the phorge_extension.js file loaded?
Well I have worked the entire day on this (and I see your mentioned issues)... main problem is: extension is not working with security.alternate-file-domain. That I have fixed at least for the creation/editing of diagrams. I have changed pretty much and would love to send a diff.
Apr 12 2024
(Working on fixing it...)
Apr 11 2024
Apr 3 2024
I never use them, because there is no real method search. I think, we should be considering generating a documentation with a real php documention tool. But whatever we do: I think we can remove them in their current form.
Apr 2 2024
In D25538#16175, @avivey wrote:I'd even suggest we can go one step further, and in the Home tab show the Readme above the files (and maybe change the order/highlight some other UI elements too).
- Moves readme to the top in home view
Well, my idea was to use the already implemented logic of the diagram extension and just extend it with another diagram renderer. But @mturdus is not responding 😁