Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-25 | Fix test suite to not rely on an installed copy of ikiwiki after underlaydir ↵ | Joey Hess | |
change. Closes: #530502 | |||
2009-05-22 | stop using perl -T here | Joey Hess | |
See bug #411786. Perl's random corruption of the taint flag is even effecting the untainting of source filenames now (which AFAICS, is a proper untaint and always worked before..), and that makes using ikiwiki in perl taint mode not work at all. | |||
2008-09-11 | test for brokenlinks when listdirectives is enabled, too | Joey Hess | |
2008-09-11 | display broken links on failure | Joey Hess | |
2008-07-25 | add a regression test to ensure that permalinks never change | Joey Hess | |
2008-07-12 | Hopefully fix regression tests in non-English environments | Simon McVittie | |
2007-09-05 | fix path issue when runnign test | joey | |
2007-08-28 | * Support for looking in multiple directories for underlay files. | joey | |
* Plugins can add new directories to the search path with the add_underlay function. * Split out smiley underlay files into a separate underlay, so if the plugin isn't used, the wiki isn't bloated with all those files. | |||
2007-08-21 | test suite fixes | joey | |
2007-06-26 | * Patch fixing various additional problems with test suite. Closes: #425891 | joey | |
once more. | |||
2007-05-24 | * Fix FTBFS in test suite introduced in last version. Closes: #425891 | joey | |
2007-05-20 | build fixes | joey | |
2007-05-20 | * Add a test ensuring that the basewiki is self-contained and has no broken | joey | |
links. |