| 55545bcc | 20-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Add unit tests for getRelativerevision |
| 6556cf69 | 20-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Update changelog unit tests |
| 28ad2ce3 | 17-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
ensure css loadfile test doesn't try to create a directory (and fail) if the directory already exists |
| ab1fef66 | 05-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Test to ensure less can parse the @import rewritten by css_loadfile()
This test is horrible, but I believe necessary to ensure that the @import of less files actually works.
It is horrible as its n
Test to ensure less can parse the @import rewritten by css_loadfile()
This test is horrible, but I believe necessary to ensure that the @import of less files actually works.
It is horrible as its not a unit test and its not a true functional test. It probably implies the code in css_out() should be refactored to make it easier to test intermediate results.
show more ...
|
| 6d7e4640 | 05-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
additional tests where for relative path to @import less file |
| 5f598213 | 05-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Improve css_loadfile() tests - use TMP_DIR constant rather than /tmp - swap order of parameters in csstest() to match reported 'expected' & 'actual' - add tests for use of 'url()' in @import - add te
Improve css_loadfile() tests - use TMP_DIR constant rather than /tmp - swap order of parameters in csstest() to match reported 'expected' & 'actual' - add tests for use of 'url()' in @import - add tests for @import of '.less' files (these test will fail per FS#2875)
show more ...
|
| 9269d0b1 | 29-Oct-2013 |
Michael Hamann <michael@content-space.de> |
Fix the media usage index to include local links |
| 30eae855 | 25-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
ensure locale is set back to the original value |
| 01137572 | 25-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
skip FS#2867 test if \s doesn't match \xA0 after attempting to change the locale |
| 1f6e92fa | 25-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
unittests for auth_loadACL |
| b7cfeab6 | 20-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
make sure HTTP test uses HTTP only and doesn't get redirected |
| 712c6631 | 20-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
more verbosity in test case |
| 03a4f627 | 20-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
change error level to ignore notices |
| d1612d99 | 20-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
escaped another $ in mailer test |
| 698e7df8 | 19-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add tests for usernames with 2 & 3 byte utf8 characters |
| 9f5b9cf1 | 19-Oct-2013 |
Michael Hamann <michael@content-space.de> |
Fix the indexer indexing test case (changed the data but not the result) |
| a8dba452 | 19-Oct-2013 |
Michael Hamann <michael@content-space.de> |
Fix FS#2854: Treat numerically different keys as different |
| d301130e | 19-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
additional auth_nameencode tests (apostrophe & backslash) |
| e0328e30 | 18-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
swap order ot test parameters to match expected,actual as per documentation & test output |
| 688ce8d8 | 18-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
update tests for use with <THEAD> changes |
| 9aac3abf | 18-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
also use DOKU_E_LEVEL in bootstrap's call to error_reporting() |
| eb9dc169 | 18-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
set error level so it is propagated correctly to dokuwiki |
| 4e2ac2e4 | 18-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add missing $_SERVER values for init.php when called from cli |
| f05a1cc5 | 17-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Wrap thead around 1st row, when 1st cell at 1st row is tableheader. Implements FS#1764 |
| 4d8acaac | 16-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
remove '&' reference operator from metadata test, not required in php5 |