| add8678f | 01-Mar-2013 |
Andreas Gohr <andi@splitbrain.org> |
alternative fix for FS#2734 |
| 5ba389b2 | 25-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
(incl. the refactored file) |
| 7ae29fa4 | 25-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
refactor info functions test
pageinfo() test no longer required, unit test committed elsewhere and verified against both previous and updated versions of pageinfo() fn.
basicinfo() and mediainfo()
refactor info functions test
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.
show more ...
|
| af2cfd7b | 21-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add unit test for pageinfo() |
| 177daee5 | 21-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
another test todo |
| 5737a81e | 20-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Revert the search depth behavior changes from #154
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
Revert the search depth behavior changes from #154
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.
show more ...
|
| a4ce95c8 | 20-Feb-2013 |
Dominik Eckelmann <eckelmann@cosmocode.de> |
fixed auth_browseruid on IE9
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
fixed auth_browseruid on IE9
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.
show more ...
|
| bd4e67d2 | 18-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
some unit test, more required |
| 4def61cf | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
test for media downloading (related to FS#2675 |
| 47a8b919 | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
added another HTTPClient test |
| 6ecd1025 | 03-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed acl tests
failed because of the rename of auth_basic |
| dfbe4adf | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
added SHA512 hashing method FS#2663 |
| 529b0416 | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
added mediawiki password method FS#2559
This should make migrating from MediaWiki a bit easier. |
| b1cfdc5f | 26-Jan-2013 |
Michael Hamann <michael@content-space.de> |
Indexer rename test cases: assert that renames succeed |
| b21a57bf | 25-Jan-2013 |
Michael Hamann <michael@content-space.de> |
Add test cases for indexer rename page/meta value methods |
| 4dfbea87 | 23-Jan-2013 |
Andreas Gohr <gohr@cosmocode.de> |
fixed test case |
| 7afccd0a | 23-Jan-2013 |
Andreas Gohr <gohr@cosmocode.de> |
Revert "handle bzip1 as well"
This reverts commit f2cb3ec76dec3fe2b40f25765ef842223c7132fe.
Turns out I was too fast merging this. I can't get PHP's bzip handler to handle a bzip1 compressed file. |
| f2cb3ec7 | 23-Jan-2013 |
Elan Ruusamäe <glen@delfi.ee> |
handle bzip1 as well
in fact .tbz is tar.bz (bzip1) and .tbz2 is what tar.bz2 is used commonly. |
| 3fed52e1 | 21-Jan-2013 |
Guillaume Turri <guillaume.turri@gmail.com> |
Added test for search_allpages
Currently both the 2nd and the third assertions fail (the first one is just for upcoming non-regression) |
| 6686e3d1 | 18-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed tests |
| 0572700e | 04-Dec-2012 |
Michael Hamann <michael@content-space.de> |
Indexer: Add test case for the PID functions |
| ff576d93 | 29-Nov-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
use correct setUp method and parent calls. |
| 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 ...
|
| 91effd8d | 23-Nov-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
ignore empty header on mail sending |
| 1f61f312 | 23-Nov-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
remove empty BCC/CC mail headers
Empty BCC/CC headers may cause errors on IIS. |