| 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 |
| 84c1127c | 12-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
correctly check if subscriptions are enabled |
| 8c7bcacd | 12-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
added list test |
| adec979f | 12-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
more subscription refactoring BROKEN
now the actual sending of bulk messages (digest, list) is reimplemented and partially tested.
Still not complete |
| 2240ea1f | 12-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
first start at refactoring the subscription system BROKEN
This introduces a class for nicer wrapping and easier testing. Some functions were changed to provide nicer APIs (no throwing around of unes
first start at refactoring the subscription system BROKEN
This introduces a class for nicer wrapping and easier testing. Some functions were changed to provide nicer APIs (no throwing around of unescaped regexps) and to simplify things (hopefully).
The refactoring isn't completed yet, so this will break the subscription system.
The goal is to move as much subscription related stuff to this class as possible. Currently there is some code in lib/exe/indexer.php and maybe elsewhere (common.php?). Additionally everything should be covered by tests. A few tests are included here already.
show more ...
|
| d9e9c1bb | 09-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
extract method for Input class
makes it easier to access our do parameters |
| 80a47290 | 06-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
do not recompress already minified js FS#2574 |
| fa446926 | 29-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
more utf8_basename fixes |
| a8c343f2 | 29-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Fix utf8_basename for files in the root directory |
| 420addb2 | 29-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
fix utf8_basename for file names without any directory |
| 0483f97f | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
added multiby html_highlight tests FS#2440 |