| 5a41afe6 | 01-Dec-2013 |
Christopher Smith <chris@jalakai.co.uk> |
FS#1833 (b) 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 ta
FS#1833 (b) 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
show more ...
|
| 1da8dc97 | 26-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
retrieve revisions around some given revisions
With unit tests
One case is not yet fixed: when rev1 is first rev from changelog, only $max/2 revisions are retrieved, but it should retrieve $max rev
retrieve revisions around some given revisions
With unit tests
One case is not yet fixed: when rev1 is first rev from changelog, only $max/2 revisions are retrieved, but it should retrieve $max revisions.
show more ...
|
| 7d1e323e | 22-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
bugfix and reformatting changelog. small chunck unittests |
| 59cce2d9 | 22-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Improve changelog reading. Inclusive unittests for chunks smaller than changelog lines. |
| 07a7d227 | 22-Nov-2013 |
lisps <stummp@loewen.de> |
add test for empty rev in ml() and wl() |
| 4eb5e174 | 22-Nov-2013 |
lisps <stummp@loewen.de> |
add test getlastrevisionat |
| 332817fc | 21-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
improve unittests getrelativerevision. Bit code reformatting unit tests |
| 4f6e20c7 | 21-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix not updated call, renaming |
| 047bad06 | 21-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
refactor PageRevisionLog into Media- and PageChangelog extending Changelog |
| 0f13c836 | 21-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Improved isCurrentRevision(), tests included |
| 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 |