History log of /plugin/diagrams/syntax/ (Results 1 – 25 of 35)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
babd140515-Oct-2025 Anna Dabrowska <dabrowska@cosmocode.de>

Fix ACL restricted diagrams

4d7ba16715-Oct-2025 Anna Dabrowska <dabrowska@cosmocode.de>

Skip check for editable diagrams in external media

Fixes #66

37a5d41120-Aug-2025 Anna Dabrowska <dabrowska@cosmocode.de>

Handle missing PNG in dw2pdf export

50de786930-Nov-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Fix warning

fe2e68ae30-Aug-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Simplify extraction of title in embedded syntax

20761fcf30-Aug-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Embedded: prevent title interfering with alignment

44b3af0429-Aug-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Use title as alternative text for a diagram

e0dfc51607-Aug-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Change handling of file names during download to enable security checks

8893185b07-Aug-2023 Anna Dabrowska <dabrowska@cosmocode.de>

No PNG download for older page revisions

a519926103-Aug-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Download PNG via AJAX

baaaacc001-Aug-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Add button to download diagram PNG if it exists in cache

0d9707b131-Jul-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Attach download and open buttons to diagrams

750b966527-Jul-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Fix embedded diagrams in old page revisions

79809d5d21-Jun-2023 Andreas Gohr <andi@splitbrain.org>

avoid two warnings on undefined values

98c8953619-Jun-2023 Andreas Gohr <andi@splitbrain.org>

Only use data-uri in preview. Partially fixes #40

Because data-uris are cross origin, our link fixing JS does not apply.
This uses data uris only in preview, fixing links for normal display.

We cou

Only use data-uri in preview. Partially fixes #40

Because data-uris are cross origin, our link fixing JS does not apply.
This uses data uris only in preview, fixing links for normal display.

We could think about fixing targets when saving already...

show more ...

91ed842912-Jun-2023 Andreas Gohr <andi@splitbrain.org>

fix parameter check warnings

071c8c4b01-Jun-2023 Andreas Gohr <andi@splitbrain.org>

fix resizing by adding size attributes on the object tag

No idea why I had moved them to the wrapper.

3039104b24-May-2023 Andreas Gohr <andi@splitbrain.org>

make PNG cache optional

2aa4335d24-May-2023 Andreas Gohr <andi@splitbrain.org>

use data url instead of export to display embedded diagrams

This fixes displaying diagrams during preview

c3c3f4cf23-May-2023 Andreas Gohr <andi@splitbrain.org>

correctly handle sizing

previously invalid height/width attributes were added to the wrapper div

2bec1a2222-May-2023 Andreas Gohr <andi@splitbrain.org>

save PNG file with the SVG for use in PDF export

ddc20d7516-May-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Add support for move plugin

Fixes #32

dce55f6916-May-2023 Andreas Gohr <andi@splitbrain.org>

wrap diagrams for better styling

Diagrams now have a wrapper div that makes it easier to align the edit
button with the diagram. In the future more controls (like download
options) or nicer styling

wrap diagrams for better styling

Diagrams now have a wrapper div that makes it easier to align the edit
button with the diagram. In the future more controls (like download
options) or nicer styling would be possible.

show more ...

e831c5cc03-May-2023 Anna Dabrowska <dabrowska@cosmocode.de>

fix handling of non-diagram SVGs

fa6a636c02-May-2023 Andreas Gohr <andi@splitbrain.org>

do not treat all SVGs as diagrams in mediafile mode

12