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 ...
|
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 |
08118f51 | 01-Jul-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
Adjust unit test to reflect desired behavior of max_bodysize |
e66d3e6d | 01-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
Improved sidebar inclusion
Template authors now can use tpl_sidebar() to include the sidebar. Sidebars can be defined in subnamespaces as well |
65ee48a5 | 01-Jul-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Made multiline test cases work on windows too |
32e82180 | 30-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed group wildcards and added tests |
772c9249 | 30-Jun-2012 |
Michael Hamann <michael@content-space.de> |
Add a test case for nested events, this tests 8cb3706df5ad54c654bffb76a69ac0ca1006521e |
430db121 | 30-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
test for setting the title config |
9e777cee | 29-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
simplified using the TestRequest class
You now can call get() or post() on it and give it all the wanted input variables |
5d0aaf95 | 28-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
treat empty string inputs as unset for int and bool |
591acd87 | 24-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
some Input class fixes and unit tests |
769b429a | 20-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
HTTPClient will read up to max_bodysize if it can |
d37a3955 | 19-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
Unit test for HTTPClient chunked encoding |
16f15a81 | 14-May-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
empty ID in wl() will be treated as $conf['start'] |