History log of /plugin/diagrams/script/ (Results 51 – 70 of 70)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f8b6517f12-Apr-2023 Andreas Gohr <andi@splitbrain.org>

first go at refactoring the diagrams editor into a class

31c24a4912-Apr-2023 Andreas Gohr <andi@splitbrain.org>

move media manager scripts to its own file

d4a1265204-Oct-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Clean up ID

Remove leading colon from diagram id because it makes auth_quickaclcheck() fail

Fixes #25

5b98a70707-Apr-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Fix NS check in media manager popup

Fixes #17 #18

190edff213-Feb-2021 githubkoma <ignatius_tg@gmx.de>

Update helpers.js

1d68d38913-Feb-2021 githubkoma <ignatius_tg@gmx.de>

Update elements.js

759326f123-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Send fresh data to the diagramming service on every request

ed9656f523-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Properly remove no longer needed editors

Some failed requests used to leave defunct editors listening to messages. In the worst case those zombie editors would receive diagram data not intended for

Properly remove no longer needed editors

Some failed requests used to leave defunct editors listening to messages. In the worst case those zombie editors would receive diagram data not intended for them and overwrite the contents of wrong files.

show more ...

95ea965723-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Fix creation of diagrams in root directory

4e87b75707-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Rename plugin to diagrams

c20ca1af07-Jan-2021 Andreas Gohr <andi@splitbrain.org>

do not reuse dialog

c814122607-Jan-2021 Andreas Gohr <andi@splitbrain.org>

cleanup for ID extraction from images

* No need to support object embeds. All our SVGs are embedded as IMG.
* Make use of src attribute to always get a fully qualified URL
* use searchParams to acce

cleanup for ID extraction from images

* No need to support object embeds. All our SVGs are embedded as IMG.
* Make use of src attribute to always get a fully qualified URL
* use searchParams to access media variable
* fix for rewriting detection when running from a sub directory
* simpler rewrite handling

show more ...

445b1fbe06-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Create diagrams in a modal dialog

b3c964ef06-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Support subnamespaces

a46a0a9f05-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Handle URL rewriting

afd75b6105-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Create diagrams in media selection popup

f6c13e9804-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Allow editing only diagram files, respect media ACLs

2187ba2d26-Nov-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Extract language strings

33c7ab7326-Nov-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Move inserted DOM elements into a separate file

065c0d6925-Nov-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Create and edit diagrams in media manager

123