- Jul 31, 2013
-
-
Christopher Smith authored
-
Michael Hamann authored
This adds a new parameter to ft_backlinks() to ignore permissions which is needed for invalidating the cache of linking pages with useheading enabled. This also adds various test cases for ft_backlinks().
-
- Jul 30, 2013
-
-
Andreas Gohr authored
-
- Jun 09, 2013
-
-
Klap-in authored
-
- May 30, 2013
-
-
Andreas Gohr authored
-
- May 21, 2013
- May 09, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- May 06, 2013
-
-
Andreas Gohr authored
-
- May 05, 2013
-
-
Christopher Smith authored
-
- Mar 24, 2013
-
-
Andreas Gohr authored
-
- Mar 22, 2013
-
-
Christopher Smith authored
-
Christopher Smith authored
-
Christopher Smith authored
-
Christopher Smith authored
-
- Mar 01, 2013
-
-
Andreas Gohr authored
-
- Feb 25, 2013
-
-
Christopher Smith authored
-
Christopher Smith authored
pageinfo() test no longer required, unit test committed elsewhere and verified against both previous and updated versions of pageinfo() fn. basicinfo() and mediainfo() tests separated each into their own test file.
-
- Feb 21, 2013
-
-
Christopher Smith authored
-
Christopher Smith authored
-
- Feb 20, 2013
-
-
Michael Hamann authored
This reverts parts of the changes from #154: Before merging the pull request, a depth of 1 returned just the pages in the root namespace. With the changes in the pull request, a depth of 1 also returned pages in subnamespaces of the root namespace (as it was also tested in the test case). This reverts this part of the changes and a depth of 1 returns just the pages in the root namespace again.
-
Dominik Eckelmann authored
IE9 send different HTTP_ACCEPT_LANGUAGE header on ajax request. This causes different results from auth_browseruid. This patch removes the HTTP_ACCEPT_LANGUAGE from the browser id calculation.
-
- Feb 18, 2013
-
-
Christopher Smith authored
-
- Feb 16, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Feb 03, 2013
-
-
Andreas Gohr authored
failed because of the rename of auth_basic
-
- Jan 26, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
This should make migrating from MediaWiki a bit easier.
-
Michael Hamann authored
-
- Jan 25, 2013
-
-
Michael Hamann authored
-
- Jan 23, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
This reverts commit f2cb3ec7. Turns out I was too fast merging this. I can't get PHP's bzip handler to handle a bzip1 compressed file.
-
Elan Ruusamäe authored
in fact .tbz is tar.bz (bzip1) and .tbz2 is what tar.bz2 is used commonly.
-
- Jan 21, 2013
-
-
Guillaume Turri authored
Currently both the 2nd and the third assertions fail (the first one is just for upcoming non-regression)
-
- Jan 18, 2013
-
-
Andreas Gohr authored
-
- Dec 04, 2012
-
-
Michael Hamann authored
-
- Nov 29, 2012
-
-
Dominik Eckelmann authored
-
- Nov 25, 2012
-
-
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().
-