Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | skip cache test until #694 has been fixed | Andreas Gohr | 2014-07-18 |
| | |||
* | Merge pull request #720 from splitbrain/newcli | Andreas Gohr | 2014-05-18 |
|\ | | | | | Refactored the CLI stuff | ||
| * | fixed tests | Andreas Gohr | 2014-03-20 |
| | | |||
| * | completely new base for CLI scripts | Andreas Gohr | 2014-03-17 |
| | | | | | | | | | | | | | | | | | | This introduces an abstract base class that command line tools need to inherit from. It provides a simple framework for registering accepted command line options and provides commonly needed things like help output and colored text. Existing CLI scripts still need to be converted. | ||
* | | don't treat double slashes as comments when used in string | Andreas Gohr | 2014-05-14 |
| | | | | | | | | | | | | | | This avoids treating double slashes as single line comments in CSS when they are used in a filter or content string. closes #638 | ||
* | | added another test for fe5a50 | Andreas Gohr | 2014-05-13 |
| | | | | | | | | | | That commit did not test what it actually made for. Handling protocol relative URLs in CSS. | ||
* | | Issue 694: fix failing test - set filemtimes explicitly in test setup | Christopher Smith | 2014-05-13 |
| | | |||
* | | Merge pull request #618 from splitbrain/cache_and_cachetime | Andreas Gohr | 2014-05-04 |
|\ \ | | | | | | | Fix longstanding issue with cache class & cachetime setting | ||
| * | | put PHPDocs comment back the way it should be | Christopher Smith | 2014-03-16 |
| | | | |||
| * | | Fix longstanding issue with cache class & cachetime setting | Christopher Smith | 2014-03-16 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | 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 | ||
* | | Merge pull request #669 from splitbrain/validinputs | Andreas Gohr | 2014-04-30 |
|\ \ | | | | | | | #667 - directly get a valid INPUT parameter | ||
| * | | added another test for arrays | Andreas Gohr | 2014-04-30 |
| | | | |||
| * | | add new valid() method to $INPUT #667 | Andreas Gohr | 2014-04-30 |
| | | | |||
* | | | fixed some test inheriting from the wrong parent | Andreas Gohr | 2014-04-30 |
|/ / | |||
* | | call parent constructor as well | Elan Ruusamäe | 2014-04-16 |
| | | |||
* | | run as much as possible (fill extensions conditionally), skip missing ext once | Elan Ruusamäe | 2014-04-14 |
| | | |||
* | | tar: test. skip instead of error if bz2 or zlib extension is missing | Elan Ruusamäe | 2014-04-14 |
| | | |||
* | | Merge pull request #387 from splitbrain/tablethead | Andreas Gohr | 2014-03-24 |
|\ \ | | | | | | | Adding <thead> to tables | ||
| * | | update unittests for THEAD rules | Christopher Smith | 2014-03-16 |
| | | | |||
| * | | Merge branch 'master' into tablethead | Christopher Smith | 2014-03-12 |
| |\ \ | |||
| * | | | swap order ot test parameters to match expected,actual as per documentation ↵ | Christopher Smith | 2013-10-18 |
| | | | | | | | | | | | | | | | | & test output | ||
| * | | | update tests for use with <THEAD> changes | Christopher Smith | 2013-10-18 |
| | | | | |||
| * | | | Wrap thead around 1st row, when 1st cell at 1st row is tableheader. ↵ | Gerrit Uitslag | 2013-10-17 |
| | | | | | | | | | | | | | | | | Implements FS#1764 | ||
* | | | | Merge pull request #607 from splitbrain/osx_io_rmdir_test | Andreas Gohr | 2014-03-24 |
|\ \ \ \ | | | | | | | | | | | fix io_rmdir_test::test_nopes() for symlinks in paths | ||
| * | | | | fix io_rmdir_test::test_nopes() for symlinks in paths | Christopher Smith | 2014-03-12 |
| | |/ / | |/| | | |||
* | | | | Merge pull request #614 from splitbrain/renderer_graceful_fallback_bugfix | Andreas Gohr | 2014-03-24 |
|\ \ \ \ | | | | | | | | | | | Fix a couple of issues with PR#571 | ||
| * | | | | remove test expectation for E_USER_WARNING | Christopher Smith | 2014-03-13 |
| |/ / / | |||
* | | | | Merge pull request #612 from splitbrain/improve_double_quote_matching | Andreas Gohr | 2014-03-24 |
|\ \ \ \ | | | | | | | | | | | improvements to double quote matching | ||
| * | | | | improvements to double quote matching | Christopher Smith | 2014-03-13 |
| |/ / / | |||
* | | | | Merge pull request #616 from splitbrain/stripsourcemaps | Christopher Smith | 2014-03-18 |
|\ \ \ \ | | | | | | | | | | | strip sourcemaps in CSS and JS #601 | ||
| * | | | | strip sourcemaps in CSS and JS #601 | Andreas Gohr | 2014-03-15 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | source maps are invalid for our dispatched sources and may even cause problems. this makes sure any sourcemap declarations are stripped from the output | ||
* | | | | Merge pull request #586 from splitbrain/jqueryupdate | Christopher Smith | 2014-03-18 |
|\ \ \ \ | | | | | | | | | | | JQuery Update | ||
| * | | | | fix single line comments in CSS compression | Andreas Gohr | 2014-03-05 |
| | | | | | | | | | | | | | | | | | | | | double slashes in url() always have to be ignored | ||
| * | | | | added (failing) test case for broken jquery ui compression | Andreas Gohr | 2014-03-05 |
| | |/ / | |/| | | |||
* | | | | Merge pull request #527 from splitbrain/userlink | Gerrit Uitslag | 2014-03-16 |
|\ \ \ \ | | | | | | | | | | | Linked and formatted user names | ||
| * | | | | Merge remote-tracking branch 'origin/master' into userlink | Gerrit Uitslag | 2014-03-10 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/parser/renderer.php inc/template.php | ||
| * | | | | update unittest with interwiki.conf change as well | Gerrit Uitslag | 2014-02-17 |
| | | | | | |||
| * | | | | interwiki : prefixed configurls handled as wikilinks | Gerrit Uitslag | 2014-02-15 |
| | | | | | |||
| * | | | | Use DOKU_BASE in resolveinterwiki unittest | Gerrit Uitslag | 2014-02-15 |
| | | | | | |||
| * | | | | Fix double slash in coral interwikilink | Gerrit Uitslag | 2014-02-15 |
| | | | | | |||
| * | | | | wikilink creating refactored to _resolveinterwiki(). | Gerrit Uitslag | 2014-02-15 |
| | | | | | | | | | | | | | | | | | | | | Added DOKU_BASE for local target | ||
| * | | | | added tests for Doku_Renderer::_resolveInterWiki | Gerrit Uitslag | 2014-02-15 |
| | | | | | |||
* | | | | | Merge branch 'master' into diff_navigation | Andreas Gohr | 2014-03-14 |
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (103 commits) Add a basic test case for the cache Events: Trigger a warning if the default action is not callable Fix caching (make the event callback public again) translation update translation update translation update translation update translation update translation update translation update avoid HTTP image screenshot urls. closes #595 translation update Extension manager: Fix cache extension to be .repo adjusted the office type color again another instance of empty() where an array key might not exist remove placeholder van denied.txt updated file icons once more removed 'not logged in' text, loginform is shown already Revert "added stripped bit to language file" fixed index file ... Conflicts: inc/html.php | ||
| * | | | | Add a basic test case for the cache | Michael Hamann | 2014-03-14 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | 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 | ||
| * | | | revert back to trigger error | Christopher Smith | 2014-02-26 |
| | | | | |||
| * | | | change to an Exception and expect it | Christopher Smith | 2014-02-25 |
| | | | | |||
| * | | | add test for p_get_renderer() with fallback | Christopher Smith | 2014-02-25 |
| | | | | |||
* | | | | Merge remote-tracking branch 'origin/master' into diff_navigation | Gerrit Uitslag | 2014-02-23 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: inc/html.php | ||
| * | | | fixed test cases for last commit | Andreas Gohr | 2014-02-23 |
| | | | | |||
| * | | | unit test for FS#2173 | Andreas Gohr | 2014-02-15 |
| | | | |