| 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 |
| 14739a20 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
Revert "merged branch 'danny0838:rewrite_block' and resolved conflict"
Anika's merge did not pul in the individual patches as one would expect.
Then I messed up when trying to fix this by merging w
Revert "merged branch 'danny0838:rewrite_block' and resolved conflict"
Anika's merge did not pul in the individual patches as one would expect.
Then I messed up when trying to fix this by merging with danny's repo again but used the wrong branch. So we're still missing two patches. To have them apply cleanly I have to revert Anika's merge here. Another merge for the missing two patches will follow.
This reverts commit b17e20ac9cca30b612968d02f06fa9c5df5c01f0.
show more ...
|
| c45608df | 06-Feb-2011 |
Adrian Lang <dokuwiki@adrianlang.de> |
Honor conf[pluginmanager] again (closes FS#1856) |
| b17e20ac | 06-Feb-2011 |
Anika Henke <anika@selfthinker.org> |
merged branch 'danny0838:rewrite_block' and resolved conflict |
| a8a3aa33 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
make hierarchical breadcrumb consistent on search FS#2078
A search equivalent to a new ID so it should show up in the bread crumbs. |
| 4f0030dd | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
ignore soft-hyphens for search FS#2049
This makes it possible to find words that include soft-hyphens. However, search higlighting will not work and I have no idea how to make it work. |
| 412b5df1 | 06-Feb-2011 |
Michael Hamann <michael@content-space.de> |
Prevent infinite loop in the subscription lock
There is no reason why the subscription should wait for other calls because the lock is only for one page so once the other call has finished the work
Prevent infinite loop in the subscription lock
There is no reason why the subscription should wait for other calls because the lock is only for one page so once the other call has finished the work has already been done. This simplifies the lock mechanism so there is no more loop.
show more ...
|
| e8188911 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
hide security check image if everything is alright |
| 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 |
| 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 ...
|