| 8a52cdf3 | 01-Jul-2010 |
Andreas Gohr <andi@splitbrain.org> |
XML-RPC fix for untyped string values FS#1993
includes unit tests. Extensions welcome. |
| 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. |
| d60813a2 | 29-Jun-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1962: Also allow 0 in user names |
| 64373bfc | 27-Jun-2010 |
Anika Henke <anika@selfthinker.org> |
added min-width to footnote tooltips (partly FS#1931) |
| ce19c341 | 27-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
Use OS based Hotkey-Modifier FS#1958
Because ALT-GR fires a CTRL-ALT event on Windows systems, but ALT-GR is needed to write square brackets on German Keyboards, CTRL-ALT can not be used as modifier
Use OS based Hotkey-Modifier FS#1958
Because ALT-GR fires a CTRL-ALT event on Windows systems, but ALT-GR is needed to write square brackets on German Keyboards, CTRL-ALT can not be used as modifier.
This patch introdues OS dependent modifiers. Mac systems continue to use CTRL-ALT, all other systems use only ALT.
Let's hope this works out.
show more ...
|
| 09edb711 | 27-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
use config cascade for userscripts and styles FS#1678 |
| 13698245 | 27-Jun-2010 |
Michael Hamann <michael@content-space.de> |
Fixed automatic insertion of listbullets in Opera FS#1877
The keydown event can't be prevented in Opera (see http://www.quirksmode.org/dom/events/keys.html) so this switches back to keypress in Oper
Fixed automatic insertion of listbullets in Opera FS#1877
The keydown event can't be prevented in Opera (see http://www.quirksmode.org/dom/events/keys.html) so this switches back to keypress in Opera (keypress doesn't give the correct key codes in Firefox). Furthermore Opera replaces '\n' by '\r\n' when inserting text, thus the offset for cursor/selection placement was wrong.
show more ...
|
| 226bf2dc | 27-Jun-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1821: Added a permalink to the diff output |
| 339bd727 | 27-Jun-2010 |
Christopher Smith <chris@jalakai.co.uk> |
Wrap $HTTP_RAW_POST_DATA in !empty() to avoid NOTICE in error logs |
| ee4d22e0 | 27-Jun-2010 |
Christopher Smith <chris@jalakai.co.uk> |
FS#1826, stop forcing rendering of metadata when updating metadata in addLogEntry() |
| bbbf5853 | 27-Jun-2010 |
Michael Hamann <michael@content-space.de> |
Added missing ";" in edit.js |
| 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 ...
|
| e2cf9671 | 27-Jun-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1960: Don't use substr on $ACT array. |
| 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 |