| 64daa86a | 04-Jan-2008 |
Andreas Gohr <andi@splitbrain.org> |
French update
darcs-hash:20080104143832-7ad00-705fa397a4fedaf21cbff8b7fedabcadaec02ea1.gz |
| 76dfe0e1 | 04-Jan-2008 |
Andreas Gohr <andi@splitbrain.org> |
Dutch update
darcs-hash:20080104141457-7ad00-f2ffae5e2d53b6d3018e9a5ad85264b557626b53.gz |
| 2be4553e | 04-Jan-2008 |
Andreas Gohr <andi@splitbrain.org> |
Polish update
darcs-hash:20080104140951-7ad00-8c563cb30ca014d5ce5f373f660d88204ed70632.gz |
| 6a18a7ed | 04-Jan-2008 |
Andreas Gohr <andi@splitbrain.org> |
Brazilian Portuguese update
darcs-hash:20080104140733-7ad00-e60bf288ff2d3c22b010e3e509c009c3af339b65.gz |
| 867121c2 | 14-Dec-2007 |
Andreas Gohr <andi@splitbrain.org> |
Romanian language update
darcs-hash:20071214105324-7ad00-fb59fd40d8c20f2019f3fa769bd229ba18d40903.gz |
| 280adf3e | 10-Dec-2007 |
Andreas Gohr <andi@splitbrain.org> |
Italian language update
darcs-hash:20071210190648-7ad00-61f6b7ce8ac35e09fc963d84ec8638a7884797ae.gz |
| a1207a93 | 03-Dec-2007 |
Andreas Gohr <andi@splitbrain.org> |
romanian language update
darcs-hash:20071203183011-7ad00-ac36914f25ae71842551fb49bfdadb9ebf0aaba6.gz |
| c2503a39 | 30-Nov-2007 |
Andreas Gohr <andi@splitbrain.org> |
removed obsolete language strings
darcs-hash:20071130234249-7ad00-176b2e8bff203f8a78aceef713ca398a316dbdfc.gz |
| 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 |
| 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 |
| 279c0a2e | 26-Oct-2007 |
Frederico Goncalves Guimaraes <frederico@teia.bio.br> |
Brasilian Portuguese Update
darcs-hash:20071026110711-b9abf-3c57eaea66fb90636e51fa9aa03dc7928824fb6f.gz |
| 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 |
| 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 ...
|
| 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 |
| aad41e93 | 18-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
esperanto update
darcs-hash:20070818222029-7ad00-490d6e1e53a9753c4951ee8a9a9882d3cbdcfdb0.gz |