| 9cfd6d61 | 23-Jan-2026 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 1682b6d1 | 21-Jan-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Fix require_once deprecation in action.php
- Remove deprecated require_once() call - use autoloading instead - Fix header comment to correctly identify as Ditaa Plugin - Action Component - Fixes PHP
Fix require_once deprecation in action.php
- Remove deprecated require_once() call - use autoloading instead - Fix header comment to correctly identify as Ditaa Plugin - Action Component - Fixes PHP 8+ deprecation warnings
show more ...
|
| 202c2a4e | 24-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
upped version |
| 104ca2f0 | 24-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
added list of deleted files |
| c4532a00 | 24-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
updated language
korean no longer valid |
| e2392f8a | 24-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
added some cache busting |
| c65b5f53 | 24-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
upgraded ditaa to 0.10 |
| 400b2bf3 | 24-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
download from official repo |
| 35cad792 | 24-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
cleanup and better way of passing data between stages |
| 967610bb | 23-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
fall back to go binary, since the remote API is gone |
| cce8178c | 03-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 40092876 | 02-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
Adjust method signatures to match parent |
| c9ea14c6 | 02-Sep-2015 |
einhirn <marg@rz.tu-clausthal.de> |
Fixed Bug from Issue #13 and #14, upped version |
| dee220a5 | 22-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 469febdc | 24-Nov-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update Version Information |
| 38c92790 | 24-Nov-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Use an action plugin instead of the simple img.php
The problem was that the rendered ditaa file disappeared with the cache and was not re-rendered when accessed. Now we bind the ditaa to the current
Use an action plugin instead of the simple img.php
The problem was that the rendered ditaa file disappeared with the cache and was not re-rendered when accessed. Now we bind the ditaa to the current page, via metadata, and access it via the md5 hash. This way we can easily create the image without knowing if the page still has a valid cache file for the ditaa (we simply recreate that as needed).
show more ...
|
| 4e3fb043 | 21-May-2014 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 0ad69deb | 28-Mar-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Codestyle |
| c5eb4ae0 | 28-Mar-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Added sanity checks for incoming parameters |
| aa2785ab | 02-Jan-2014 |
Myeongjin <aranet100@gmail.com> |
update message and add korean translation |
| ae028f86 | 05-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed URL in README |
| e38c626e | 05-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
README added |
| c7076035 | 24-Nov-2010 |
Andreas Gohr <andi@splitbrain.org> |
upped version |
| c77baa73 | 24-Nov-2010 |
Willi Schönborn <willi.schoenborn@gmx.net> |
align="..." will now be set correctly in xhtml mode |
| 95615d6c | 15-Nov-2010 |
Andreas Gohr <andi@splitbrain.org> |
streamlined code with graphviz plugin
ODT export should work now |