Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix CodeSniffer whitespace violoations | Matt Perry | 2013-09-10 |
| | | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff. | ||
* | Fix CodeSniffer violations for PHP files | Matt Perry | 2013-08-23 |
| | | | | | | | Fix violations for Squiz.Commenting.DocCommentAlignment.SpaceBeforeTag Conflicts: inc/parser/xhtml.php | ||
* | Fix CodeSniffer violations | Matt Perry | 2013-08-20 |
| | | | | | Remove whitespace from end of lines to reduce the number of CodeSniffer violations. | ||
* | fixed exception call FS#2772 | Andreas Gohr | 2013-05-05 |
| | |||
* | Merge pull request #157 from gturri/perms | Michael Hamann | 2013-01-21 |
|\ | | | | | wiki.getAttachments returns 'perms' according to documentation | ||
| * | Increment DOKU_API_VERSION | Guillaume Turri | 2013-01-21 |
| | | | | | | Because wiki.getAttachments now returns 'perms' instead of 'perm' | ||
| * | wiki.getAttachments returns 'perms' according to documentation | Guillaume Turri | 2013-01-19 |
| | | |||
* | | Don't remove page version from result if uneeded | Guillaume Turri | 2013-01-10 |
|/ | | | | It may happen when the page has few versions | ||
* | Fixed declared returned type | Guillaume Turri | 2013-01-06 |
| | |||
* | Made xmlrpc putPage and appendPage consistent with documentation | Guillaume Turri | 2013-01-06 |
| | | | | | According to dokuwiki's documentation (https://www.dokuwiki.org/devel:xmlrpc#wikiputpage), those methods should return booleans, not int. | ||
* | Resolve empty page ID to configured start page | Tim Roes | 2012-04-19 |
| | |||
* | Remote search is aware of useheading option | Tim Roes | 2012-04-12 |
| | |||
* | Added page title to search results in Remote API | Tim Roes | 2012-04-12 |
| | |||
* | Make getTitle method in remote interface public | Tim Roes | 2012-04-05 |
| | |||
* | fix for putAttachment | Andreas Gohr | 2012-03-23 |
| | |||
* | removed require_once for autoloaded fulltext.php | Dominik Eckelmann | 2012-03-22 |
| | |||
* | added dokuwiki.getXMLRPCAPIVersion and wiki.getRPCVersionSupported | Dominik Eckelmann | 2012-03-21 |
| | |||
* | Merge branch 'master' of https://github.com/splitbrain/dokuwiki | Dominik Eckelmann | 2012-03-14 |
| | | | | | Conflicts: lib/exe/xmlrpc.php | ||
* | refactored RemoteAccessDenied to RemoteAccessDeniedException | Dominik Eckelmann | 2012-01-08 |
| | |||
* | delegate file and date transformation to remote library | 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 |
| | |||
* | added methods from xmlrpc.php to RemoteAPICore | Dominik Eckelmann | 2011-12-22 |
| | |||
* | changed to new Remote Data objects | Dominik Eckelmann | 2011-12-12 |
| | |||
* | RemoteAPI can now handle remote calls. | Dominik Eckelmann | 2011-12-08 |
| | |||
* | collect remote functions in a class | Dominik Eckelmann | 2011-11-28 |