| 2e646d61 | 04-Dec-2011 |
Anika Henke <anika@selfthinker.org> |
fixed whitespace error introduced with 475aa19 |
| 6d3ed707 | 29-Nov-2011 |
dploeger <develop@dieploegers.de> |
Added urldecoding of query for qsearch |
| b1ab5da7 | 04-Dec-2011 |
Anika Henke <anika@selfthinker.org> |
fixed list type being sometimes undefined |
| 44942869 | 04-Dec-2011 |
Anika Henke <anika@selfthinker.org> |
fixed mediamanager diffs having no specific height (FS#2387) |
| aafb4e36 | 01-Dec-2011 |
Tim Roes <mail@timroes.de> |
Fixed bug in XML-RPC search.
The score was randomly transfered as string or as integer. This way it will always be transfered as an integer. |
| 4b7f30c2 | 30-Nov-2011 |
Anika Henke <anika@selfthinker.org> |
bind JS for revision diff also when called through AJAX (fixes checkbox selection in history of new media manager, FS#2398) |
| f3046d2b | 29-Nov-2011 |
Tim Roes <mail@timroes.de> |
Second part of the error codes. Forgot some :(
Added the new error codes and categories:
--- 212 Not allowed to delete media
== 230 Media edit error --- 231 Filename not given --- 232 File is stil
Second part of the error codes. Forgot some :(
Added the new error codes and categories:
--- 212 Not allowed to delete media
== 230 Media edit error --- 231 Filename not given --- 232 File is still referenced --- 233 Could not delete file
show more ...
|
| 1c122589 | 29-Nov-2011 |
Tim Roes <mail@timroes.de> |
Using sensefull error codes.
Since there are currently a lot of error coded returning 1, that mean completly different thing, i guess it would be very nice to change this. A client should not be for
Using sensefull error codes.
Since there are currently a lot of error coded returning 1, that mean completly different thing, i guess it would be very nice to change this. A client should not be forced to parse the error message, the error code should be enough to explain the error.
This change suggests some error codes, that have a hierarchical structure. In the following list the categories begin with = and the error codes actually used with -.
= 100 Page errors == 110 Page access errors --- 111 User is not allowed to read the requested page --- 112 User is not allowed to edit the page == 120 Page existance errors --- 121 The requested page does not exist == 130 Page edit errors --- 131 Empty page id --- 132 Empty page content --- 133 Page is locked --- 134 Positive wordblock check
= 200 Media errors == 210 Media access errors --- 211 User is not allowed to read media --- 215 User is not allowed to list media == 220 Media existance errors --- 221 The requested media does not exist
= 300 Search errors == 310 Argument errors --- 311 The provided value is not a valid timestamp == 320 Search result errors --- 321 No chances in specified timeframe
show more ...
|
| 04dd9c85 | 28-Nov-2011 |
Anika Henke <anika@selfthinker.org> |
fixed link wizard being appended to every div.dokuwiki (FS#2395) and changed div.dokuwiki to just .dokuwiki (some templates have the class in the body) |
| 3f3bb97f | 28-Nov-2011 |
Dominik Eckelmann <deckelmann@gmail.com> |
removed dublicated content |
| 3543c6de | 28-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
deprecated 3rd parameter of cleanID() FS#2377
For some reason trailing/leading underscores were allowed when uploading files. But the rest of the code (eg. listing or downloading files) never suppor
deprecated 3rd parameter of cleanID() FS#2377
For some reason trailing/leading underscores were allowed when uploading files. But the rest of the code (eg. listing or downloading files) never supported this. This patch removes this special case for uploading files to streamline ID cleaning of pages and media files.
show more ...
|
| 4feb08e1 | 28-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
only strip special chars when suggesting an upload name FS#2377
The uploader now just strips a bunch of common special chars. This is not a complete cleanID() implementation. A full clean is done se
only strip special chars when suggesting an upload name FS#2377
The uploader now just strips a bunch of common special chars. This is not a complete cleanID() implementation. A full clean is done server-side on uploading.
show more ...
|
| c798b23b | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
rely on jQuery UI's dialog methods for toggling the linkwizard FS#2394 |
| 2e9c5188 | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
IE8: fix namespace selection in link wizard FS#2391
IE8 can't substr() with negative offsets. |
| 29a277ba | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
IE doesn't know indexOf for arrays FS#2381
this fixes another IE javascript problem in edit mode |
| 8d739053 | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
fix IE8 error FS#2381
A trailing comma created an empty array item causing IE8 to choke. |
| 9df43a68 | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
use throbber in ACL ajax interface
To avoid problems when an AJAX request takes a bit longer in the ACL manager, a throbber is shown while loading the info. |
| 9015e311 | 27-Nov-2011 |
Marijn Hofstra <hofstra.m@gmail.com> |
Dutch language update |
| a09383ea | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
avoid PHP notice in ACL ajax backend FS#2384 |
| 37c23632 | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
added missing config metadata FS#2383
Translators need to add another string. |
| ad9bfc2d | 27-Nov-2011 |
Christophe Martin <Schplurtz@laposte.net> |
French language update |
| 1b9261db | 27-Nov-2011 |
Shuo Ting Jian <shoting@gmail.com> |
Traditional Chinese language update |
| 612db714 | 27-Nov-2011 |
Shuo Ting Jian <shoting@gmail.com> |
Chinese language update |
| 491a2c68 | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
renamed passhash method smd6 to lsmd5 |
| 502a92e0 | 27-Nov-2011 |
Patrick Michel <public@pbmichel.de> |
MD5 password hash format of the LDAP RFC FS#2378
This implements the salted MD5 password hash format of the LDAP RFC. The format is quite simple the password, followed by the 8 byte hash in base64 e
MD5 password hash format of the LDAP RFC FS#2378
This implements the salted MD5 password hash format of the LDAP RFC. The format is quite simple the password, followed by the 8 byte hash in base64 encoding, which results in 32 characters, prepended with the string "{smd5}".
show more ...
|