/[suikacvs]/test/html-webhacc/ChangeLog
Suika

Contents of /test/html-webhacc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.22 - (show annotations) (download)
Mon Jul 16 08:38:48 2007 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.21: +24 -0 lines
++ ChangeLog	16 Jul 2007 08:38:44 -0000
	* Makefile (all): |cc-msg.en.txt| is added to the list of
	dependency.
	(cc-msg.en.txt): New rule.

	* mkcatalog.pl: New Perl script.

	* cc-msg.en.txt: Now this file is generated by
	the rule described in |Makefile|.

	* cc.cgi (HTML mode): Set |charset| as |ISO-8859-1|
	if not specified, for now.
	(get_text): Replace |<var>$/n/</var>|, not just |$/n/|,
	to variable.

	* error-description-source.xml: All entries
	in |cc-msg.en.txt| are now described as XML data.

	* mkdescription.pl: Print the result by |inner_html| DOM
	attribute.  Put |level| attribute value, if any, before |name|
	attribute value.  Allow missing of |desc| attribute.
	Ignore any |catalog| element.

2007-07-16  Wakaba  <wakaba@suika.fam.cx>

1 2007-07-16 Wakaba <wakaba@suika.fam.cx>
2
3 * Makefile (all): |cc-msg.en.txt| is added to the list of
4 dependency.
5 (cc-msg.en.txt): New rule.
6
7 * mkcatalog.pl: New Perl script.
8
9 * cc-msg.en.txt: Now this file is generated by
10 the rule described in |Makefile|.
11
12 * cc.cgi (HTML mode): Set |charset| as |ISO-8859-1|
13 if not specified, for now.
14 (get_text): Replace |<var>$/n/</var>|, not just |$/n/|,
15 to variable.
16
17 * error-description-source.xml: All entries
18 in |cc-msg.en.txt| are now described as XML data.
19
20 * mkdescription.pl: Print the result by |inner_html| DOM
21 attribute. Put |level| attribute value, if any, before |name|
22 attribute value. Allow missing of |desc| attribute.
23 Ignore any |catalog| element.
24
25 2007-07-16 Wakaba <wakaba@suika.fam.cx>
26
27 * cc-interface.en.html: Content-Type options are extended.
28 Charset options are added. URI input box is added.
29
30 * cc.cgi (get_input_document): New. Support for URI input.
31 (#document-info): Present request URI, documen URI,
32 base URI (HTTP-level), internet media type, and
33 charset (if any).
34 (print_http_header_section): New.
35 (print_source_string_section): Renamed from |print_source_string|
36 and it now generate entire section. Use charset
37 information obtained by parsing (for this reason the section
38 now follows the parse error section).
39 (HTML parse mode): Support for charsets (alpha).
40 (XML parse mode): Support for |application/xml|
41 and |text/xml|. Support for charsets.
42 (#result-summary): Show error message section,
43 rather than simple HTTP error, for any input error.
44 (print_document_tree): Present |xml_version|, |xml_encoding|,
45 and |xml_standalone|.
46 (get_node_path): Return |/| if the input is the |Document| node.
47 (WDCC::LWPUA): New package.
48
49 2007-07-15 Wakaba <wakaba@suika.fam.cx>
50
51 * parser-manakai-interface.en.html: An option
52 to parse as H2H is added.
53
54 * parser-manakai.cgi: H2H parse mode is added.
55
56 2007-07-15 Wakaba <wakaba@suika.fam.cx>
57
58 * parser-manakai.cgi: Set |Document| as HTML if it is.
59 Use |inner_html| attribute for inner HTML value.
60 XML documents are now serializable via |inner_html|.
61
62 2007-07-01 Wakaba <wakaba@suika.fam.cx>
63
64 * Makefile: New.
65
66 2007-07-01 Wakaba <wakaba@suika.fam.cx>
67
68 * cc.cgi: Return 404 if |PATH_INFO| is different from |/|.
69 Link to |error-description|.
70
71 * error-description-source.xml: New.
72
73 * mkdescription.pl: New.
74
75 2007-07-01 Wakaba <wakaba@suika.fam.cx>
76
77 * cc-style.css: New rules for empty error lists,
78 error levels, and |code|.
79
80 * cc.cgi: Support for error message catalog.
81 Support for empty (zero-length) document.
82 (print_source_string): Support for empty document.
83 (print_document_tree): Element |has_child_nodes| test
84 was incorrect. Output compat mode and is html flag
85 for |Document| node.
86 (load_text_catalog, get_text): New functions.
87
88 * LICENSE, large-alert.png, large-info.png, large-stop.png:
89 New files.
90
91 2007-06-30 Wakaba <wakaba@suika.fam.cx>
92
93 * cc.cgi: "Terms" section. "Tree" was sometimes
94 non-conforming to HTML5.
95 (get_node_link): New function.
96
97 2007-06-30 Wakaba <wakaba@suika.fam.cx>
98
99 * cc-style.css (img): New rule not to make border
100 for img[usemap].
101
102 * cc.cgi: |table.cgi|-feature merged. Doctype
103 token was serialized incorrectly.
104
105 * table-script.js (tableToCanvas): Has second
106 argument to specify the parent. Use image map
107 to identify cells.
108
109 * table.cgi: Minor fix to sync with the aforementioned
110 change.
111
112 2007-06-25 Wakaba <wakaba@suika.fam.cx>
113
114 * parser-manakai.cgi, parser-manakai-interface.en.html: Fragment
115 parse mode is implemented.
116
117 2007-06-21 Wakaba <wakaba@suika.fam.cx>
118
119 * parser-interface.en.html: |checked"| -> |checked| (it did
120 work for Firefox 1.5 but not for WinIE6).
121
122 2007-06-21 Wakaba <wakaba@suika.fam.cx>
123
124 * parser-manakai.cgi: New.
125
126 * parser-manakai-interface.en.html: New.
127
128 * time-manakai.plt: New.
129
130 2007-05-28 Wakaba <wakaba@suika.fam.cx>
131
132 * parser.cgi: Log elapsed time to external files.
133
134 * time.plt: New file.
135
136 2007-05-27 Wakaba <wakaba@suika.fam.cx>
137
138 * parser.cgi: Output how long each process takes.
139 Document element testing is moved to the |Whatpm::ContentChecker|
140 module.
141
142 2007-05-27 Wakaba <wakaba@suika.fam.cx>
143
144 * excanvas.js: New (from <http://sourceforge.net/project/showfiles.php?group_id=163391&package_id=184688&release_id=505959>).
145
146 * table.cgi: Remove |$table->{caption}->{element}|
147 for table with caption processed correctly.
148 Support for WinIE via ExplorerCanvas; note that
149 it does not draw path with fill and stroke correctly (stroke
150 is hidden?).
151
152 2007-05-27 Wakaba <wakaba@suika.fam.cx>
153
154 * table.cgi, table-interface.en.html. table-script.js: New files.
155
156 2007-05-25 Wakaba <wakaba@suika.fam.cx>
157
158 * parser.cgi: Use CGI::Carp.
159
160 2007-05-19 Wakaba <wakaba@suika.fam.cx>
161
162 * parser-interface.en.html: A checkbox to
163 enable DOM5 HTML conformance checking is added.
164
165 * parser.cgi: Check DOM5 HTML conformance
166 if |dom5| parameter is specified.
167
168 2007-05-01 Wakaba <wakaba@suika.fam.cx>
169
170 * parser.cgi: Module names are updated.
171
172 * parser-interface.en.html: Link to Whatpm introduction
173 is added.
174
175 2007-05-01 Wakaba <wakaba@suika.fam.cx>
176
177 * parser-interface.en.html: New document.
178
179 * parser.cgi: Test-result-format mode is added.
180
181 2007-05-01 Wakaba <wakaba@suika.fam.cx>
182
183 * parser.cgi: New file.
184
185 * .htaccess: New file.
186
187 * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24