History log of /dokuwiki/ (Results 6051 – 6075 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6201c7a811-Dec-2011 Anika Henke <anika@selfthinker.org>

updated GPL2 license text (fixes whitespace issues and typos and updates FSF address)

97a000f001-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.

795114e710-Dec-2011 Dominik Eckelmann <deckelmann@gmail.com>

changed return types

647919c908-Dec-2011 Dominik Eckelmann <deckelmann@gmail.com>

added remote plugin calls.

4815d22208-Dec-2011 Dominik Eckelmann <deckelmann@gmail.com>

RemoteAPI can now handle remote calls.

77b9cb8408-Dec-2011 Ricardo Guijt <ricardoguijt@gmail.com>

Dutch language update

f18f20c006-Dec-2011 Egil Hansen <egil@rosetta.no>

Norwegian language update

50cefced05-Dec-2011 Andreas Haerter <development@andreas-haerter.com>

Add missing German language values (config plugin)

2e646d6104-Dec-2011 Anika Henke <anika@selfthinker.org>

fixed whitespace error introduced with 475aa19

6d3ed70729-Nov-2011 dploeger <develop@dieploegers.de>

Added urldecoding of query for qsearch

eea07c2304-Dec-2011 Anika Henke <anika@selfthinker.org>

fixed link in popup media manager to fullscreen media manager to open in correct namespace (FS#2401)

b1ab5da704-Dec-2011 Anika Henke <anika@selfthinker.org>

fixed list type being sometimes undefined

4494286904-Dec-2011 Anika Henke <anika@selfthinker.org>

fixed mediamanager diffs having no specific height (FS#2387)

aafb4e3601-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.

4b7f30c230-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)

f3046d2b29-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 ...

1c12258929-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 ...

04dd9c8528-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)

3f3bb97f28-Nov-2011 Dominik Eckelmann <deckelmann@gmail.com>

removed dublicated content

3543c6de28-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 ...

4feb08e128-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 ...

f61380cb28-Nov-2011 Dominik Eckelmann <deckelmann@gmail.com>

introduced first remote test cases

2d2d9d0f28-Nov-2011 Dominik Eckelmann <deckelmann@gmail.com>

collect remote functions in a class

28db35ad28-Nov-2011 dploeger <develop@dieploegers.de>

Fixes SYMPTOMS of FS #2393

c798b23b27-Nov-2011 Andreas Gohr <andi@splitbrain.org>

rely on jQuery UI's dialog methods for toggling the linkwizard FS#2394

1...<<241242243244245246247248249250>>...423