| 3cf3c7d6 | 20-Dec-2012 |
Michael Hamann <michael@content-space.de> |
Add clear function to the indexer that deletes the whole index |
| 27beeed6 | 19-Dec-2012 |
Anika Henke <anika@selfthinker.org> |
fixed broken @author link in farm code |
| 6a34de2d | 19-Dec-2012 |
Anika Henke <anika@selfthinker.org> |
added to version info if version is unknown |
| e93f702b | 16-Dec-2012 |
Andreas Gohr <andi@splitbrain.org> |
changed popularity link |
| 740da4c2 | 12-Dec-2012 |
lupo49 <dokuwiki@lupo49.de> |
de/de-informal: language updates / added "sidebar" |
| 3a0852d9 | 07-Dec-2012 |
Andreas Gohr <andi@splitbrain.org> |
added option to enable automatic popularity data in installer |
| b34cf753 | 07-Dec-2012 |
Andreas Gohr <andi@splitbrain.org> |
some reformatting |
| e13e01da | 07-Dec-2012 |
Andreas Gohr <andi@splitbrain.org> |
added compatibility function |
| 1421e548 | 04-Dec-2012 |
Michael Hamann <michael@content-space.de> |
Indexer: Make $Indexer in idx_get_indexer() global instead of static
This avoids problems with test cases that use the indexer and the PID cache - the index is cleaned between test cases but the PID
Indexer: Make $Indexer in idx_get_indexer() global instead of static
This avoids problems with test cases that use the indexer and the PID cache - the index is cleaned between test cases but the PID cache wasn't cleaned. Now PHPUnit can unset the global $Indexer between test cases.
show more ...
|
| 3d2ce006 | 04-Dec-2012 |
Michael Hamann <michael@content-space.de> |
Indexer: Add cache for getPID()
This avoids re-reading of the page index file for every getPID()-call by using a simple FIFO cache, limited to 10 items. In idx_addPage() and the functions that it ca
Indexer: Add cache for getPID()
This avoids re-reading of the page index file for every getPID()-call by using a simple FIFO cache, limited to 10 items. In idx_addPage() and the functions that it calls getPID() is called 3 times for the same PID.
show more ...
|
| 0572700e | 04-Dec-2012 |
Michael Hamann <michael@content-space.de> |
Indexer: Add test case for the PID functions |
| 03aafe1c | 02-Dec-2012 |
Michael Hamann <michael@content-space.de> |
Indexer: add getPID/getPageFromPID functions and PID to INDEXER_PAGE_ADD
This allows plugins to get the PID for a page and also to get the page for a certain PID. That way plugins can build their ow
Indexer: add getPID/getPageFromPID functions and PID to INDEXER_PAGE_ADD
This allows plugins to get the PID for a page and also to get the page for a certain PID. That way plugins can build their own index that uses numeric ids.
show more ...
|
| 4f4c6fd5 | 02-Dec-2012 |
Michael Hamann <michael@content-space.de> |
lib/exe/indexer.php: Fix sending of the GIF when it is deferred FS#2646
Before this change the GIF wasn't sent at all when the PHP settings indicate that sending of the GIF needs to be deferred and
lib/exe/indexer.php: Fix sending of the GIF when it is deferred FS#2646
Before this change the GIF wasn't sent at all when the PHP settings indicate that sending of the GIF needs to be deferred and it was sent when the debug output was on.
show more ...
|
| 48a1417e | 02-Dec-2012 |
Michael Hamann <michael@content-space.de> |
Correct parameter documentation of DokuWiki_Plugin::loadHelper() |
| b04a190d | 02-Dec-2012 |
Michael Hamann <michael@content-space.de> |
XHTML renderer: bind section id counter to the renderer instance
This changes the previously static lastsecid into an instance variable, this leads to consistent section edit ids when the xhtml rend
XHTML renderer: bind section id counter to the renderer instance
This changes the previously static lastsecid into an instance variable, this leads to consistent section edit ids when the xhtml renderer is used more than once in a request. This makes it possible for test cases to know the exact section edit id for an instruction array.
show more ...
|
| 8740865b | 02-Dec-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Fixed missing %s in Swedish translation |
| 2e41a025 | 02-Dec-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Re-phrased "no license" installer text |
| 790b7720 | 30-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
moved registration notification to subscription class |
| 10b5c32d | 30-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed merge error in inc/auth.php
merged the wrong change here |
| 38479cbb | 29-Nov-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
some coding style improvements
- removed some dead/unused code - fixed phpdoc - added typing on methods |
| 818f6d51 | 29-Nov-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
added .idea project folder to gitignore |
| ff576d93 | 29-Nov-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
use correct setUp method and parent calls. |
| 3f6c460c | 28-Nov-2012 |
Michael Hamann <michael@content-space.de> |
Correct German plugin manager translation (download != install) |
| 46a853c3 | 27-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
correct return in sendDigest()
the function always returned true, even if no action was taken. This resulted in no further indexer tasks being run. |
| eb3ce0d5 | 25-Nov-2012 |
Kazutaka Miyasaka <kazmiya@gmail.com> |
Fix case-insensitive match in ACL checking
ACL checking of DokuWiki is currently always case-sensitive regardless of auth backend setting ($auth->isCaseSensitive). This commit enables case-insensiti
Fix case-insensitive match in ACL checking
ACL checking of DokuWiki is currently always case-sensitive regardless of auth backend setting ($auth->isCaseSensitive). This commit enables case-insensitive match in the same way of auth_isMember().
show more ...
|