| Commit message (Expand) | Author | Age |
* | override LC_ALL, not LANG | Joey Hess | 2009-10-15 |
* | build wiki in C locale, to ensure that the "no broken links" message is not t... | Joey Hess | 2009-10-14 |
* | use underlay_install as optimisaton | Joey Hess | 2009-07-21 |
* | Optimise use of gettext, and avoid ugly warnings if Locale::gettext is not av...•••The test suite was emitting a lot of ugly gettext warnings;
setting LC_ALL didn't solve the problem for all locale setups
(since ikiwiki remaps it to LANG, and ikiwiki didn't know about
the C locale).
People also seem generally annoyed by the messages when
Locale::Gettext is not installed, and I suspect will be
generally happier if it just silently doesn't localize.
The optimisation came about when I noticed that the gettext
sub was doing rather a lot of work each call just to see
if localisation is needed. We can avoid that work by caching,
and the best thing to cache is a version of the gettext sub
that does exactly the right thing.
This was slightly complicated by the locale setting,
which might need to override the original locale (or lack
thereof) after gettext has been called. So it needs to invalidate
the cache in that case. It used to do it via a global variable,
which I am happy to have also gotten rid of.
| Joey Hess | 2009-06-08 |
* | Fix test suite to not rely on an installed copy of ikiwiki after underlaydir ... | Joey Hess | 2009-05-25 |
* | stop using perl -T here•••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.
| Joey Hess | 2009-05-22 |
* | test for brokenlinks when listdirectives is enabled, too | Joey Hess | 2008-09-11 |
* | display broken links on failure | Joey Hess | 2008-09-11 |
* | add a regression test to ensure that permalinks never change | Joey Hess | 2008-07-25 |
* | Hopefully fix regression tests in non-English environments | Simon McVittie | 2008-07-12 |
* | fix path issue when runnign test | joey | 2007-09-05 |
* | * Support for looking in multiple directories for underlay files.•••* 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.
| joey | 2007-08-28 |
* | test suite fixes | joey | 2007-08-21 |
* | * Patch fixing various additional problems with test suite. Closes: #425891••• once more.
| joey | 2007-06-26 |
* | * Fix FTBFS in test suite introduced in last version. Closes: #425891 | joey | 2007-05-24 |
* | build fixes | joey | 2007-05-20 |
* | * Add a test ensuring that the basewiki is self-contained and has no broken••• links.
| joey | 2007-05-20 |