History log of /plugin/ditaa/syntax.php (Results 1 – 20 of 20)
Revision Date Author Comments
# 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


# 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


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


# 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


# 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


# 05cbae88 29-Aug-2010 Andreas Gohr <andi@splitbrain.org>

now works with large graphs. fixes #4


# 36721e14 07-Jun-2010 Andreas Gohr <andi@splitbrain.org>

Correctly use UTF-8 for locally generated diagrams. Closes #2


# 3c74ed32 07-Jun-2010 Andreas Gohr <andi@splitbrain.org>

Log errors to cache/debug.log when debugging is enabled


# b4142778 08-Apr-2010 Andreas Gohr <andi@splitbrain.org>

made alignment working


# 2a956e66 08-Apr-2010 Andreas Gohr <andi@splitbrain.org>

(re)added support for locally installed ditaa


# 72a2bf1d 08-Apr-2010 Andreas Gohr <andi@splitbrain.org>

added support for ditaa.org online generation of images


# d402f512 08-Apr-2010 Andreas Gohr <andi@splitbrain.org>

new plugin info style


# a34ed36b 08-Apr-2010 Dennis Ploeger <develop@dieploegers.de>

initial checkin