| 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. |
| a23ac4d7 | 15-Mar-2012 |
Michael Hamann <michael@content-space.de> |
Indexer: Check for deleted pages first FS#2469
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
Indexer: Check for deleted pages first FS#2469
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.
show more ...
|
| 04058413 | 14-Mar-2012 |
Andreas Gohr <gohr@cosmocode.de> |
add missing table tags for HTML diff mails |
| 7651b376 | 13-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
pass the correct clean parameter when reading wiki pages
DokuWiki's page loading is intended to be filesystem agnostic. DOS line endings in pages are supposed to be self healing. This behaviour was
pass the correct clean parameter when reading wiki pages
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.
show more ...
|
| 53e15c8b | 10-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
improved tpl_license() (removed unnecessary class, fixed space issues) |
| 80083a41 | 10-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
made tpl_license a bit more flexible
This way there's less custom code for the footer buttons needed |
| 6e87cfd3 | 09-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed subscriber mail signatures |
| ba9c057b | 09-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
use real HRs in HTML mails |
| 9f3eca0b | 09-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
Add various headers to the mails FS#2247. pull request #83 closed |
| d2113a3c | 09-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed footer image from HTML mails |
| 47a906ea | 09-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
use inlinestyles for diffs in HTML mails |
| a4c4a73d | 09-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed signature stripping |
| 45992a63 | 09-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed mailprefix handling |
| 7980e1ac | 07-Mar-2012 |
Guy Brand <gb@unistra.fr> |
Add link to view non images files in media manager (FS#2439) |