- Jan 13, 2013
-
-
Andreas Gohr authored
-
- Jan 11, 2013
-
-
Michael Hamann authored
Before this change the last modification time was taken from metadata and then the revision that was specified there was loaded from the attic. Now revisions from attic are only loaded when the page has been modified more recently and the date is normally the last modification time of the page source. This was a problem when the most recent change was an external edit, then an older revision was shown in the feed.
-
- Jan 09, 2013
-
-
Robin Getz authored
-
日向小郎 authored
-
- Jan 08, 2013
-
-
Dominik Eckelmann authored
-
- Jan 06, 2013
-
-
Michael Hamann authored
Indexer: Add the PID to INDEXER_PAGE_ADD and add getPID/getPageFromPID functions
-
Andreas Gohr authored
Made auth_aclcheck always return int
-
Osama Al-Kofahi authored
-
Dominik Eckelmann authored
xmlrpc putPage and appendPage should return bool
-
Guillaume Turri authored
-
Guillaume Turri authored
According to dokuwiki's documentation (https://www.dokuwiki.org/devel:xmlrpc#wikiputpage), those methods should return booleans, not int.
-
Guillaume Turri authored
The returned type is important in particular when we deal with xmlrpc. Indeed, this value is directly returned to the client eg when the wiki.getAllPages method is queried. Currently the 'perms' attribute may be either an int or a string, and its up to the xmlrpc client to resolve it (although Dokuwiki's documentation only tells it can be an int). This patch makes sure we'll always return perms as int.
-
- Dec 20, 2012
-
-
Michael Hamann authored
-
Michael Hamann authored
-
Michael Hamann authored
-
- Dec 19, 2012
-
-
Anika Henke authored
-
Anika Henke authored
-
- Dec 16, 2012
-
-
Andreas Gohr authored
added option to enable automatic popularity data in installer
-
Andreas Gohr authored
-
- Dec 12, 2012
-
-
Dominik Eckelmann authored
de/de-informal: language updates / added "sidebar"
-
lupo49 authored
-
- Dec 07, 2012
-
-
Andreas Gohr authored
-
- Dec 04, 2012
-
-
Michael Hamann authored
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.
-
Michael Hamann authored
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.
-
Michael Hamann authored
-
- Dec 02, 2012
-
-
Michael Hamann authored
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.
-
Michael Hamann authored
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.
-
Michael Hamann authored
-
Michael Hamann authored
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.
-
Andreas Gohr authored
support CONNECT for tunneling SSL via HTTP proxies FS#2431
-
Hakan Sandell authored
-
Hakan Sandell authored
-
Andreas Gohr authored
Translatable string for "None" license selection
-
- Nov 29, 2012
-
-
Dominik Eckelmann authored
- removed some dead/unused code - fixed phpdoc - added typing on methods
-
Dominik Eckelmann authored
-
Dominik Eckelmann authored
-
- Nov 28, 2012
-
-
Michael Hamann authored
-
- Nov 27, 2012
-
-
Andreas Gohr authored
the function always returned true, even if no action was taken. This resulted in no further indexer tasks being run.
-
- Nov 25, 2012
-
-
Dominik Eckelmann authored
Fix case-insensitive match in ACL checking
-
Kazutaka Miyasaka authored
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().
-