summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* used default php unit config exclude high cpu usage testsDominik Eckelmann2012-04-04
|
* transformed search unittest to phpunitDominik Eckelmann2012-04-03
|
* added todo in testing readmeDominik Eckelmann2012-04-03
|
* transformed untf8_ test to phpunitDominik Eckelmann2012-04-03
|
* transformed safefn test to phpunitDominik Eckelmann2012-04-03
|
* transformed parserutils_ unittests to phpunitDominik Eckelmann2012-04-03
|
* transformed pageutils_ tests to phpunitDominik Eckelmann2012-04-01
|
* transformed inc/mail tests to phpunitDominik Eckelmann2012-04-01
|
* reenabled mail_quited_printable_encode test in simpletestDominik Eckelmann2012-04-01
|
* fixed mail_isvalid unittest in simpletestDominik Eckelmann2012-04-01
|
* transformed inc/ixr unittests to phpunitDominik Eckelmann2012-04-01
|
* fixed ixr_library_ixr_message testcase in simpletestDominik Eckelmann2012-04-01
|
* fixed ixr_library_date test in simpletestDominik Eckelmann2012-04-01
|
* transformed init_ tests to phpunitDominik Eckelmann2012-04-01
|
* fixed testcase class nameDominik Eckelmann2012-04-01
|
* transformed common unit tests for phpunitDominik Eckelmann2012-04-01
|
* fixed pagetemplate unit testDominik Eckelmann2012-04-01
|
* transformed auth unit testsDominik Eckelmann2012-04-01
|
* added first phpunit testDominik Eckelmann2012-04-01
|
* Korean language updateErial Krale2012-03-26
|
* deleted very old (and unused) imagesAnika Henke2012-03-24
|
* Japanese language updateTaisuke Shimamoto2012-03-23
|
* fix for putAttachmentAndreas Gohr2012-03-23
|
* more verbose remote API config setting explanationAndreas Gohr2012-03-23
|
* Merge branch 'master' of https://github.com/dom-mel/dokuwiki into ↵Andreas Gohr2012-03-23
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-87 * 'master' of https://github.com/dom-mel/dokuwiki: (38 commits) removed requires, changed conf check in xmlrpc.php removed require_once for autoloaded fulltext.php updated comment added dokuwiki.getXMLRPCAPIVersion and wiki.getRPCVersionSupported added RPC_CALL_ADD event. replaced $HTTP_RAW_POST_DATA with http_get_raw_post_data function changed error code for unauthorized method calls. typo fixes moved plugin and core method calls to seperate function corrected comment added getapi methods to remote plugin removed unused class fixed testcase refactored RemoteAccessDenied to RemoteAccessDeniedException adjusted test cases delegate file and date transformation to remote library treat null as empty array added missing getTime added missing getVersion set login as public method ...
| * removed requires, changed conf check in xmlrpc.phpDominik Eckelmann2012-03-22
| |
| * removed require_once for autoloaded fulltext.phpDominik Eckelmann2012-03-22
| |
| * updated commentDominik Eckelmann2012-03-21
| |
| * added dokuwiki.getXMLRPCAPIVersion and wiki.getRPCVersionSupportedDominik Eckelmann2012-03-21
| |
| * added RPC_CALL_ADD event.Dominik Eckelmann2012-03-21
| | | | | | | | This event enables plugins to register custom method names.
| * replaced $HTTP_RAW_POST_DATA with http_get_raw_post_data functionDominik Eckelmann2012-03-21
| |
| * changed error code for unauthorized method calls.Dominik Eckelmann2012-03-21
| |
| * typo fixesDominik Eckelmann2012-03-21
| |
| * Merge branch 'master' of https://github.com/splitbrain/dokuwikiDominik Eckelmann2012-03-14
| |\ | | | | | | | | | | | | Conflicts: lib/exe/xmlrpc.php
| * | moved plugin and core method calls to seperate functionDominik Eckelmann2012-02-05
| | |
| * | corrected commentDominik Eckelmann2012-02-05
| | |
| * | added getapi methods to remote pluginDominik Eckelmann2012-02-05
| | |
| * | removed unused classDominik Eckelmann2012-01-22
| | |
| * | fixed testcaseDominik Eckelmann2012-01-22
| | |
| * | refactored RemoteAccessDenied to RemoteAccessDeniedExceptionDominik Eckelmann2012-01-08
| | |
| * | adjusted test casesDominik Eckelmann2012-01-08
| | |
| * | delegate file and date transformation to remote libraryDominik Eckelmann2012-01-08
| | |
| * | treat null as empty arrayDominik Eckelmann2012-01-08
| | |
| * | added missing getTimeDominik Eckelmann2012-01-08
| | |
| * | added missing getVersionDominik Eckelmann2012-01-08
| | |
| * | set login as public methodDominik Eckelmann2012-01-08
| | |
| * | set login as public methodDominik Eckelmann2012-01-08
| | |
| * | enforce acl on remote method callDominik Eckelmann2012-01-08
| | |
| * | updated remote hasAccess functionDominik Eckelmann2012-01-08
| | |
| * | removed xmlrpc and xmlrpcuser - added remote and remoteuser config optionDominik Eckelmann2012-01-08
| | |