| 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 |
| d086370f | 16-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
more codesniffer 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 |
| 37b032b4 | 16-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
find deprecated functions in codesniffer |
| c1272e03 | 15-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
some code sniffer rule adjustments |
| 2d3a59d6 | 15-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
Updated CodeSniffer files for work with Version 1.3.3 |
| 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 ...
|
| 6212730c | 13-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
the previous test case had an error
There were whitespaces on the empty DOS line. This fixes the test but does not explain the broken behaviour in the wiki itself. |
| 9e760ee5 | 13-Mar-2012 |
Andreas Gohr <gohr@cosmocode.de> |
added (failing) test for cleanText()
The cleanText function is supposed to convert DOS to Unix lineendings but it seems that it doesn't always do that correctly as this thread suggests: http://forum
added (failing) test for cleanText()
The cleanText function is supposed to convert DOS to Unix lineendings but it seems that it doesn't always do that correctly as this thread suggests: http://forum.dokuwiki.org/thread/8141
I added a unit test that currently fails but haven't found the real cause yet. Further testing (and a fix) is needed.
show more ...
|
| fdf694b2 | 11-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
added mediamanager link to be highlighted when selected |
| 693e3736 | 11-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
made print styles more readable and changed media classes to the same as in 3cc7f979e3 |
| 7c5f6a37 | 11-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
removed a few unnecessary classes and elements before IDs in styles |
| 3cc7f979 | 11-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
made images fit better into the horizontal grid, and reduced side spacing a bit |
| d43eb441 | 11-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
Another go at building the pagetool sprite with a script
This time PHP and libGD is used so it should work on Windows as well. The image quality is much better this time and the active highlight col
Another go at building the pagetool sprite with a script
This time PHP and libGD is used so it should work on Windows as well. The image quality is much better this time and the active highlight color is read directly from the template's style.ini
show more ...
|
| 83112a8a | 10-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
Build the pagetools sprite programatically with imagemagick
This makes it easier to modify or extend the icons in the sprite. Just place the source files in the pagetools directory and run the build
Build the pagetools sprite programatically with imagemagick
This makes it easier to modify or extend the icons in the sprite. Just place the source files in the pagetools directory and run the build script.
show more ...
|