Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | have a default plugin config | Andreas Gohr | 2012-04-17 |
| | | | | | This allows us to distribute plugins that are disabled by default. We'll may want to do that for a special unit test plugin | ||
* | no need to pass objects by reference | Andreas Gohr | 2012-04-17 |
| | | | | fixes passing null to event hook registration | ||
* | Romanian language update | Emanuel-Emeric Andraşi | 2012-04-16 |
| | |||
* | Marathi language update | Padmanabh Kulkarni | 2012-04-16 |
| | |||
* | Remote search is aware of useheading option | Tim Roes | 2012-04-16 |
| | |||
* | Added page title to search results in Remote API | Tim Roes | 2012-04-16 |
| | |||
* | Arabic Language Update | Usama Akkad | 2012-04-16 |
| | |||
* | Merge pull request #82 from splitbrain/new-template | Anika Henke | 2012-04-07 |
|\ | | | | | | | | | The new default template "dokuwiki", a new era has begun Thanks to Clarence Lee for the initial design, Anika Henke and Andreas Gohr for the hard work, Michael Hamann and Håkan Sandell for testing and many others for valuable feedback. | ||
| * | removed comments from accidentally commented lines in tpl_includeFile() | Anika Henke | 2012-04-07 |
| | | |||
| * | added tpl_includeFile() to core | Andreas Gohr | 2012-04-07 |
| | | |||
| * | improved tpl_license() (removed unnecessary class, fixed space issues) | Anika Henke | 2012-03-10 |
| | | |||
| * | made tpl_license a bit more flexible | Andreas Gohr | 2012-03-10 |
| | | | | | | | | This way there's less custom code for the footer buttons needed | ||
* | | Make getTitle method in remote interface public | Tim Roes | 2012-04-05 |
| | | |||
* | | Changed an error code in XML-RPC interface. | Tim Roes | 2012-04-04 |
| | | | | | | | | This error hasn't anything to do with the rest of the -32600 errors. | ||
* | | BG: language update | Kiril LastName | 2012-04-03 |
| | | |||
* | | Korean language update | Erial Krale | 2012-03-26 |
| | | |||
* | | Japanese language update | Taisuke Shimamoto | 2012-03-23 |
| | | |||
* | | fix for putAttachment | Andreas Gohr | 2012-03-23 |
| | | |||
* | | Merge branch 'master' of https://github.com/dom-mel/dokuwiki into ↵ | Andreas Gohr | 2012-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.php | Dominik Eckelmann | 2012-03-22 |
| | | | |||
| * | | removed require_once for autoloaded fulltext.php | Dominik Eckelmann | 2012-03-22 |
| | | | |||
| * | | updated comment | Dominik Eckelmann | 2012-03-21 |
| | | | |||
| * | | added dokuwiki.getXMLRPCAPIVersion and wiki.getRPCVersionSupported | Dominik Eckelmann | 2012-03-21 |
| | | | |||
| * | | added RPC_CALL_ADD event. | Dominik Eckelmann | 2012-03-21 |
| | | | | | | | | | | | | This event enables plugins to register custom method names. | ||
| * | | replaced $HTTP_RAW_POST_DATA with http_get_raw_post_data function | Dominik Eckelmann | 2012-03-21 |
| | | | |||
| * | | changed error code for unauthorized method calls. | Dominik Eckelmann | 2012-03-21 |
| | | | |||
| * | | typo fixes | Dominik Eckelmann | 2012-03-21 |
| | | | |||
| * | | Merge branch 'master' of https://github.com/splitbrain/dokuwiki | Dominik Eckelmann | 2012-03-14 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: lib/exe/xmlrpc.php | ||
| * | | | moved plugin and core method calls to seperate function | Dominik Eckelmann | 2012-02-05 |
| | | | | |||
| * | | | corrected comment | Dominik Eckelmann | 2012-02-05 |
| | | | | |||
| * | | | removed unused class | Dominik Eckelmann | 2012-01-22 |
| | | | | |||
| * | | | refactored RemoteAccessDenied to RemoteAccessDeniedException | Dominik Eckelmann | 2012-01-08 |
| | | | | |||
| * | | | delegate file and date transformation to remote library | Dominik Eckelmann | 2012-01-08 |
| | | | | |||
| * | | | treat null as empty array | Dominik Eckelmann | 2012-01-08 |
| | | | | |||
| * | | | added missing getTime | Dominik Eckelmann | 2012-01-08 |
| | | | | |||
| * | | | added missing getVersion | Dominik Eckelmann | 2012-01-08 |
| | | | | |||
| * | | | set login as public method | Dominik Eckelmann | 2012-01-08 |
| | | | | |||
| * | | | set login as public method | Dominik Eckelmann | 2012-01-08 |
| | | | | |||
| * | | | enforce acl on remote method call | Dominik Eckelmann | 2012-01-08 |
| | | | | |||
| * | | | updated remote hasAccess function | Dominik Eckelmann | 2012-01-08 |
| | | | | |||
| * | | | added methods from xmlrpc.php to RemoteAPICore | Dominik Eckelmann | 2011-12-22 |
| | | | | |||
| * | | | changed to new Remote Data objects | Dominik Eckelmann | 2011-12-12 |
| | | | | |||
| * | | | changed return types | Dominik Eckelmann | 2011-12-10 |
| | | | | |||
| * | | | added remote plugin calls. | Dominik Eckelmann | 2011-12-08 |
| | | | | |||
| * | | | RemoteAPI can now handle remote calls. | Dominik Eckelmann | 2011-12-08 |
| | | | | |||
| * | | | removed dublicated content | Dominik Eckelmann | 2011-11-28 |
| | | | | |||
| * | | | introduced first remote test cases | Dominik Eckelmann | 2011-11-28 |
| | | | | |||
| * | | | collect remote functions in a class | Dominik Eckelmann | 2011-11-28 |
| | | | | |||
| * | | | introduced remote api class | Dominik Eckelmann | 2011-11-23 |
| | | | | |||
| * | | | Merge branch 'master' of github.com:dom-mel/dokuwiki | Dominik Eckelmann | 2011-11-19 |
| |\ \ \ |