History log of /plugin/diagrams/syntax/mediafile.php (Results 1 – 25 of 26)
Revision Date Author Comments
# babd1405 15-Oct-2025 Anna Dabrowska <dabrowska@cosmocode.de>

Fix ACL restricted diagrams


# 4d7ba167 15-Oct-2025 Anna Dabrowska <dabrowska@cosmocode.de>

Skip check for editable diagrams in external media

Fixes #66


# 37a5d411 20-Aug-2025 Anna Dabrowska <dabrowska@cosmocode.de>

Handle missing PNG in dw2pdf export


# 50de7869 30-Nov-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Fix warning


# 20761fcf 30-Aug-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Embedded: prevent title interfering with alignment


# 44b3af04 29-Aug-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Use title as alternative text for a diagram


# e0dfc516 07-Aug-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Change handling of file names during download to enable security checks


# 8893185b 07-Aug-2023 Anna Dabrowska <dabrowska@cosmocode.de>

No PNG download for older page revisions


# a5199261 03-Aug-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Download PNG via AJAX


# baaaacc0 01-Aug-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Add button to download diagram PNG if it exists in cache


# 0d9707b1 31-Jul-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Attach download and open buttons to diagrams


# 79809d5d 21-Jun-2023 Andreas Gohr <andi@splitbrain.org>

avoid two warnings on undefined values


# 91ed8429 12-Jun-2023 Andreas Gohr <andi@splitbrain.org>

fix parameter check warnings


# 071c8c4b 01-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.


# 3039104b 24-May-2023 Andreas Gohr <andi@splitbrain.org>

make PNG cache optional


# 2aa4335d 24-May-2023 Andreas Gohr <andi@splitbrain.org>

use data url instead of export to display embedded diagrams

This fixes displaying diagrams during preview


# c3c3f4cf 23-May-2023 Andreas Gohr <andi@splitbrain.org>

correctly handle sizing

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


# 2bec1a22 22-May-2023 Andreas Gohr <andi@splitbrain.org>

save PNG file with the SVG for use in PDF export


# ddc20d75 16-May-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Add support for move plugin

Fixes #32


# dce55f69 16-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 ...


# e831c5cc 03-May-2023 Anna Dabrowska <dabrowska@cosmocode.de>

fix handling of non-diagram SVGs


# fa6a636c 02-May-2023 Andreas Gohr <andi@splitbrain.org>

do not treat all SVGs as diagrams in mediafile mode


# 046ca144 20-Apr-2023 Andreas Gohr <andi@splitbrain.org>

Remove the SVG Sanitizer again in favor of CSP headers

This introduces a renderer that allows us to call each embedded SVG as a
separate URL with added CSP headers. This way we rely on the same safe

Remove the SVG Sanitizer again in favor of CSP headers

This introduces a renderer that allows us to call each embedded SVG as a
separate URL with added CSP headers. This way we rely on the same safety
feature as with media file based diagrams.

show more ...


# 59e7180e 17-Apr-2023 Andreas Gohr <andi@splitbrain.org>

refactored action components

more strict separation of modes


# 5f757686 17-Apr-2023 Andreas Gohr <andi@splitbrain.org>

more refactoring for mediafile diagrams


12