| 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 ...
|
| 339bd727 | 27-Jun-2010 |
Christopher Smith <chris@jalakai.co.uk> |
Wrap $HTTP_RAW_POST_DATA in !empty() to avoid NOTICE in error logs |
| bbbf5853 | 27-Jun-2010 |
Michael Hamann <michael@content-space.de> |
Added missing ";" in edit.js |
| 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 |
| 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 |
| 93eefc2f | 26-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
generate password if wanted on usermodify FS#1873 |
| 2b2693cc | 26-Jun-2010 |
Anika Henke <anika@selfthinker.org> |
fix for textarea bug in IE8 (FS#1910) |
| f338aa80 | 26-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
Let config manager post to script FS#1942 |
| b038bf62 | 26-Jun-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1874: removed padding for interwiki links in print stylesheet, as the icons aren't displayed there |
| 7e1f9fd3 | 26-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
Hotkey trigger is now CTRL-ALT FS#1958
Tests and feedbacks please! |
| 8d22f1e9 | 26-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
Changes to the ft_pageLookup and related event FS#1978
This patch changes the ft_pageLookup function to always return the title of pages with the result. This makes it easier to work with the array,
Changes to the ft_pageLookup and related event FS#1978
This patch changes the ft_pageLookup function to always return the title of pages with the result. This makes it easier to work with the array, as it no longer changes between numeric and key indexes depending on useheading. This also means that action plugins subscribed to SEARCH_QUERY_PAGELOOKUP need to be adjusted. The event contains a new data field called 'has_titles' which plugins can use to check for backwards compatibility.
show more ...
|
| 80601d26 | 26-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
fixed wildcard handling in ACL manager FS#1955
This patch also removes legacy support for @USER@. Only %USER% is valid now. |
| def4baf2 | 22-Jun-2010 |
Samuel Dorsaz <samuel.dorsaz@novelion.net> |
French language update |
| e53f9e72 | 22-Jun-2010 |
Marijn Hofstra <hofstra.m@gmail.com> |
Dutch language update |
| fa61423c | 22-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
temporary disable hotkey JS for FS#1958 |
| 147c74da | 18-Jun-2010 |
Adrian Lang <mail@adrianlang.de> |
Do not output trailing whitespace in conf/local.php |
| a0070b52 | 16-Jun-2010 |
Adrian Lang <lang@cosmocode.de> |
Add title index to the indexer files, improve indexer calls |
| 159ef596 | 16-Jun-2010 |
Adrian Lang <lang@cosmocode.de> |
Remove temp indexer upgrade stuff from 579b0f7e |
| 80423ab6 | 16-Jun-2010 |
Adrian Lang <lang@cosmocode.de> |
Perform quick search in title as well |
| b6258081 | 13-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
msgs are saved in send_redirect now, less code duplication needed |
| 86228f10 | 24-May-2010 |
Dominik Eckelmann <deckelmann@gmail.com> |
added cleanID to xmlrpc call wiki.getBackLinks |