5f3da53e | 16-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
put PHPDocs comment back the way it should be |
b2356002 | 16-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Fix longstanding issue with cache class & cachetime setting
1. cachetime setting should only be applied to the cache_renderer class. Previously it was applied to cache_parser (and by extensio
Fix longstanding issue with cache class & cachetime setting
1. cachetime setting should only be applied to the cache_renderer class. Previously it was applied to cache_parser (and by extension cache_handler). 2. two special cachetime values, -1 & 0, weren't handled, per FS#2183
To handle the cachetime setting, -1, disable caching, a new property _nocache is added. When that property is true, any cache file must not be used and storecache() should not store any values
show more ...
|
f8fb2d18 | 15-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
strip sourcemaps in CSS and JS #601
source maps are invalid for our dispatched sources and may even cause problems. this makes sure any sourcemap declarations are stripped from the output |
16ca217d | 14-Mar-2014 |
Michael Hamann <michael@content-space.de> |
Add a basic test case for the cache
This very basic test ensures that the useCache method works as expected for simple scenarios. This test case fails without commit a8795974051a91137b01ff88dbf5586a
Add a basic test case for the cache
This very basic test ensures that the useCache method works as expected for simple scenarios. This test case fails without commit a8795974051a91137b01ff88dbf5586a647b24ce and then also triggers the warning that was introduced in bc2ddb548f71b1a822dd03c3bc7c3c0e7cd9b152
show more ...
|
410c9c40 | 13-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
remove test expectation for E_USER_WARNING |
e950d12f | 13-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
improvements to double quote matching |
7ec53b17 | 12-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
fix io_rmdir_test::test_nopes() for symlinks in paths |
fe5a50c3 | 05-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
fix single line comments in CSS compression
double slashes in url() always have to be ignored |
0499ebed | 05-Mar-2014 |
Andreas Gohr <gohr@cosmocode.de> |
added (failing) test case for broken jquery ui compression |
a049856d | 26-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
revert back to trigger error |
f3283f02 | 25-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
change to an Exception and expect it |
9377d909 | 25-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
add test for p_get_renderer() with fallback |
5d873dd4 | 23-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed test cases for last commit |
81e7bffe | 17-Feb-2014 |
lisps <stummp@loewen.de> |
rename classname |
118e0052 | 16-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update unittest with interwiki.conf change as well |
c931f569 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
rename unit tests for getRevisionAround. Fix revs order as well. |
04180aa9 | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
unit test for FS#2173 |
6496c33f | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
interwiki : prefixed configurls handled as wikilinks |
ddb55c70 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Use DOKU_BASE in resolveinterwiki unittest |
4485a891 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Fix double slash in coral interwikilink |
2345e871 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
wikilink creating refactored to _resolveinterwiki().
Added DOKU_BASE for local target |
2d6df795 | 14-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
added tests for Doku_Renderer::_resolveInterWiki |
2bbe40cf | 11-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
HTTPClient: correctly abort a proxy connection
if a needed CONNECT tunnel fails |
95e6ded1 | 09-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
more robust HTTP testing
connections are now retried after timeout and failing connections will be marked as skipped instead of failing. This should reduce false alarms on travis |
1eb1257b | 09-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
always show error on HTTP test fails |