summaryrefslogtreecommitdiff
path: root/inc/RemoteAPICore.php
Commit message (Collapse)AuthorAge
* refactor PageRevisionLog into Media- and PageChangelog extending ChangelogGerrit Uitslag2013-11-21
|
* update function calls to changelog functionsGerrit Uitslag2013-11-20
|
* remove 'infos' misspellingElan Ruusamäe2013-11-13
| | | | http://english.stackexchange.com/questions/117552/why-does-information-not-have-a-plural-form
* Fix CodeSniffer whitespace violoationsMatt Perry2013-09-10
| | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff.
* Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
| | | | | | | Fix violations for Squiz.Commenting.DocCommentAlignment.SpaceBeforeTag Conflicts: inc/parser/xhtml.php
* Fix CodeSniffer violationsMatt Perry2013-08-20
| | | | | Remove whitespace from end of lines to reduce the number of CodeSniffer violations.
* fixed exception call FS#2772Andreas Gohr2013-05-05
|
* Merge pull request #157 from gturri/permsMichael Hamann2013-01-21
|\ | | | | wiki.getAttachments returns 'perms' according to documentation
| * Increment DOKU_API_VERSIONGuillaume Turri2013-01-21
| | | | | | Because wiki.getAttachments now returns 'perms' instead of 'perm'
| * wiki.getAttachments returns 'perms' according to documentationGuillaume Turri2013-01-19
| |
* | Don't remove page version from result if uneededGuillaume Turri2013-01-10
|/ | | | It may happen when the page has few versions
* Fixed declared returned typeGuillaume Turri2013-01-06
|
* Made xmlrpc putPage and appendPage consistent with documentationGuillaume Turri2013-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 pageTim Roes2012-04-19
|
* Remote search is aware of useheading optionTim Roes2012-04-12
|
* Added page title to search results in Remote APITim Roes2012-04-12
|
* Make getTitle method in remote interface publicTim Roes2012-04-05
|
* fix for putAttachmentAndreas Gohr2012-03-23
|
* removed require_once for autoloaded fulltext.phpDominik Eckelmann2012-03-22
|
* added dokuwiki.getXMLRPCAPIVersion and wiki.getRPCVersionSupportedDominik Eckelmann2012-03-21
|
* Merge branch 'master' of https://github.com/splitbrain/dokuwikiDominik Eckelmann2012-03-14
| | | | | Conflicts: lib/exe/xmlrpc.php
* refactored RemoteAccessDenied to RemoteAccessDeniedExceptionDominik Eckelmann2012-01-08
|
* delegate file and date transformation to remote libraryDominik Eckelmann2012-01-08
|
* added missing getTimeDominik Eckelmann2012-01-08
|
* added missing getVersionDominik Eckelmann2012-01-08
|
* set login as public methodDominik Eckelmann2012-01-08
|
* added methods from xmlrpc.php to RemoteAPICoreDominik Eckelmann2011-12-22
|
* changed to new Remote Data objectsDominik Eckelmann2011-12-12
|
* RemoteAPI can now handle remote calls.Dominik Eckelmann2011-12-08
|
* collect remote functions in a classDominik Eckelmann2011-11-28