| 3ec19a6a | 09-Feb-2011 |
Windy Wanderer <windy.wanderer@gmail.com> |
Russian language update |
| 28ac8164 | 07-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
added one of the most important smileys |
| 4c5a5d3d | 06-Feb-2011 |
Michael Hamann <michael@content-space.de> |
JS: Add style helper and fix footnotes in non-static containers |
| 999913b8 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
no final comma in class members or IE craps out |
| c45608df | 06-Feb-2011 |
Adrian Lang <dokuwiki@adrianlang.de> |
Honor conf[pluginmanager] again (closes FS#1856) |
| 7441e340 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
apply cleanUser and cleanGroup in user manager FS#1859 |
| 9f881d09 | 06-Feb-2011 |
Michael Hamann <michael@content-space.de> |
Only remove the indexer lock when there is really a stale lock
Previously the rmdir could be executed when the lock directory had been deleted by another indexer already. This could lead to a race c
Only remove the indexer lock when there is really a stale lock
Previously the rmdir could be executed when the lock directory had been deleted by another indexer already. This could lead to a race condition when another indexer call creates the lock again between the if and the rmdir. This issue still exists for stale lock directories but they normally shouldn't exist. This also prevents the loop from becoming an endless loop when the lock directory can't be created. This change also fixes a syntax error in the indexer and prevents an endless loop when the lock directory exists but can't be deleted.
show more ...
|
| 0993d1c5 | 06-Feb-2011 |
Anika Henke <anika@selfthinker.org> |
FS#2067: fixed monospace font sizes |
| 26497271 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
correctly wait for a lock in indexer (related to FS#2112) |
| 7cb9f9ee | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
allow reinstall of plugins via plugin manager FS#2120 |
| ffb291f2 | 06-Feb-2011 |
Adrian Lang <dokuwiki@adrianlang.de> |
Use common media_save in media_upload and putAttachment
Changes: * XML-RPC now correctly allows leading and trailing _ * Error messages from XML-RPC are correct * MEDIA_UPLOAD_FINISH has a six
Use common media_save in media_upload and putAttachment
Changes: * XML-RPC now correctly allows leading and trailing _ * Error messages from XML-RPC are correct * MEDIA_UPLOAD_FINISH has a sixth param specifying the move function * Not having upload rights when using media_upload throws a msg
show more ...
|
| 20aa97d9 | 06-Feb-2011 |
Myron Turner <turnermm02@shaw.ca> |
Don't delete the contents of symbolically linked directories in the plugin manager
This patch makes the plugin manager not descend into symbolically linked directories as this behaviour is not expec
Don't delete the contents of symbolically linked directories in the plugin manager
This patch makes the plugin manager not descend into symbolically linked directories as this behaviour is not expected from a recursive delete.
show more ...
|
| 87229c84 | 06-Feb-2011 |
Adrian Lang <dokuwiki@adrianlang.de> |
XML-RPC deleteAttachment now uses media_delete
Functionality changes: * deleteAttachment now triggers MEDIA_DELETE_FILE (closes FS#1568) * deletion success msg in mediamanager is correct, even w
XML-RPC deleteAttachment now uses media_delete
Functionality changes: * deleteAttachment now triggers MEDIA_DELETE_FILE (closes FS#1568) * deletion success msg in mediamanager is correct, even when the ns dir was deleted * media_delete changed quite a bit
show more ...
|
| bf14d727 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
keep drafts on preview FS#2116 |
| dba09ad2 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
don't show lock timer in readonly mode FS#2146 |
| 55f92d7e | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
moved locktimer class to its own file
I also adjusted the coding style to match our other JS classes |
| 53281602 | 05-Feb-2011 |
João Espírito Santo <jesquilo@gmail.com> |
Portuguese language update |
| cac0cda3 | 04-Feb-2011 |
Georgios Petsagourakis <petsagouris@gmail.com> |
Greek translation update |
| e24ab4ab | 01-Feb-2011 |
Johan Guilbaud <guilbaud.johan@gmail.com> |
French language update |
| 1d2abd96 | 01-Feb-2011 |
Kiril Velikov <neohidra@gmail.com> |
Bulgarian language update |
| 72165381 | 31-Jan-2011 |
Andreas Gohr <gohr@cosmocode.de> |
Make diff type selectable |
| ceea734a | 31-Jan-2011 |
Andreas Gohr <gohr@cosmocode.de> |
Made the auto submit script more versatile
When a <select> tag has the class "quickselect", this script will automatically submit its parent form when the select value changes. It also hides the sub
Made the auto submit script more versatile
When a <select> tag has the class "quickselect", this script will automatically submit its parent form when the select value changes. It also hides the submit button of the form.
show more ...
|
| 5b718e23 | 23-Jan-2011 |
Danny Lin <danny0838@pchome.com.tw> |
Traditional Chinese update |
| 33c72f1d | 23-Jan-2011 |
Cédric Schmitz <webmestre@amiclubdefrance.net> |
French language update |
| 3e1ca056 | 22-Jan-2011 |
Jacopo Corbetta <jacopo.corbetta@gmail.com> |
Italian language update |