| 16cc7ed7 | 08-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
removed names from footnotes and removed anchors from headings altogether |
| f3a1225f | 07-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
removed comments from accidentally commented lines in tpl_includeFile() |
| e5d4768d | 07-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
added tpl_includeFile() to core |
| 6e3f46e3 | 05-Apr-2012 |
Tim Roes <mail@timroes.de> |
Make getTitle method in remote interface public |
| 586bfa91 | 04-Apr-2012 |
Tim Roes <mail@timroes.de> |
Changed an error code in XML-RPC interface. This error hasn't anything to do with the rest of the -32600 errors. |
| 51b120f6 | 03-Apr-2012 |
Kiril LastName <neohidra@gmail.com> |
BG: language update |
| 9d421a3d | 26-Mar-2012 |
Erial Krale <erial2@gmail.com> |
Korean language update |
| 052b2a17 | 23-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed commented code left from the quoted_printable days |
| ee9b1ae4 | 23-Mar-2012 |
Taisuke Shimamoto <dentostar@gmail.com> |
Japanese language update |
| 8ae09485 | 23-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
fix for putAttachment |
| 7518cd81 | 23-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
use correct call to parent constructor in IXR lib |
| b967e5fc | 22-Mar-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
removed requires, changed conf check in xmlrpc.php |
| 37e57918 | 22-Mar-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
removed require_once for autoloaded fulltext.php |
| 418431a2 | 21-Mar-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
updated comment |
| 89512258 | 21-Mar-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
added dokuwiki.getXMLRPCAPIVersion and wiki.getRPCVersionSupported |
| 7c35ac36 | 21-Mar-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
added RPC_CALL_ADD event.
This event enables plugins to register custom method names. |
| 96946cc9 | 21-Mar-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
replaced $HTTP_RAW_POST_DATA with http_get_raw_post_data function |
| c2eb026d | 21-Mar-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
changed error code for unauthorized method calls. |
| 4ea1d549 | 21-Mar-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
typo fixes |
| 053d9e5d | 18-Mar-2012 |
Tim Roes <mail@timroes.de> |
Fixed call to new constructor name |
| 63703ba5 | 16-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
coding style updates |
| d4dca434 | 16-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed error in bcrypt password method |
| 7883d066 | 16-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
use dformat in toolbar build of the signature string |
| c55c59e3 | 15-Mar-2012 |
Michael Hamann <michael@content-space.de> |
Fix page deletion in the indexer
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
Fix page deletion in the indexer
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).
show more ...
|
| 8d1fa757 | 15-Mar-2012 |
Michael Hamann <michael@content-space.de> |
Display the indexer web bug for deleted pages
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. |