History log of /dokuwiki/ (Results 5126 – 5150 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3cf3c7d620-Dec-2012 Michael Hamann <michael@content-space.de>

Add clear function to the indexer that deletes the whole index

27beeed619-Dec-2012 Anika Henke <anika@selfthinker.org>

fixed broken @author link in farm code

6a34de2d19-Dec-2012 Anika Henke <anika@selfthinker.org>

added to version info if version is unknown

e93f702b16-Dec-2012 Andreas Gohr <andi@splitbrain.org>

changed popularity link

740da4c212-Dec-2012 lupo49 <dokuwiki@lupo49.de>

de/de-informal: language updates / added "sidebar"

3a0852d907-Dec-2012 Andreas Gohr <andi@splitbrain.org>

added option to enable automatic popularity data in installer

b34cf75307-Dec-2012 Andreas Gohr <andi@splitbrain.org>

some reformatting

e13e01da07-Dec-2012 Andreas Gohr <andi@splitbrain.org>

added compatibility function

1421e54804-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 ...

3d2ce00604-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 ...

0572700e04-Dec-2012 Michael Hamann <michael@content-space.de>

Indexer: Add test case for the PID functions

03aafe1c02-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 ...

4f4c6fd502-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 ...

48a1417e02-Dec-2012 Michael Hamann <michael@content-space.de>

Correct parameter documentation of DokuWiki_Plugin::loadHelper()

b04a190d02-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 ...

8740865b02-Dec-2012 Hakan Sandell <sandell.hakan@gmail.com>

Fixed missing %s in Swedish translation

2e41a02502-Dec-2012 Hakan Sandell <sandell.hakan@gmail.com>

Re-phrased "no license" installer text

790b772030-Nov-2012 Andreas Gohr <andi@splitbrain.org>

moved registration notification to subscription class

10b5c32d30-Nov-2012 Andreas Gohr <andi@splitbrain.org>

fixed merge error in inc/auth.php

merged the wrong change here

38479cbb29-Nov-2012 Dominik Eckelmann <deckelmann@gmail.com>

some coding style improvements

- removed some dead/unused code
- fixed phpdoc
- added typing on methods

818f6d5129-Nov-2012 Dominik Eckelmann <deckelmann@gmail.com>

added .idea project folder to gitignore

ff576d9329-Nov-2012 Dominik Eckelmann <deckelmann@gmail.com>

use correct setUp method and parent calls.

3f6c460c28-Nov-2012 Michael Hamann <michael@content-space.de>

Correct German plugin manager translation (download != install)

46a853c327-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.

eb3ce0d525-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 ...

1...<<201202203204205206207208209210>>...420