summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* Korean language updateErial Krale2012-03-26
|
* Japanese language updateTaisuke Shimamoto2012-03-23
|
* fix for putAttachmentAndreas 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
| | |
| * | removed unused classDominik Eckelmann2012-01-22
| | |
| * | refactored RemoteAccessDenied to RemoteAccessDeniedExceptionDominik 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
| | |
| * | added methods from xmlrpc.php to RemoteAPICoreDominik Eckelmann2011-12-22
| | |
| * | changed to new Remote Data objectsDominik Eckelmann2011-12-12
| | |
| * | changed return typesDominik Eckelmann2011-12-10
| | |
| * | added remote plugin calls.Dominik Eckelmann2011-12-08
| | |
| * | RemoteAPI can now handle remote calls.Dominik Eckelmann2011-12-08
| | |
| * | removed dublicated contentDominik Eckelmann2011-11-28
| | |
| * | introduced first remote test casesDominik Eckelmann2011-11-28
| | |
| * | collect remote functions in a classDominik Eckelmann2011-11-28
| | |
| * | introduced remote api classDominik Eckelmann2011-11-23
| | |
| * | Merge branch 'master' of github.com:dom-mel/dokuwikiDominik Eckelmann2011-11-19
| |\ \
| | * | begin with remote apiDominik Eckelmann2011-11-19
| | | |
| | * | enabled remote as plugintypeDominik Eckelmann2011-11-19
| | | |
| * | | use correct phpdoc @return tag.Dominik Eckelmann2011-10-22
| | | |
* | | | use correct call to parent constructor in IXR libAndreas Gohr2012-03-23
| | | |
* | | | Fixed call to new constructor nameTim Roes2012-03-18
| | | |
* | | | coding style updatesAndreas Gohr2012-03-16
| | | |
* | | | fixed error in bcrypt password methodAndreas Gohr2012-03-16
| | | |
* | | | use dformat in toolbar build of the signature stringAndreas Gohr2012-03-16
| | | |
* | | | Fix page deletion in the indexerMichael Hamann2012-03-15
| | | | | | | | | | | | | | | | | | | | | | | | This fixes page deletion in the indexer and fixes a but where empty lines were added to the _i.idx file of metadata for which no value was set (harmless, and wasn't executed anyway).
* | | | Display the indexer web bug for deleted pagesMichael Hamann2012-03-15
| | | | | | | | | | | | | | | | | | | | This executes the indexer for deleted pages. This is necessary for the search index to be able to deleted deleted pages from the search index.
* | | | Indexer: Check for deleted pages first FS#2469Michael Hamann2012-03-15
| |_|/ |/| | | | | | | | | | | | | | This move the check if the page doesn't exist anymore but is still in the index before the check if the index needs to be updated as otherwise deleted pages won't be deleted from the index.
* | | Merge pull request #86 from lupo49/masterAndreas Gohr2012-03-14
|\ \ \ | | | | | | | | Parser: Allow parser to fully recognize windows share links with a hyphen character in it
| * | | Parser: Allow parser to fully recognize windows share links with a hyphen ↵lupo492012-03-07
| | | | | | | | | | | | | | | | | | | | | | | | character in it (Currently, the clickable link stops before a hyphen character)
* | | | pass the correct clean parameter when reading wiki pagesAndreas Gohr2012-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | DokuWiki's page loading is intended to be filesystem agnostic. DOS line endings in pages are supposed to be self healing. This behaviour was broken in a change in 2006. As long as you edited pages through DokuWiki only you never noticed the bug though.
* | | | Merge branch 'adexpirywarn'Andreas Gohr2012-03-10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adexpirywarn: make sure AD pass expiry message is never shown twice do not hardcode profile link in AD pass expire message translatable AD expiry warning and link to update profile page Don't return any data for non-existant users do not query AD for empty user name always check expire time when configured Check password expiry times in Active Directory backend