Commit graph

2217 commits

Author SHA1 Message Date
acli
69589b31f1 Some needed HTML syntax corrections. 2004-02-13 02:46:02 +00:00
acli
b87b492773 The fixed search.marc/search.tmpl (nothing between <textarea></textarea>)
caused an eof token to be incorrectly generated by next_token(). This
is now fixed.
2004-02-13 02:42:06 +00:00
acli
5af84e39db Don't mindlessly spew out 40 lines of text in a warning message if we get
too confused.  Just say we are too confused.
2004-02-13 01:48:58 +00:00
acli
412847fe93 This way of reporting line numbers should make more sense,
esp. for pathetic cases like search.marc/search.tmpl
(missing closing " for an attribute)
2004-02-13 01:27:03 +00:00
acli
1c3cb74b82 Display something useful if the user doesn't specify -f 2004-02-13 01:20:03 +00:00
acli
1f128d7381 Don't issue warnings for unquoted attributes containing [^-\.a-zA-Z0-9]
unless --pedantic-warnings is given. These don't seem to cause any trouble,
even in Mozilla's standards compliant mode.
2004-02-13 01:14:18 +00:00
acli
1addd34bb1 Paul's problem #1 is now fixed: Bug in regular expression $re_directive.
Put my "grander plan" :-) in the comments
2004-02-13 01:03:18 +00:00
acli
250d1fcefc Don't extract purely-numeric strings like "1" either 2004-02-13 00:48:52 +00:00
acli
a49634cb34 Seems like I wasn't careful enough recognizing unknown tokens. Incomplete
tags like "<b foo" at the end of the file seems to be discarded silently by
Mozilla, even in quirks mode. We now display a warning for these (in case
these ever come up by accident).
2004-02-13 00:42:52 +00:00
acli
bed495ed3e Minor wording rewrite in warning 2004-02-12 18:25:43 +00:00
acli
906bfbc3d6 Warn about unquoted attribute values containing [^-\.a-zA-Z0-9] 2004-02-12 18:19:17 +00:00
acli
21403fd5cc extract_attributes now knows what XML-style self-closing tags are 2004-02-12 17:58:24 +00:00
acli
0a9cd4aba1 Warn about <<Prev 2004-02-12 17:44:59 +00:00
acli
33a4d5705a It now knows what << Prev is, but it may still be confused by other kinds
of tag lookalikes
2004-02-12 17:38:42 +00:00
tipaul
15defe58a9 deleting subs duplicated by error 2004-02-12 13:40:56 +00:00
acli
5affdbf4e7 Handle attributes which are TMPL_VAR's better. It was choking on
systempreferences.tmpl.
2004-02-12 09:38:20 +00:00
acli
2f928c4e75 Don't extract strings in hidden values 2004-02-12 09:26:54 +00:00
tipaul
58951e551f new feature : stocktaking/inventory.
Look in reports menu
(no DB changes)
2004-02-12 09:16:18 +00:00
tipaul
f247a6c8db ignoring .tmpl that are hidden files (.somthing.tmpl). hidden files are generated by tools like emacs 2004-02-12 09:13:40 +00:00
acli
0be46ba475 This should be good enough to replace text-extract.pl, but some real
testing is needed.
2004-02-12 09:02:39 +00:00
acli
7d244a0b70 This is an experimental filter, based on simple scanning, that *should*
(ultimately) work better than the standard filter based on real parsing
of the .tmpl files.
2004-02-12 08:55:14 +00:00
tipaul
049e6755a8 synch'ing 2.0.0 branch (RC4 tag) and head 2004-02-11 08:57:16 +00:00
tipaul
af08d677c5 synch'ing 2.0.0 branch (RC4 tag) and head 2004-02-11 08:42:01 +00:00
tipaul
3635a596cf synch'ing 2.0.0 branch and head 2004-02-11 08:35:31 +00:00
acli
6f472dbf7b exit(-1) after usage() is not needed 2004-02-10 09:42:18 +00:00
acli
c8a9c26150 Minor correction in help text
This handling for --help works too, and is less wordy
2004-02-10 09:40:21 +00:00
acli
c195908744 Arrays are always defined. We should check its length instead. 2004-02-10 09:36:44 +00:00
acli
8f6651f582 Sync to en template 2004-02-10 08:36:13 +00:00
acli
66d5e2a821 Sync to en, not yet translated 2004-02-10 08:22:24 +00:00
acli
4ceb762e0d This is more consistent 2004-02-10 08:02:25 +00:00
acli
28db8c0fb0 New file from en 2004-02-10 07:54:36 +00:00
acli
04ec2866ba SGML syntax correction 2004-02-10 07:54:16 +00:00
acli
4a80f85793 $script_name in template causes runtime error. Should be a TMPL_VAR 2004-02-10 07:38:57 +00:00
acli
39eeb4d233 Sync to new en template 2004-02-10 07:33:35 +00:00
acli
c2e4ee82ce SGML syntax corrections 2004-02-10 07:07:42 +00:00
acli
b27e60563c Minor updates 2004-02-10 06:08:35 +00:00
acli
f99540a922 Markup error 2004-02-10 05:58:45 +00:00
acli
4081ed4dc1 New "About" templates from en
Minor visual improvements to parameters-{top,bottom}.inc
2004-02-10 05:56:32 +00:00
acli
3a7effdd6e This makes the fonts look more like the English version 2004-02-10 05:51:58 +00:00
acli
d99d1d53f5 Pedantic SGML syntax correction 2004-02-10 04:59:09 +00:00
acli
4ed4f62165 Spurious attribute in BODY removed 2004-02-10 04:57:27 +00:00
acli
67fcb75630 This wording seems to be more commonly used 2004-02-10 04:46:12 +00:00
acli
5ce1fdc605 Sync to en (new file) 2004-02-10 04:40:56 +00:00
acli
e93036f6cb A couple of minor, pedantic SGML syntax corrections 2004-02-10 03:26:06 +00:00
acli
76d37c2687 Various SGML syntax corrections (needed)
Sync to English template (minor)
Some visual layout corrections
2004-02-10 03:25:43 +00:00
acli
6918d661ed This makes a bit more sense 2004-02-10 03:19:52 +00:00
acli
9aeb2fe85d Various pedantic SGML syntax corrections (e.g., <!----...--> must contain
a multiple of 4 hyphens)

Inserted some blank rows in admin-home for visual consistency.
2004-02-10 03:13:41 +00:00
acli
4d0ad1b93f Minor improvements 2004-02-10 03:08:00 +00:00
acli
f444dd1d7a Sync to en 2004-02-10 03:01:36 +00:00
acli
d30db19007 Changed DTD declaration so that Mozilla will use standards mode for this. 2004-02-10 03:00:59 +00:00