User Details
- User Since
- Oct 1 2021, 07:59 (163 w, 2 d)
- Availability
- Available
May 24 2024
@mturdus Can you spare some time to review this diff?
May 23 2024
./bin/celerity map
- Fixes non stretching nav bar if content is absolute or does not fill entire page height
May 4 2024
@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
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
- 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 😁
Well, you know what would be next level for a dev? If (s)he clicks on it, the color is copied to the clipboard. We can't use this behavior, because behaviors loose their state in the remarkup cache...
Mar 15 2024
Updated Pygments with pip to 2.17.2 und cut the time in half. So yeah, that's already an improvement.
Well, good to know that it is not something in the phorge codebase. Our server has pygmentize 2.14.0 - but the server itself is really not the best, so that could be an explanation. Maybe we could make some remarks about performance and keeping the versions fresh on the diviner page...
Mar 14 2024
Feb 23 2024
Feb 21 2024
The word solution would solve it from the expecting side, you are right. Here in my company the search is used frequently and only as a plain text search. So we have to escape the special regex signs time and again. Just would be interested if this is seen as an issue by others who uses the feature.
Thanks for the clarification. I still think we should tackle the exception.
Feb 16 2024
Just asking for a friend: Is there some progress on this?
Maybe this could be integrated in the Diagrams extension...? I mean: the entire infrastructure is there - you just have to decide, what lib you wanne use when creating a new diagram. @mturdus What do you think about this?
Feb 15 2024
- Making @valerio.bozzolan happy
I really have struggled to find any device in our company that can't do await/async. I strongly bevlieve it is a non issue. Let us land this thing now and see if we get any feedback of an error.
- Changes the order of the variables and function calls
- Extends select behavior and only select content on first click