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 |
1ea7a6ba | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
support CONNECT for tunneling SSL via HTTP proxies FS#2431
The included test cases currently expect a squid at localhost:3128 |
e8b5a4f9 | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
fix E_STRICT errors FS#2427
This commit fixes all E_STRICT messages shown when running the test suite. There might be more problems not covered by tests, yet.
For compatibility reasons with plugins
fix E_STRICT errors FS#2427
This commit fixes all E_STRICT messages shown when running the test suite. There might be more problems not covered by tests, yet.
For compatibility reasons with plugins, E_STRICT errors are still supressed.
show more ...
|
e3ab6fc5 | 28-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Fixed and extended PHPDoc comments and added additional @var comments |
9a9b579a | 28-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Fix index histogram minlen parameter for metadata keys
This includes a test for the minlen parameter for metadata keys |
f393a4eb | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
added utf8_basename()
This is a locale independent version of basename to work around https://bugs.php.net/bug.php?id=37738
The function is not yet used anywhere. It should be at least used where e
added utf8_basename()
This is a locale independent version of basename to work around https://bugs.php.net/bug.php?id=37738
The function is not yet used anywhere. It should be at least used where ever non-ASCII filenames and paths are handled. Simply replacing all calls to basename() with this function might be the safest.
show more ...
|
ee1dd780 | 08-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Remove closing PHP tag in stalecheck test case |
4538a8a6 | 07-Jul-2012 |
Martin Doucha <next_ghost@quick.cz> |
Remove unnecessary include |
c3cf5a6c | 07-Jul-2012 |
Martin Doucha <next_ghost@quick.cz> |
Stale cache unittest |