Try to relax the criteria for allowing groups of tokens without TMPL_VAR
[koha.git] / misc / translator / TmplTokenizer.pm
2004-02-22 acliTry to relax the criteria for allowing groups of tokens...
2004-02-22 acliThe French character handling fix for tmpl_process3...
2004-02-22 acliUgly hack to get rid of the close tag in pathetic ...
2004-02-22 acliTemplates with French characters were not handled prope...
2004-02-22 acliHandle the iso8859-1 charset somewhat, so that when...
2004-02-20 acliFixed bug where a <textarea...>#cdata</textarea> on...
2004-02-20 acliPartially allow combination of several TEXT tokens...
2004-02-20 acliSupport %0.0s notation so that we can omit the %s as...
2004-02-20 acliTry to not display like 40-line warnings too often
2004-02-20 acliEscape ISO8859-1 characters. msgmerge still hates these...
2004-02-19 acliNew scripts for translation into Chinese and other...
2004-02-18 acliWarn against Apache #include directive
2004-02-17 acliThe previous change was wrong.
2004-02-17 acliAllow trim to return the trimmed whitespace if the...
2004-02-17 acliInsert the filename of the token into the TmplToken...
2004-02-17 acliConverted TmplTokenizer into a class. Everything still...
2004-02-17 acliStill more bugfixes for my own bugs.
2004-02-17 acliFurther breaking up of the TmplTokenizer module.
2004-02-16 acliAvoid direct accessing of variables inside the module
2004-02-16 acliSome functions should not be in the module; these are...
2004-02-16 acliPulled the tokenizer out into a module. Hope this has...