| 383396f4 | 27-Feb-2011 |
Anika Henke <anika@selfthinker.org> |
deleted template print styles which are now in the core styles |
| 318cd03e | 26-Feb-2011 |
Anika Henke <anika@selfthinker.org> |
improved css.php and core styles
* code cleanup in lib/exe/css.php * renamed 'default' userstyle to 'screen' in config_cascade * splitted core lib/styles/style.css up into all.css, print.css and scr
improved css.php and core styles
* code cleanup in lib/exe/css.php * renamed 'default' userstyle to 'screen' in config_cascade * splitted core lib/styles/style.css up into all.css, print.css and screen.css
show more ...
|
| 84a355b6 | 21-Feb-2011 |
Kiril Velikov <neohidra@gmail.com> |
Bulgarian language update |
| d2437563 | 21-Feb-2011 |
Marijn Hofstra <hofstra.m@gmail.com> |
Dutch language update |
| bf413a4e | 20-Feb-2011 |
Anika Henke <anika@selfthinker.org> |
added 'register' and 'resendpwd' to action links and buttons
Attention: $lang['register'] has been renamed to $lang['btn_register'], anyone using that in any plugin or template should adjust it. |
| 2b3f472a | 19-Feb-2011 |
Hiphen Lee <jacob.b.leung@gmail.com> |
Chinese Language update |
| 9a8fba1f | 19-Feb-2011 |
Edward H <edward@edwardh.se> |
Swedish language update |
| 44909513 | 18-Feb-2011 |
Petsagourakis George <petsagouris@gmail.com> |
Passed every png file through http://www.smushit.com/ysmush.it/ saving some 1-2kb of binary image data |
| e6fd1775 | 13-Feb-2011 |
Elan Ruusamäe <glen@delfi.ee> |
Add skype interwiki, similar to 023e47d6
Icon downloaded from http://forum.skype.com/style_emoticons/skype/skype.png
I asked someone internally for file copyright and answer was ok (do whatever you
Add skype interwiki, similar to 023e47d6
Icon downloaded from http://forum.skype.com/style_emoticons/skype/skype.png
I asked someone internally for file copyright and answer was ok (do whatever you want)
show more ...
|
| f6896f7b | 12-Feb-2011 |
Petsagourakis George <petsagouris@gmail.com> |
fixed error in popularity/helper.php (a quoted array instruction error'd ...) |
| c6497d39 | 11-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
avoid warning in linkwizard when a space is entered as query |
| 023e47d6 | 11-Feb-2011 |
lupo49 <post@lupo49.de> |
Support for VoIP/SIP callto-links (FS#2167) |
| 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 ...
|