| 4ae475af | 03-Jan-2012 |
Jan Schumann <js@schumann-it.com> |
Added prototype for Auth-Plugins |
| eb2f7e5e | 27-Dec-2011 |
Anika Henke <anika@selfthinker.org> |
fixed no align option in media settings modal window (FS#2411) |
| 1fef63e6 | 22-Dec-2011 |
NEOhidra <neohidra@gmail.com> |
BG: language update (added "mediarevisions") |
| c9996306 | 22-Dec-2011 |
skimpax <skimpax@gmail.com> |
French language update |
| 84731d33 | 22-Dec-2011 |
Kazutaka Miyasaka <kazmiya@gmail.com> |
Japanese language update |
| d80d35e2 | 22-Dec-2011 |
Dominik Eckelmann <deckelmann@gmail.com> |
added forgotten remote.php in lib/plugins |
| fe092d88 | 11-Dec-2011 |
Dominik Eckelmann <deckelmann@gmail.com> |
transfered bugfix from dokuwiki 97a000f0551735b35606d94d59abc4ff440783a5 |
| d0674b61 | 15-Dec-2011 |
Jian Wei Tay <marc_t84@hotmail.com> |
Malay language update |
| 965d9692 | 14-Dec-2011 |
Begina Felicysym <begina.felicysym@wp.eu> |
Polish language update |
| 97a000f0 | 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. |
| 77b9cb84 | 08-Dec-2011 |
Ricardo Guijt <ricardoguijt@gmail.com> |
Dutch language update |
| f18f20c0 | 06-Dec-2011 |
Egil Hansen <egil@rosetta.no> |
Norwegian language update |
| 50cefced | 05-Dec-2011 |
Andreas Haerter <development@andreas-haerter.com> |
Add missing German language values (config plugin) |
| 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 ...
|