fix malformed call of XSLTParse4Display
[koha.git] / misc / translator / TmplTokenizer.pm
2010-04-23 Galen CharltonMerge branch 'bug2505_patches' of git://git.catalyst...
2010-04-21 Donovan JonesBug 2505 - Add commented use warnings where missing...
2010-01-27 Galen CharltonMerge commit 'pianohacker-koha/prefs-submit' into master
2009-12-02 Galen CharltonMerge commit 'koha-biblibre/master' into bl-acq
2009-09-30 Henri-Damien LAURENTAdding xsl strings to po
2008-12-17 Marc Chantreuxfixed "too many opened files" error during translation
2004-12-30 acliMinor documentation correction
2004-03-10 acliAdded hack to extract and translate strings inside...
2004-03-08 acliSorry, forgot to take out debugging code before committing
2004-03-08 acliFixed some bugs which caused some context to be not...
2004-02-27 acli- Consider <INPUT type=text> and <INPUT type=text>...
2004-02-25 acliThis should now handle spurious "strange attribute...
2004-02-25 acliUgly hack to avoid screenfuls of spurious warnings...
2004-02-25 acliTry to be a little bit more helpful with "Strange attri...
2004-02-25 acliAfter the previous change, the scanner will hang if...
2004-02-25 acliThis should make it handle commenting out of whole...
2004-02-23 acliFixed a bug which caused </script> to be not recognized...
2004-02-23 acliOff-by-one bug
2004-02-23 acliFold all consecutive whitespaces into single blanks...
2004-02-22 acliPreliminary support for "analysis" of strings with...
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...