| 138cf4d4 | 01-Jul-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix table edit marker class element in XHTML |
| 9708106b | 01-Jul-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix ns: and ns:start handling |
| b26cdbbe | 01-Jul-2010 |
Adrian Lang <lang@cosmocode.de> |
Support ns; ids |
| c5bd986f | 24-Jun-2010 |
Dominik Eckelmann <deckelmann@gmail.com> |
updated german subscription translation. |
| 09edb711 | 27-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
use config cascade for userscripts and styles FS#1678 |
| 226bf2dc | 27-Jun-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1821: Added a permalink to the diff output |
| ee4d22e0 | 27-Jun-2010 |
Christopher Smith <chris@jalakai.co.uk> |
FS#1826, stop forcing rendering of metadata when updating metadata in addLogEntry() |
| 134b7bd9 | 27-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
do not require special permissions to look at index FS#1720 |
| ef362bb8 | 27-Jun-2010 |
Anika Henke <anika@selfthinker.org> |
moved update message from its own file (conf/msg) into doku.php (FS#1800) |
| e6a6dbfe | 27-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
moved default config cascade to its own file |
| 0b34c70f | 27-Jun-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1795: Restrict media manager to users with at least read access on the supplied namespace. |
| c8f80b4e | 27-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
Use config_cascade for ACLs and plain auth users FS#1677 |
| 13ebcbe5 | 27-Jun-2010 |
Christopher Smith <chris@jalakai.co.uk> |
FS#1949 |
| a8574918 | 27-Jun-2010 |
Anika Henke <anika@selfthinker.org> |
added div around tables to make scrolling too wide ones in restrictive designs possible (FS#1980) |
| de3427db | 27-Jun-2010 |
Andreas Gohr <gohr@cosmocode.de> |
Add scope options to LDAP auth backend FS#1832
The scope for the LDAP searches for users and groups can now be set using the new options 'userscope' and 'groupscope'. Valid options are 'base', 'one'
Add scope options to LDAP auth backend FS#1832
The scope for the LDAP searches for users and groups can now be set using the new options 'userscope' and 'groupscope'. Valid options are 'base', 'one' and 'sub'. Defaults to 'sub'.
show more ...
|
| 40f3c0b5 | 27-Jun-2010 |
Gina Haeussge <gina@foosel.net> |
FS#433: Editor now uses onbeforeunload event to capture ANY leaving of it besides via Save or Preview button. This has been successfully tested in FF, Chrome and IE6/7/8. Opera does not support onbef
FS#433: Editor now uses onbeforeunload event to capture ANY leaving of it besides via Save or Preview button. This has been successfully tested in FF, Chrome and IE6/7/8. Opera does not support onbeforeunload, therefore the draft is kept if the user navigates away from the editor.
Please test this.
show more ...
|
| 1a93c67c | 27-Jun-2010 |
Szabó Dávid <szabo.david@gyumolcstarhely.hu> |
Hungarian language update |
| 7aeda574 | 26-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
added proxy exception regexp FS#1247 |
| 57e71d49 | 26-Jun-2010 |
Tanguy Ortolo <tanguy+debian@ortolo.eu> |
Update and license of cliopts.php.
* Updated the code to be closer to the latest upstream one. * Updated the license: it used to be under the problematic PHP License, and is now under the BSD Lice
Update and license of cliopts.php.
* Updated the code to be closer to the latest upstream one. * Updated the license: it used to be under the problematic PHP License, and is now under the BSD License, thanks to the original author and contributor agreement.
show more ...
|
| 2ae68f97 | 26-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
use CRLF in quoted printable encoding FS#1755
Needs testing from:
a) Exchange users - is FS1755 fixed for you? b) everone else - all okay still? |
| 3f803e5e | 26-Jun-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1878: Hide Dokuwiki version information from metadata and only show it to admins and manager in do=check. Also protected meta files README, VERSION and COPYING additionally to .ht* |
| b150cd2c | 26-Jun-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1901: prefill section name into summary when editing sections |
| a02d2933 | 26-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
new event and parameters for tpl_img() FS#1837 FS#1564 |
| 06361442 | 26-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
Added license chooser to installer FS#1926
This adds a license chooser to the installer. The installer defaults to the more free CC-BY-SA. CC-NC-BY-SA is still the default in dokuwiki.php to keep ba
Added license chooser to installer FS#1926
This adds a license chooser to the installer. The installer defaults to the more free CC-BY-SA. CC-NC-BY-SA is still the default in dokuwiki.php to keep backwards compatibility.
The license array was reordered and Non-Derivative licenses removed (they don't make much sense for wiki content).
show more ...
|
| d43aac1c | 26-Jun-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1915: strip one leading and one trailing newline from code content if available |