Back to my blog Back to my projects

Dokuwiki ODT plugin

source: ChangeLog.txt @ f195eab

Revision f195eab, 2.2 KB checked in by Aurélien Bompard <aurelien@…>, 3 years ago (diff)

Add getInfo() method to action.php, fixes bug #8

  • Property mode set to 100644
Line 
1HEAD  Aurélien Bompard <aurelien@bompard.org>
2
3        * action.php: Add getInfo() method, fixes bug #8
4
52010-08-12  Aurélien Bompard <aurelien@bompard.org>
6
7        * renderer.php, styles.xml: Syntax highlighting support
8
92010-07-24  Aurélien Bompard <aurelien@bompard.org>
10
11        * action.php, syntax.php: Better handling of the cache system
12        * lang/ru/: Add translation by Yuri Timofeev
13        * lang/zh/: Add Chinese translation by lainme
14
152010-04-04  Aurélien Bompard <aurelien@bompard.org>
16
17        * renderer.php: Fix a small syntax error
18        * renderer.php: Add options to cut off a part of the ODT template
19        * renderer.php: Better tag replacement in the template ODT file
20        * renderer.php: replace with unicode entities instead of HTML (not
21        always defined)
22        * syntax.php: Fix button link to export old revisions
23
242009-07-02  Aurélien Bompard <aurelien@bompard.org>
25
26        * renderer.php: Fixes from Andy Webber (thanks !)
27
282009-06-07  Aurélien Bompard <aurelien@bompard.org>
29
30        * renderer.php: Make the renderer class a singleton  Only make a single
31        instance of the renderer. This is needed for Dokuwiki >= rc2009-02-06. For
32        details, see: http://bugs.splitbrain.org/index.php?do=details&task_id=1598
33        * renderer.php: typo
34        * renderer.php: add patch by Korsani
35        * renderer.php: use $['savedir'] as suggested on the wiki page
36
372009-01-15  Aurélien Bompard <aurelien@bompard.org>
38
39        * lang/ja: Add Japanese translation from Ikuo Obataya. Thanks !
40        * renderer.php: more safeguards. wiki:syntax now passes validators
41        * renderer.php: don't compress mimetype declaration
42
432008-05-07  Aurélien Bompard <aurelien@bompard.org>
44
45        * lang/es/: spanish translation
46
472008-05-05  Aurélien Bompard <aurelien@bompard.org>
48
49        * admin.php: administation interface
50        * lang/: translations
51        * README.txt: documentation
52        * renderer.php: fix <code> tag in list items
53        * renderer.php: extract template before checking for the styles
54        * renderer.php: fix quotes
55        * renderer.php: dokuwiki's future temp dir is data/tmp, not
56        data/temp
57        * renderer.php: choose appropriate ZipLib file
58        * renderer.php: use new headers/caching system if available
59
602008-04-08  Aurélien Bompard <aurelien@bompard.org>
61
62        * global: bugfixes
63
642008-03-04  Aurélien Bompard <aurelien@bompard.org>
65
66        * global: initial release
67
Note: See TracBrowser for help on using the repository browser.