| 3aee4c27 | 07-May-2006 |
Andreas Gohr <andi@splitbrain.org> |
changed all occurances of rename() to io_rename()
darcs-hash:20060507101333-7ad00-e687d797fbee26e0b0bc7741ff8a1af496c101bf.gz |
| e165ecfd | 05-May-2006 |
chris <chris@jalakai.co.uk> |
admin plugin: fix menu option when auth module doesn't getUsers
darcs-hash:20060505000630-9b6ab-eb1add597db261d8d2843435bcfa22ac8f35a6f5.gz |
| 762fb7d4 | 05-May-2006 |
chris <chris@jalakai.co.uk> |
fix more ';' in config values
a more robust fix is needed, but this should resolve 99.9% of potential problems
darcs-hash:20060505000432-9b6ab-273277892e7b7dc978f7622174de38212155f104.gz |
| 862763f2 | 30-Apr-2006 |
chris <chris@jalakai.co.uk> |
config plugin update
- style correction, change second occurrence of textarea.default to textarea.protected - comment spelling correction
darcs-hash:20060430160900-9b6ab-5d2ba348ba00880f79d0874e312
config plugin update
- style correction, change second occurrence of textarea.default to textarea.protected - comment spelling correction
darcs-hash:20060430160900-9b6ab-5d2ba348ba00880f79d0874e3128234e0cb696c0.gz
show more ...
|
| 3f749e95 | 30-Apr-2006 |
chris <chris@jalakai.co.uk> |
plugin manager fix, add error suppression operator to touch call.
darcs-hash:20060430153000-9b6ab-0918d41e77e897d3b14c91de822567f8a3007779.gz |
| e66e6c7e | 30-Apr-2006 |
chris <chris@jalakai.co.uk> |
improvements to common plugin i/f
update comments to work with DokuWiki's auto generated API docs.
slight restructure of configuration functions and comments - loadConfig now loads plugin config se
improvements to common plugin i/f
update comments to work with DokuWiki's auto generated API docs.
slight restructure of configuration functions and comments - loadConfig now loads plugin config settings into $conf['plugin'][<plugin_name>] & $this->conf. These are aliases ensuring only one copy is stored. - readDefaultSettings() reads the plugin's conf/default.php
darcs-hash:20060430152308-9b6ab-9ec53e79ce5b07405acb84d19d81df9dd609612e.gz
show more ...
|
| d88b5f04 | 27-Apr-2006 |
Anika Henke <a.c.henke@arcor.de> |
danish lang.php of configmanager fixed (caused broken admin page)
darcs-hash:20060427224105-d5083-505d1230b7d13dfbf1eb6ae1144b7b72313574dc.gz |
| f65bfee1 | 14-Apr-2006 |
chris <chris@jalakai.co.uk> |
action plugins
This patch adds events and a third plugin type, "action" plugins, to DokuWiki.
The patch doesn't include any event signalling, that will be added in later patches.
Action plugins ar
action plugins
This patch adds events and a third plugin type, "action" plugins, to DokuWiki.
The patch doesn't include any event signalling, that will be added in later patches.
Action plugins are loaded before most Dokuwiki processing takes place and at the same time are given the opportunity to register handlers (or hooks) to receive specific dokuwiki events.
Other parts of Dokuwiki (e.g. templates and syntax plugins) can also register handlers to receive events.
Any part of Dokuwiki can create and signal events, including templates and plugins.
This patch also revises the admin plugin class by making it an extension of a new class, DokuWiki_Plugin. The DokuWiki_Plugin_Action class also extends this new class.
Further details of events, their signalling and handling, and of action plugins will be added to wiki.splitbrain.org in due course :-)
darcs-hash:20060414193737-9b6ab-f23d3d9b93e4c50a3ad97ced03eabc6c0363650b.gz
show more ...
|
| e04f1f16 | 09-Apr-2006 |
chris <chris@jalakai.co.uk> |
Bug#680
Update default plugins to ensure they exit immediately if not called from within Dokuwiki
darcs-hash:20060409233841-9b6ab-555e4fced756849a5d7b9de6e4aaaea24c6da3ae.gz |
| 8fda4569 | 09-Apr-2006 |
chris <chris@jalakai.co.uk> |
plugin manager update, fix for php warning if all plugins disabled
darcs-hash:20060409232533-9b6ab-13b2065c81b857a73b8e1175c9371978f8f76ab5.gz |
| cd7fd4a2 | 09-Apr-2006 |
Andreas Gohr <andi@splitbrain.org> |
spanish language update
darcs-hash:20060409115740-7ad00-dd6cb62ccd4e0947ccb7566b0c0010eb807585e3.gz |
| c4b55279 | 27-Mar-2006 |
Ben Coburn <btcoburn@silicodon.net> |
fix config plugin setting_numeric pattern
The old pattern (left as a comment) allowed many PHP syntax errors to be inserted into local.php for numeric values. This was breaking the wiki... see bug #
fix config plugin setting_numeric pattern
The old pattern (left as a comment) allowed many PHP syntax errors to be inserted into local.php for numeric values. This was breaking the wiki... see bug #769.
This patch should eliminate the syntax errors by using a more restrictive definition of numeric settings.
darcs-hash:20060327200700-05dcb-ccb8d532e5c123965fc6c8e79fb49c93170d827e.gz
show more ...
|
| 17e7a281 | 27-Mar-2006 |
Ben Coburn <btcoburn@silicodon.net> |
update config plugin metadata
darcs-hash:20060327181005-05dcb-73b7a1f4400832ba29962efc543d9959ebc6b2db.gz |
| a954fae3 | 27-Mar-2006 |
Ben Coburn <btcoburn@silicodon.net> |
fix config plugin function name _setup_localised_plugin_prompts
darcs-hash:20060327152528-05dcb-415564ff328ca9dd1f0fbe758924a2ae6a5b74cc.gz |
| aee14112 | 26-Mar-2006 |
chris <chris@jalakai.co.uk> |
plugin manager update / will now expire page, css & js caches after a plugin change
darcs-hash:20060326122952-9b6ab-f6aef3c5b2f9e936d2f32ed148d19bbd8a9da2da.gz |
| 4a778400 | 22-Mar-2006 |
Esther Brunner <esther@kaffeehaus.ch> |
changes to config plugin needed for template and plugin configuration
darcs-hash:20060322140525-283c4-54953a1954beba0e78c896610b33a6f3c953cbb6.gz |
| f1f77134 | 22-Mar-2006 |
Esther Brunner <esther@kaffeehaus.ch> |
methods for loading config variables in syntax and amin plugins
darcs-hash:20060322110832-283c4-d8e56c241f8a34827f1c188c4db7162ef658e010.gz |
| 902ea3be | 21-Mar-2006 |
larsch8 <larsch8@m2.stud.ku.dk> |
Danish lang update
darcs-hash:20060321005453-a08f5-274da46720f4487a03d8ba55b3ce1d48b6a5346c.gz |
| ef64b3a2 | 14-Mar-2006 |
chris <chris@jalakai.co.uk> |
usermanager minor changes: white space & comment improvement
darcs-hash:20060314122618-9b6ab-491420f904da7fd05af83ea5a875c887a1fe5153.gz |
| 78c7c8c9 | 14-Mar-2006 |
chris <chris@jalakai.co.uk> |
user manager fix : gracefully handle an attempt to edit a non-existant user
darcs-hash:20060314104843-9b6ab-538f5a0e750479e3b793162e01638c594a702bf9.gz |
| f1fb9de9 | 12-Mar-2006 |
larsch8 <larsch8@m2.stud.ku.dk> |
Danish lang update
darcs-hash:20060312214049-a08f5-181fb8115f702521bab9f2e95700f8bd9ab7316d.gz |
| 087b3a7f | 11-Mar-2006 |
chris <chris@jalakai.co.uk> |
plugin manager upate: protect default plugins, add enable/disable functionality
darcs-hash:20060311192655-9b6ab-c54d280d35b121730e2f8d50b15fe647d986574c.gz |
| cb5796db | 11-Mar-2006 |
Anika Henke <a.c.henke@arcor.de> |
small css fix for usermanager
darcs-hash:20060311194930-d5083-ebe898dedb3e906274a202c296bef78bededd1cf.gz |
| 1396430c | 09-Mar-2006 |
Andreas Gohr <andi@splitbrain.org> |
improved german translation
darcs-hash:20060309185858-7ad00-12095015b88b010b3ce56fbec3ec261b26069e5a.gz |
| daf4ca4e | 08-Mar-2006 |
Anika Henke <a.c.henke@arcor.de> |
killed some borders, widths and other strictness bugs
darcs-hash:20060308225006-d5083-d273d41551fee37d28442beef847eb57891ba73e.gz |