Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of https://github.com/splitbrain/dokuwiki | Tim Roes | 2012-04-19 |
|\ | |||
| * | some more debug output in the indexer webbug | Andreas Gohr | 2012-04-19 |
| | | |||
* | | Added more detail error code for unauthorized calls in xmlrpc interface. | Tim Roes | 2012-04-18 |
|/ | |||
* | removed requires, changed conf check in xmlrpc.php | Dominik Eckelmann | 2012-03-22 |
| | |||
* | replaced $HTTP_RAW_POST_DATA with http_get_raw_post_data function | Dominik Eckelmann | 2012-03-21 |
| | |||
* | Merge branch 'master' of https://github.com/splitbrain/dokuwiki | Dominik Eckelmann | 2012-03-14 |
|\ | | | | | | | | | Conflicts: lib/exe/xmlrpc.php | ||
| * | Merge branch 'jscachekey' | Andreas Gohr | 2012-03-10 |
| |\ | | | | | | | | | | | | | | | | | | | * jscachekey: trigger JS_CACHE_USE in lib/exe/js.php added INIT_LANG_LOAD event let js.php use multiple caches | ||
| | * | trigger JS_CACHE_USE in lib/exe/js.php | Andreas Gohr | 2012-02-07 |
| | | | | | | | | | | | | | | | This removes the cachekey parameter again and instead follows @michitux's suggestion to trigger an event for the cache usage | ||
| | * | let js.php use multiple caches | Dominik Eckelmann | 2012-01-24 |
| | | | |||
| * | | increased XMLRPC API version for 1d667b4 | Andreas Gohr | 2012-02-01 |
| | | | |||
| * | | Merge pull request #69 from timroes/master | Andreas Gohr | 2012-02-01 |
| |\ \ | | | | | | | | | Improbement and "bug"fixing of the xmlrpc interface | ||
| | * | | Fixed bug in XML-RPC search. | Tim Roes | 2011-12-01 |
| | | | | | | | | | | | | | | | | | | | | The score was randomly transfered as string or as integer. This way it will always be transfered as an integer. | ||
| | * | | Second part of the error codes. Forgot some :( | Tim Roes | 2011-11-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||
| | * | | Using sensefull error codes. | Tim Roes | 2011-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 Roes | 2011-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. | ||
| * | | | removed some more occurances of DOKU_TPL* | Andreas Gohr | 2012-02-01 |
| | |/ | |/| | |||
| * | | Removed obsolete Opera fix that now causes harm FS#2429 | Andreas Gohr | 2012-01-18 |
| | | | |||
| * | | Fixed bug in XML-RPC search. | Tim Roes | 2011-12-10 |
| | | | | | | | | | | | | | | | The score was randomly transfered as string or as integer. This way it will always be transfered as an integer. | ||
| * | | fixed whitespace error introduced with 475aa19 | Anika Henke | 2011-12-04 |
| | | | |||
| * | | Added urldecoding of query for qsearch | dploeger | 2011-12-04 |
| | | | |||
| * | | deprecated 3rd parameter of cleanID() FS#2377 | Andreas Gohr | 2011-11-28 |
| |/ | | | | | | | | | | | | | 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. | ||
* | | corrected comment | Dominik Eckelmann | 2012-02-05 |
| | | |||
* | | refactored RemoteAccessDenied to RemoteAccessDeniedException | Dominik Eckelmann | 2012-01-08 |
| | | |||
* | | delegate file and date transformation to remote library | Dominik Eckelmann | 2012-01-08 |
| | | |||
* | | set login as public method | Dominik Eckelmann | 2012-01-08 |
| | | |||
* | | transfered bugfix from dokuwiki 97a000f0551735b35606d94d59abc4ff440783a5 | Dominik Eckelmann | 2011-12-22 |
| | | |||
* | | removed dublicated content | Dominik Eckelmann | 2011-11-28 |
|/ | |||
* | Fix double-decoding in XMLRPC putAttachment | Adrian Lang | 2011-10-30 |
| | |||
* | Use JSON wrapper in image upload (FS#2345) | schplurtz le déboulonné | 2011-10-27 |
| | |||
* | FS#2317 fix CSS compress for generic pseudo classes/pseudo elements | Christopher Smith | 2011-10-15 |
| | |||
* | Fix XML-RPC login method FS#2324 | Andreas Gohr | 2011-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. | ||
* | Only send 401 if user is not logged in in XML-RPC FS#2133 | Michael Hamann | 2011-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 denied | Michael Hamann | 2011-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. | ||
* | removed remnants of old flash uploader (FS#2335) | Anika Henke | 2011-10-15 |
| | |||
* | Various JavaScript improvements, JSLint, jQuery | Adrian Lang | 2011-09-13 |
| | |||
* | issue #61 security fix | Kate Arzamastseva | 2011-09-06 |
| | |||
* | issue #47 Changes to old media manager popup: removing edit and delete ↵ | Kate Arzamastseva | 2011-09-02 |
| | | | | functionality | ||
* | merging | Kate Arzamastseva | 2011-08-25 |
|\ | |||
| * | jqueryized locktimer | Andreas Gohr | 2011-08-19 |
| | | |||
| * | moved footnotes and section highlighting to ne file | Andreas Gohr | 2011-08-18 |
| | | | | | | | | jquerized | ||
| * | moved subscription javascript into behaviour | Andreas Gohr | 2011-08-18 |
| | | |||
| * | removed events.js | Andreas Gohr | 2011-08-18 |
| | | |||
* | | issue #57, function names, params, html fixes | Kate Arzamastseva | 2011-08-24 |
| | | |||
* | | issue #44 uploader fixes, #45 browser testing | Kate Arzamastseva | 2011-08-21 |
| | | |||
* | | issue #44 new uploader in the media popup | Kate Arzamastseva | 2011-08-19 |
| | | |||
* | | issue #50 styling the new uploader | Kate Arzamastseva | 2011-08-15 |
| | | |||
* | | issue #44, #52 media_upload reused, error handling | Kate Arzamastseva | 2011-08-12 |
| | | |||
* | | issue #44 overwrite checkbox added to uploader | Kate Arzamastseva | 2011-08-08 |
| | | |||
* | | issue #44 fileuploader specific changes made in inheriting class | Kate Arzamastseva | 2011-08-07 |
| | | |||
* | | issue #44 multi file uploader | Kate Arzamastseva | 2011-08-04 |
| | |