Fix spurious warnings if attribute is in the form foo="bar"</TMPL_IF>
[koha.git] / misc / translator / text-extract2.pl
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...