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 |
62919612 | 08-Jan-2013 |
Dominik Eckelmann <deckelmann@gmail.com> |
allow template unit tests |
4f708321 | 20-Dec-2012 |
Michael Hamann <michael@content-space.de> |
Remove global $Indexer, clear index in the testing system instead |
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. |
a20ce704 | 08-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
changed proxy in test case |
fb55b51e | 05-Nov-2012 |
Dominik Eckelmann <eckelmann@cosmocode.de> |
changed PAGEUTILS_ID_HIDEPAGE to has BEFORE/AFTER |
2949ece6 | 04-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
unit test for tar bombs |
90a1db70 | 04-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
Tar: support for creating archives with long filenames
The library now creates either a POSIX ustar prefix or a GNU longlink entry for files which have a name longer than 100 bytes |
421a2704 | 04-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
Tar: Added extraction support for long file names
Supports POSIX ustar prefixes and GNU longlink entries |
7252880f | 03-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
added test cases for Tar::extract parameters |
bee9f377 | 03-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
Completely rewritten Tar library
This new class is only losely based on our previous library. The whole API was changed to make it more flexible and memory saving.
Some fisrt unit tests are included |
d922c552 | 03-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
fix use of constructor in TarLib |
8449cc9d | 31-Oct-2012 |
Dominik Eckelmann <eckelmann@cosmocode.de> |
added event PAGEUTILS_ID_HIDEPAGE |
d12bd962 | 31-Oct-2012 |
Dominik Eckelmann <eckelmann@cosmocode.de> |
added test for isHiddenPage() |