| 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() |
| 7840324d | 06-Oct-2012 |
Andreas Gohr <andi@splitbrain.org> |
enabled authplain plugin for testsuite |
| 680b1740 | 06-Oct-2012 |
Anika Henke <anika@selfthinker.org> |
fixed sidebar test and renamed it to reflect recent changes |
| d48e3de5 | 06-Oct-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed auth related tests |
| 0c313f78 | 01-Oct-2012 |
Michael Hamann <michael@content-space.de> |
Always load the parser in the test environment
This fixes the problem that $PARSER_MODES was sometimes unset by PHPUnit between test functions that called p_get_parsermodes() as PHPUnit tried to res
Always load the parser in the test environment
This fixes the problem that $PARSER_MODES was sometimes unset by PHPUnit between test functions that called p_get_parsermodes() as PHPUnit tried to restore the global environment. I couldn't reproduce this when I executed all tests but just when I executed a single plugin test.
show more ...
|
| 2ed38036 | 21-Sep-2012 |
Andreas Gohr <andi@splitbrain.org> |
consolidate more notification code in subscription class
This is untested and probably broken currently |
| 0a78cb46 | 07-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Fix the test if a subscription already exists FS#2580
This fixes the test for existing subscriptions by not only testing if the subscription for the deepest namespace level is for the current page b
Fix the test if a subscription already exists FS#2580
This fixes the test for existing subscriptions by not only testing if the subscription for the deepest namespace level is for the current page but by simply testing all levels. Test case is included, it fails without this change.
show more ...
|
| 0edda900 | 26-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
replace deprecated split calls FS#2583 |