summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Using sensefull error codes.Tim Roes2011-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fixed XML-RPC getAttachment method. Tim Roes2011-11-27
| | | Without creating an IXR_Base64 object, the file will be encoded as base64, but send as string. The client XML-RPC parser cannot detect that it is meant to be a base64 encoded file.
* add label to each plugin in plugin management pageElan Ruusamäe2011-11-24
| | | | | | | | i needed to disable all plugins to figure out which plugin was causing template error, so it was quite annoying to click on the tiny checkbox added html label so i could at least click on the plugin name to toggle checkbox state
* fix jQuery capitalizationElan Ruusamäe2011-11-24
|
* removed obsolete styles for link wizardAnika Henke2011-11-20
|
* fixed german language stringsAndreas Gohr2011-11-13
|
* fixed various errors in language filesAndreas Gohr2011-11-13
|
* Bulgarian language updateKiril Velikov2011-11-13
|
* Czech language updateZbyněk Křivka2011-11-13
|
* Finnish language fixesOtto Vainio2011-11-13
|
* de/de-informal: language updateslupo492011-11-12
|
* Esperanto language updateRobert Bogenschneider2011-11-10
|
* Slovak language updateMartin Michalek2011-11-10
|
* improved $.browser usage in media panel fixAnika Henke2011-11-06
|
* fixed resizing mediamanager panels in Chrome using browser sniffing ↵Anika Henke2011-11-06
| | | | (FS#2351) - any better solution welcome
* French strings minor fix and obsolete email address updateGuy Brand2011-11-05
|
* pt: paraphrased '<' character in some language files to avoid XML errors André Neves2011-11-05
| | | as per commit 34bc7405a09b0c63ed7eef338853e13d377c36e6
* paraphrased '<' character in some language files (en, de, de-informal) to ↵Anika Henke2011-11-05
| | | | avoid XML errors -- please fix other languages
* Remove font family declarations from css in the jquery update scriptGuy Brand2011-11-05
|
* re-added font-size to .ui-widget of jqueryui theme to make programmatical ↵Anika Henke2011-11-05
| | | | removing of font-family easier
* removed font declarations from jquery-ui themeAnika Henke2011-11-05
|
* fix widths of panels in fullscreen mediamanager to be 100% when resizing ↵Anika Henke2011-11-03
| | | | (FS#2351) -- please test in different screen sizes, etc
* Merge branch 'master' of github.com:splitbrain/dokuwikiHakan Sandell2011-10-30
|\
| * Fix double-decoding in XMLRPC putAttachmentAdrian Lang2011-10-30
| |
* | Better solution for updating files list in media manager on deleteHakan Sandell2011-10-30
|/
* Full screen media manager, file list is now updated on delete (FS#2346)Hakan Sandell2011-10-29
|
* Let mediamanager screen expand on window resize (FS#2351)Adrian Lang2011-10-29
|
* Bulgarian language updateKiril Velikov2011-10-27
|
* German language updatesPierre Corell2011-10-27
|
* Use JSON wrapper in image upload (FS#2345)schplurtz le déboulonné2011-10-27
|
* Slovak language updateMartin Michalek2011-10-23
|
* Norwegian language updateJon Magne Bøe2011-10-23
|
* Fix upload to deeper namespaces with new AJAX uploaderAndreas Gohr2011-10-23
| | | | | Now params_toarray() correctly decodes parameters on parsing query strings
* readded delete in popup and link to full mediamanager FS#2347Andreas Gohr2011-10-15
|
* French language updateJohan Guilbaud2011-10-15
|
* media manager: removed obsolete and broken hiding of parts of the option labelsAnika Henke2011-10-15
|
* FS#2317 fix CSS compress for generic pseudo classes/pseudo elementsChristopher Smith2011-10-15
|
* Fix XML-RPC login method FS#2324Andreas Gohr2011-10-15
| | | | | | | | The login wasn't able to modify the session as it was already closed earlier. This patch also executes the correct event when logins via XMLRPC are done.
* Fixes FS#2323 Symbolic link to template doesn't workHakan Sandell2011-10-15
| | | | patch by Chris Green
* Only send 401 if user is not logged in in XML-RPC FS#2133Michael Hamann2011-10-15
| | | | If the user is already logged in, a 403 is sent instead now.
* Send a 401 Unauthorized header in XML-RPC when access is deniedMichael Hamann2011-10-15
| | | | | | | This is far from perfect but should solve most issues in the recommended configuration where only authorized users have access. Sending proper status codes should be implemented when the API implementation refactoring is done.
* fixed German translation informal -> formalAndreas Gohr2011-10-15
|
* removed remnants of old flash uploader (FS#2335)Anika Henke2011-10-15
|
* Dutch language updateJeroen Roeterd2011-10-10
|
* German language updateKaeptn Haddock2011-10-10
|
* Spanish language updateRubén Figols2011-10-10
|
* Romanian language updateMarius-Alex Olar2011-10-10
|
* media manager: IE7 fixes (and other small improvements)Anika Henke2011-09-27
|
* media manager: adjusted file uploader styles in media popup to recent changesAnika Henke2011-09-25
|
* whitespace fixes: tabs to spacesAnika Henke2011-09-25
|