| 4f2305cb | 06-Feb-2011 |
Adrian Lang <dokuwiki@adrianlang.de> |
Fix whitespace handling in inline diff (closes FS#2161) |
| 3893df8e | 06-Feb-2011 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2154 unset call writers in finalise() to prevent circular references and help PHP garbage collection for PHP < 5.3 |
| 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 |
| b2f0ffd0 | 06-Feb-2011 |
Anika Henke <anika@selfthinker.org> |
improved data security check on admin |
| dd47a314 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
better stream writing in HTTPClient FS#2036
This changes the HTTP stream to blocking while writing to the stream using select() to handle timeouts. Addtionally, wwriting is done in 4k block now (as
better stream writing in HTTPClient FS#2036
This changes the HTTP stream to blocking while writing to the stream using select() to handle timeouts. Addtionally, wwriting is done in 4k block now (as it is done with reading).
This is supposed to fix a problem with writing to a SSL stream that is not quite ready.
Reading from the stream continues to be non-blocking as before.
show more ...
|
| 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 ...
|
| 45763179 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed email test case since we allow local addresses |
| a18f9d4a | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
Accept IPv6 addresses in email addresses |
| 79c1bbfe | 06-Feb-2011 |
Michael Hamann <michael@content-space.de> |
p_get_metadata: show the save error message only when metadata has been changed |
| 0e5fde48 | 06-Feb-2011 |
Michael Hamann <michael@content-space.de> |
Allow p_set_metadata during rendering, test cases included. FS#1827 |
| 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 ...
|
| 2343a762 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
handle link local and localhost IPv6 addresses in clientIP FS#2138 |
| c34c7772 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
make IPv6 links in link syntax FS#2137 |
| 5d190f12 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
URLs may contain brackets [] FS#2137 |
| 9d598023 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed the IPv6 tests, bracket links are parsed by InternalLinks |
| 89643a15 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
added a bunch of IPv6 test cases FS#2137 |
| 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 |
| 1b885c58 | 05-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed inline diff selector loosing page context |
| 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 |
| 49dd4a83 | 04-Feb-2011 |
Anika Henke <anika@selfthinker.org> |
added register link |