aboutsummaryrefslogtreecommitdiff
path: root/t/po.t
Commit message (Expand)AuthorAge
* Merge remote branch 'upstream/master' into prv/pointrigeri2010-08-22
|\
| * Fix po test suite to not assume ikiwiki's underlay is already installed. Clos...Joey Hess2010-08-15
* | po.t: added a bunch of tests for recent code changesintrigeri2010-08-02
|/
* Merge remote branch 'intrigeri/po'Joey Hess2010-07-24
|\
| * po.t: fix expected results•••As index.{es,fr} don't exist, po::refreshpofiles copies them from the basewiki underlay before running msgmerge. msgmerge marks as obsolete the translation strings that came from the basewiki po files, but the link plugin does not make the difference between obsolete and up-to-date links. $links{'index.fr'} and $links{'index.es'} are therefore expected to contain SandBox and ikiwiki. intrigeri2010-07-20
| * Added tests for po::pofiles.intrigeri2010-07-20
| * Run checkconfig after loading the po plugin, else state is not populated.•••The pofiles function relies on @slavelanguages to have been populated by po's checkconfig hook. intrigeri2010-07-20
* | whitespaceJoey Hess2010-07-23
|/
* po.t: fix test suite•••(translatable files now have to exist in srcdir) ) Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-01-15
* po.t: adapted a few tests to match the current ikiwiki behaviour•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2008-12-30
* po.t: cleanup•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2008-11-13
* po: fix istranslation/istranslatable for pages starting with /•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2008-11-12
* po: change a bit the way links are generated•••This will soon enable usage of translated page titles in link. Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2008-11-11
* po: fixed link to home page when po_link_to=negotiated, added testcase•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2008-11-11
* po: fixed link to homepage from non-translation page•••Added testcases for this bug. It remains broken when generated from <TMPL_VAR BASEURL>, though. Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2008-11-11
* t/po.t: removed debug lines•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2008-11-10
* po: finished backlinks implementation•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2008-11-07
* po: oops, removed debug output from testsuit•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2008-11-07
* po: implemented linking specification in testcase•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2008-11-07
* po plugin: added test cases for index.*•••(Translatable index is currently buggy, let's fix this.) Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2008-11-02
* po plugin: added testsuite•••I want to have an easy way to know if I break something when I'll convert custom added hooks to the new "inject" feature. It will also be useful after this conversion, to trigger an alert when IkiWiki's internals change enough to break my wrapper functions. Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2008-11-02