Merge remote-tracking branch 'kc/new/bug_5449' into kcmaster
[koha.git] / misc / translator / text-extract2.pl
2010-04-23 Galen CharltonMerge branch 'bug2505_patches' of git://git.catalyst...
2010-04-21 Donovan JonesBug 2505 - Add commented use warnings where missing...
2004-03-10 acliAdded hack to extract and translate strings inside...
2004-02-19 acliNew scripts for translation into Chinese and other...
2004-02-17 acliDon't extract strings from the VALUE attributes of...
2004-02-17 acliConverted TmplTokenizer into a class. Everything still...
2004-02-17 acliFixed more bugs during the modularization
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...
2004-02-16 acliMinor factoring of construction of warning messages.
2004-02-14 acliDon't bother warning about TMPL_VAR if the key is oncli...
2004-02-14 acliFix spurious warnings if attribute is in the form foo...
2004-02-14 acliMake a reasonable suggestion for ESCAPE= if we warn...
2004-02-14 acliFixed spurious warning about unescaped < inside cdata
2004-02-14 acliMinor change to make the "closed start tag" warning...
2004-02-14 acliDon't complain about strange attribute syntax if what...
2004-02-14 acliHave to make it know what "closed start tag" notation...
2004-02-14 acliFixed problem recognizing tags in the form of <foo...
2004-02-14 acliDon't extract TMPL_VAR's as if they were translatable
2004-02-14 acliDon't complain about </TMPL_IF> or </TMPL_LOOP> being...
2004-02-14 acliThis should be still more correct regarding when to...
2004-02-14 acliMore correct version of previous change
2004-02-14 acliMake sure that if an attribute contains < or >, a warni...
2004-02-14 acliHmm. I didn't know there can be whitespace before and...
2004-02-13 acliHandle leading or trailing &nbsp;'s as leading or trail...
2004-02-13 acliThe fixed search.marc/search.tmpl (nothing between...
2004-02-13 acliDon't mindlessly spew out 40 lines of text in a warning...
2004-02-13 acliThis way of reporting line numbers should make more...
2004-02-13 acliDisplay something useful if the user doesn't specify -f
2004-02-13 acliDon't issue warnings for unquoted attributes containing...
2004-02-13 acliPaul's problem #1 is now fixed: Bug in regular expressi...
2004-02-13 acliDon't extract purely-numeric strings like "1" either
2004-02-13 acliSeems like I wasn't careful enough recognizing unknown...
2004-02-12 acliMinor wording rewrite in warning
2004-02-12 acliWarn about unquoted attribute values containing [^...
2004-02-12 acliextract_attributes now knows what XML-style self-closin...
2004-02-12 acliWarn about <<Prev
2004-02-12 acliIt now knows what << Prev is, but it may still be confu...
2004-02-12 acliHandle attributes which are TMPL_VAR's better. It was...
2004-02-12 acliDon't extract strings in hidden values
2004-02-12 acliThis should be good enough to replace text-extract...
2004-02-12 acliThis is an experimental filter, based on simple scannin...