Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix Parser Media tests running locally | Phil Hopper | 2015-08-20 |
| | | | | These tests were passing on travis-ci but failing when run locally because the tests were assuming the value of DOKU_BASE would be '/./' but it was actually '/tmp/' instead. | ||
* | Remove non-functioning interwiki links | Patrick Brown | 2015-07-22 |
| | |||
* | Encode unsafe characters in interwiki links. closes #1220 | Patrick Brown | 2015-07-16 |
| | |||
* | Unit test for interwiki URL encoding bug | Patrick Brown | 2015-07-16 |
| | |||
* | Changes for PHP 7 Compatibility | Christopher Smith | 2015-05-15 |
| | | | | | | | - replace PHP4 style class constructor function names (based on class name) with php 5 __construct() Also remove some '&' reference operators used with objects And add some object type hints | ||
* | Merge pull request #973 from micgro42/videoTest | Andreas Gohr | 2014-12-18 |
|\ | | | | | Add tests for video syntax | ||
| * | Remove stray comment block | Michael Große | 2014-12-18 |
| | | |||
| * | Fix file size | Michael Große | 2014-12-18 |
| | | |||
| * | Add test for internal video files | Michael Große | 2014-12-18 |
| | | |||
| * | Add tests: known and unknown external video files | Michael Große | 2014-11-27 |
| | | |||
* | | update parser tests for change in listitem_open instruction | Christopher Smith | 2014-12-01 |
|/ | |||
* | fixed some test inheriting from the wrong parent | Andreas Gohr | 2014-04-30 |
| | |||
* | 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 #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 |
| | |/ | |/| | |||
* | | | 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 |
|/ / | |||
* / | FS#1833 (b) | Christopher Smith | 2013-12-01 |
|/ | | | | | | | Prevent table entry syntax swallowing multiple preceeding blank lines (a) this shouldn't be necessary, blank lines are handled by paragraph processing (b) avoids issues with greedy table syntax competing with plugins | ||
* | added unittests for rowspans at first table row | Gerrit Uitslag | 2013-09-25 |
| | |||
* | increase test coverage for code and file | Christopher Smith | 2013-08-01 |
| | | | | | code - test correct recognition of downloadable filename token file - test correct recognition of syntax name & downloadable filename tokens | ||
* | Simple test cases for code and file token fix | Guy Brand | 2013-07-31 |
| | |||
* | use correct setUp method and parent calls. | Dominik Eckelmann | 2012-11-29 |
| | |||
* | removed unecessary requiresin unit tests | Andreas Gohr | 2012-05-01 |
| | |||
* | moved _testing to _test | Tobias Sarnowski | 2012-04-18 |