History log of /dokuwiki/ (Results 6001 – 6025 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

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

suppress errors on stream_select FS#2276

On certain environments, stream_select might produce temporary errors
when file descriptors are running scarce.

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

IE8: fix namespace selection in link wizard FS#2391

IE8 can't substr() with negative offsets.

29a277ba27-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

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

fix IE8 error FS#2381

A trailing comma created an empty array item causing IE8 to choke.

9df43a6827-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.

90565d6527-Nov-2011 Aivars Miska <allefm@gmail.com>

Latvian language update

9015e31127-Nov-2011 Marijn Hofstra <hofstra.m@gmail.com>

Dutch language update

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

avoid PHP notice in ACL ajax backend FS#2384

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

added missing config metadata FS#2383

Translators need to add another string.

ad9bfc2d27-Nov-2011 Christophe Martin <Schplurtz@laposte.net>

French language update

1b9261db27-Nov-2011 Shuo Ting Jian <shoting@gmail.com>

Traditional Chinese language update

612db71427-Nov-2011 Shuo Ting Jian <shoting@gmail.com>

Chinese language update

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

added test case for lsmd5 passhashing

1...<<241242243244245246247248249250>>...420