completely new base for CLI scriptsThis introduces an abstract base class that command line tools need toinherit from. It provides a simple framework for registering acceptedcommand line options
completely new base for CLI scriptsThis introduces an abstract base class that command line tools need toinherit from. It provides a simple framework for registering acceptedcommand line options and provides commonly needed things like helpoutput and colored text.Existing CLI scripts still need to be converted.
show more ...
update unittests for THEAD rules
put PHPDocs comment back the way it should be
Fix longstanding issue with cache class & cachetime setting1. 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 setting1. 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#2183To handle the cachetime setting, -1, disable caching, a newproperty _nocache is added. When that property is true, any cachefile must not be used and storecache() should not store any values
strip sourcemaps in CSS and JS #601source maps are invalid for our dispatched sources and may even causeproblems. this makes sure any sourcemap declarations are stripped fromthe output
Add a basic test case for the cacheThis very basic test ensures that the useCache method works asexpected for simple scenarios. This test case fails without commita8795974051a91137b01ff88dbf5586a
Add a basic test case for the cacheThis very basic test ensures that the useCache method works asexpected for simple scenarios. This test case fails without commita8795974051a91137b01ff88dbf5586a647b24ce and then also triggers thewarning that was introduced in bc2ddb548f71b1a822dd03c3bc7c3c0e7cd9b152
remove test expectation for E_USER_WARNING
improvements to double quote matching
fix io_rmdir_test::test_nopes() for symlinks in paths
revert back to trigger error
change to an Exception and expect it
add test for p_get_renderer() with fallback
fixed test cases for last commit
rename classname
update unittest with interwiki.conf change as well
rename unit tests for getRevisionAround. Fix revs order as well.
unit test for FS#2173
interwiki : prefixed configurls handled as wikilinks
Use DOKU_BASE in resolveinterwiki unittest
Fix double slash in coral interwikilink
wikilink creating refactored to _resolveinterwiki().Added DOKU_BASE for local target
added tests for Doku_Renderer::_resolveInterWiki
HTTPClient: correctly abort a proxy connectionif a needed CONNECT tunnel fails
more robust HTTP testingconnections are now retried after timeout and failing connections willbe marked as skipped instead of failing. This should reduce false alarmson travis
always show error on HTTP test fails
1...<<1112131415161718192021