fe717f57 | 04-Feb-2014 |
lisps <stummp@loewen.de> |
fix content check test cases add test case new Input check add global variables to execute |
05f1af55 | 24-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
add unit test to check language files for validity
this should help with applying pull requests that do come not from the translation interface as it makes sure the files will be at least syntactica
add unit test to check language files for validity
this should help with applying pull requests that do come not from the translation interface as it makes sure the files will be at least syntactically correct.
show more ...
|
d8cf4dd4 | 06-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
treat non-existing files as success on delete |
ebec603f | 06-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
added tests for io_rmdir |
5a1d0548 | 11-Dec-2013 |
Michael Hamann <michael@content-space.de> |
Fix indexing numeric words in page contents
Since a8dba4523d2ecd09dd69a68a36673eaf5c009c57 the search index didn't properly index numeric words anymore, instead they were added as new words to the w
Fix indexing numeric words in page contents
Since a8dba4523d2ecd09dd69a68a36673eaf5c009c57 the search index didn't properly index numeric words anymore, instead they were added as new words to the word list each time they were indexed, leading to an ever-increasing index size.
show more ...
|
ccfec560 | 07-Dec-2013 |
Anika Henke <anika@selfthinker.org> |
crlf 2 lf whitespace fixes |
6be717db | 01-Dec-2013 |
Michael Hamann <michael@content-space.de> |
Fix sending empty and duplicated headers, FS#2887
This fixes sending empty and duplicated To/Cc/Bcc, Subject and From headers in the additional headers. The To-header in the additional headers preve
Fix sending empty and duplicated headers, FS#2887
This fixes sending empty and duplicated To/Cc/Bcc, Subject and From headers in the additional headers. The To-header in the additional headers prevented mail sending on some systems.
show more ...
|
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 |