| #
237ab5c5
|
| 16-Jun-2026 |
Lukas Rademacher <lukas@rademacher.ac> |
escape html special chars
Escape html special chars to prevent stored XSS. Thanks to TrackerUser for providing a fix.
|
| #
8f604531
|
| 21-Aug-2023 |
Lukas Rademacher <lukas@rademacher.ac> |
fixes: #126 check if function mime_content_type is present
|
| #
c6830e8e
|
| 13-Aug-2023 |
Lukas Rademacher <lukas@rademacher.ac> |
fixes: check empty arrays
|
| #
29d64d02
|
| 13-Aug-2023 |
Lukas Rademacher <lukas@rademacher.ac> |
fixes: handle media links
|
| #
f568f59b
|
| 13-Aug-2023 |
Lukas Rademacher <lukas@rademacher.ac> |
fixes #117 dont ignore images with no width / height
|
| #
73d7edaa
|
| 13-Aug-2023 |
Lukas Rademacher <lukas@rademacher.ac> |
fixes #124 check for empty results
|
| #
485caaa0
|
| 13-Aug-2023 |
Lukas Rademacher <lukas@rademacher.ac> |
Merge pull request #119 from alexdraconian/master
Fix metadata render and add Move plugin support
|
| #
427f4b3c
|
| 13-Aug-2023 |
Lukas Rademacher <lukas@rademacher.ac> |
fixes #124 check existance of variables before use
|
| #
cf61c073
|
| 31-Jan-2021 |
alexdraconian <78018187+alexdraconian@users.noreply.github.com> |
Typo fix
|
| #
6183a488
|
| 31-Jan-2021 |
alexdraconian <78018187+alexdraconian@users.noreply.github.com> |
Update syntax.php
typo fix
|
| #
27d14a14
|
| 31-Jan-2021 |
alexdraconian <78018187+alexdraconian@users.noreply.github.com> |
Update syntax.php
|
| #
b69daacf
|
| 31-Jan-2021 |
alexdraconian <78018187+alexdraconian@users.noreply.github.com> |
Update syntax.php
|
| #
e5911ee9
|
| 31-Jul-2019 |
Lukas Rademacher <lukas@rademacher.ac> |
fix: fixed height syntax is now implemented (#107)
|
| #
c9fafc90
|
| 02-Jul-2019 |
Lukas Rademacher <lukas@rademacher.ac> |
feat: add media to in use list, should fix #106
|
| #
e736f81a
|
| 10-Oct-2018 |
Rainbow Spike <Dr-Yukon@users.noreply.github.com> |
Update syntax.php
|
| #
cf5489cf
|
| 10-Oct-2018 |
Rainbow Spike <Dr-Yukon@users.noreply.github.com> |
Update syntax.php
|
| #
aae2e936
|
| 21-Nov-2016 |
Lukas Rademacher <lukas@rademacher.ac> |
max-width for description, if dimensions are not set
should fix the dimension problem described in #10
|
| #
b8d9b416
|
| 18-Nov-2016 |
Lukas Rademacher <lukas@rademacher.ac> |
substract border offset to center image / text
substract border offset to center image / text
|
| #
894f7b49
|
| 18-Nov-2016 |
Lukas Rademacher <lukas@rademacher.ac> |
linebreak description on image-end
linebreak description on image-end
|
| #
273205f7
|
| 18-Nov-2016 |
Lukas Rademacher <lukas@rademacher.ac> |
Fix for #3
Should fix the responsive resize of the new dokuwiki templates described in #3
|
| #
86688988
|
| 10-Nov-2016 |
Mark Prins <mprins@users.sf.net> |
Adjust method signatures for php 7
fix php 7 warnings
|
| #
ce92516f
|
| 08-Nov-2016 |
Lukas Rademacher <lukas@rademacher.ac> |
moved license information and contributors allready to plugin.info.txt, LICENSE and README.md
|
| #
351a35d4
|
| 08-Nov-2016 |
Lukas Rademacher <lukas@rademacher.ac> |
removed deprecated getInfo() method
|
| #
be314c05
|
| 04-Nov-2016 |
Lukas Rademacher <lukas@rademacher.ac> |
Fix for PHP 7
From https://www.dokuwiki.org/plugin:imagebox
Breaks on PHP 7
To fix it, edit line 90 of syntax.php to add braces to enforce proper evaluation order:
|
| #
3dbc2076
|
| 04-Nov-2016 |
Lukas Rademacher <lukas@rademacher.ac> |
moved plugin to github
|