| e52fdae2 | 30-Nov-2007 |
Andreas Gohr <andi@splitbrain.org> |
Swedish language update
darcs-hash:20071130233509-7ad00-6c6a262533c0e49af763bd45854e34cf33ba13cb.gz |
| 3c76c071 | 30-Nov-2007 |
Andreas Gohr <andi@splitbrain.org> |
Spanish language update
darcs-hash:20071130233302-7ad00-9cbdf61a70e1a0771bb4ee1a77fc82c3b64dffa1.gz |
| ae112d8c | 23-Nov-2007 |
Andreas Gohr <andi@splitbrain.org> |
Spellchecker removed
With spell checkers available in all modern browsers, having a spell checker in DokuWiki's core code is no longer necessary. This patch removes the spell checking feature. It wi
Spellchecker removed
With spell checkers available in all modern browsers, having a spell checker in DokuWiki's core code is no longer necessary. This patch removes the spell checking feature. It will be made available as optional plugin.
darcs-hash:20071123125840-7ad00-faf7aa4673421dbb3fad904ba5b46b4927a5176d.gz
show more ...
|
| 06335ec9 | 21-Nov-2007 |
Andreas Gohr <andi@splitbrain.org> |
Catalan language update
darcs-hash:20071121203902-7ad00-bb88d1124d181b56152f22da892d6d3eccf1161c.gz |
| 60d915a2 | 18-Nov-2007 |
Andreas Gohr <andi@splitbrain.org> |
german language update
darcs-hash:20071118105953-7ad00-a93b7707b09890fe3c184bb233238ee4df8e4ffe.gz |
| a7c9f4af | 17-Nov-2007 |
Andreas Gohr <andi@splitbrain.org> |
added missing pix folder for acl plugin
darcs-hash:20071117214220-7ad00-744a12e693c8107fd4c8cca12ec3bb7208739511.gz |
| 2a3623da | 17-Nov-2007 |
Andreas Gohr <andi@splitbrain.org> |
ACL Manager rewritten
This patch replaces the old ACL manager plugin with a new, completely rewritten one.
The ACL manager is now independent of the page from which it was called, instead all pages
ACL Manager rewritten
This patch replaces the old ACL manager plugin with a new, completely rewritten one.
The ACL manager is now independent of the page from which it was called, instead all pages and namespaces are selectable from an AJAX enhanced list similar to the one used in the media manager. This should take care of a major complain by new users.
Another major confusion was that the old manager only showed relevant rules. This new manager always shows *all* defined ACL rules.
darcs-hash:20071117155740-7ad00-1de71e396d5dbc117bf5788fb5667af828d5c20f.gz
show more ...
|
| 49dc20b7 | 02-Nov-2007 |
Andreas Gohr <andi@splitbrain.org> |
russian language update
darcs-hash:20071102181710-7ad00-3e239b6f0a9be465e33f283c1ed56958289f3dae.gz |
| bf9671d4 | 26-Oct-2007 |
Andreas Gohr <andi@splitbrain.org> |
Galician language update
darcs-hash:20071026205405-7ad00-56ddd5adab9ae4ae37697cd82a10f5c4ea056271.gz |
| 659695a7 | 26-Oct-2007 |
Andreas Gohr <andi@splitbrain.org> |
Turkish update
darcs-hash:20071026185916-7ad00-86fc05c180aba145b154e8a61539691f75906fbb.gz |
| 279c0a2e | 26-Oct-2007 |
Frederico Goncalves Guimaraes <frederico@teia.bio.br> |
Brasilian Portuguese Update
darcs-hash:20071026110711-b9abf-3c57eaea66fb90636e51fa9aa03dc7928824fb6f.gz |
| a91e7115 | 19-Oct-2007 |
Andreas Gohr <andi@splitbrain.org> |
Latvian language update
darcs-hash:20071019063310-7ad00-d087781c8064cd650946dfd1d457563ce646cae6.gz |
| ab567923 | 13-Oct-2007 |
Andreas Gohr <andi@splitbrain.org> |
fixed URLs in plugin and user manager
For the new plugin repository, plugins should use a page named after their class at wiki.splitbrain.org
darcs-hash:20071013191842-7ad00-0580762663329d4f21e6996
fixed URLs in plugin and user manager
For the new plugin repository, plugins should use a page named after their class at wiki.splitbrain.org
darcs-hash:20071013191842-7ad00-0580762663329d4f21e6996748117987438c953f.gz
show more ...
|
| 9a87c72a | 08-Oct-2007 |
Andreas Gohr <andi@splitbrain.org> |
X-Sendfile support for fetch.php
This patch enables the use of the X-Sendfile extension offered by certain webservers to deliver static files after running a dynamic script. This combines the flexib
X-Sendfile support for fetch.php
This patch enables the use of the X-Sendfile extension offered by certain webservers to deliver static files after running a dynamic script. This combines the flexibility of a PHP file to check for authorization, caching and resizing with the low memory footprint and high performance of static file delivery of the webserver.
See http://blog.lighttpd.net/articles/2006/07/02/x-sendfile for details
darcs-hash:20071008185019-7ad00-1e6d4768fb60d58955e4253c7786eaf8cf13d0bb.gz
show more ...
|
| 1462e3ae | 07-Oct-2007 |
Andreas Gohr <andi@splitbrain.org> |
esperanto update
darcs-hash:20071007191109-7ad00-80a395519238428c32d20b5d8b9738908c25da05.gz |
| 1a58f811 | 08-Sep-2007 |
Andreas Gohr <andi@splitbrain.org> |
Indonesian update
darcs-hash:20070908192004-7ad00-f7ed26c8afd03db706acd90d38367bf13dfc2266.gz |
| aea87c78 | 08-Sep-2007 |
Andreas Gohr <andi@splitbrain.org> |
Small fix for CSRF check in config and ACL plugins
darcs-hash:20070908142300-7ad00-ecb0aa5d77f6451b33988e6008e0297bd4425948.gz |
| 98a80b95 | 06-Sep-2007 |
Andreas Gohr <andi@splitbrain.org> |
Esperanto update
darcs-hash:20070906183038-7ad00-7bfdf2858d146a17fbe5824773ae5d9c985e0e28.gz |
| 634d7150 | 29-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
CSRF prevention for admin plugins
This patch adds a session based token to all form in the default action plugins. The validity of the token is checked before any administrative function is executed
CSRF prevention for admin plugins
This patch adds a session based token to all form in the default action plugins. The validity of the token is checked before any administrative function is executed aiming to protect DokuWiki's admin functions from Cross-site request forgery (CSRF) attacks.
Another patch will follow to add the same functionality on other, less critical functions.
More details on CSRF attacks can be found at http://en.wikipedia.org/wiki/Cross-site_request_forgery
darcs-hash:20070829201538-7ad00-d0770224a3351fd8e38968e3a9d8e73520482445.gz
show more ...
|
| 1687f569 | 26-Aug-2007 |
Guy Brand <gb@isis.u-strasbg.fr> |
Revert plugin die if DOKU_INC undefined
darcs-hash:20070826201745-19e2d-10ac45260b4ab288ffa91c4828b82bb61ebfa625.gz |
| 70260ca4 | 21-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
german update
darcs-hash:20070821174336-7ad00-f17ae332851fb010f6cfc6e09e0a2f958b809a92.gz |
| ee1dcd2c | 21-Aug-2007 |
Chris Smith <chris@jalakai.co.uk> |
Fix $conf['compression'] setting values (was using 'bzip' instead of 'bz2'); FS#1185
darcs-hash:20070821120916-d26fc-75fbdf68d2a31222b892106229ee84c12c504630.gz |
| 1ba60149 | 21-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
french update
darcs-hash:20070821173805-7ad00-49900167ab4babede6acebb595faf005b28ce18e.gz |
| e05d5c76 | 20-Aug-2007 |
Michael Klier <chi@chimeric.de> |
typo fix in action plugin prototype class
darcs-hash:20070820175842-23886-3af1d5a1585545b6a84cc8df526f8fe53be537d7.gz |
| aad41e93 | 18-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
esperanto update
darcs-hash:20070818222029-7ad00-490d6e1e53a9753c4951ee8a9a9882d3cbdcfdb0.gz |