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

Diff of /test/html-webhacc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by wakaba, Sun Jul 1 06:21:46 2007 UTC revision 1.60 by wakaba, Mon Mar 17 13:52:48 2008 UTC
# Line 1  Line 1 
1    2008-03-17  Wakaba  <[email protected]>
2    
3            * cc.cgi (get_error_label): No-parent case was not considered.
4    
5    2008-03-17  Wakaba  <[email protected]>
6    
7            * cc.cgi (get_error_label): Use the error location
8            of the parent node, if the node does not have one.
9    
10    2008-03-17  Wakaba  <[email protected]>
11    
12            * cc-script.js: The ID of the list is now given as an argument.
13    
14            * cc.cgi: List of document errors now also expanded by source
15            code fragment generated by scripting.
16            (get_error_label): Use line/column information from the error
17            context node, if any.
18    
19    2008-03-16  Wakaba  <[email protected]>
20    
21            * cc.cgi: Line break treatment was different from
22            that of HTML and CSS parsers.
23    
24    2008-03-16  Wakaba  <[email protected]>
25    
26            * cc-script.js: Unquote U+hhhh escapes.
27    
28    2008-03-16  Wakaba  <[email protected]>
29    
30            * cc.cgi (get_error_label): Use token's line and column
31            if available.
32    
33    2008-03-16  Wakaba  <[email protected]>
34    
35            * cc-script.js: Character was not marked if the line
36            is less than 50 characters.
37    
38    2008-03-16  Wakaba  <[email protected]>
39    
40            * cc.cgi: Link to the script added.
41    
42            * cc-style.css (mark): Added.
43    
44            * cc-script.js: New script.
45    
46    2008-03-11  Wakaba  <[email protected]>
47    
48            * cc.cgi: |value| should be output in |dt| in Parse Errors
49            section.
50    
51    2008-02-24  Wakaba  <[email protected]>
52    
53            * cc.cgi: Support for level-i (informational).
54    
55            * cc-style.css: New style rules for informational messages added.
56    
57            * error-description-source.xml (#information, #level-i): Added.
58    
59    2008-02-10  Wakaba  <[email protected]>
60    
61            * cc.cgi: In CSS mode, add 'u' error for 'structure' category (until
62            it is actually implemented).  Support for '-moz-pre-wrap'.
63            Typo in 'collapse' value fixed.
64    
65    2008-02-10  Wakaba  <[email protected]>
66    
67            * cc.cgi: |text/css| support.  |id_prefix| support was
68            partially broken.
69    
70    2008-02-10  Wakaba  <[email protected]>
71    
72            * cc.cgi: Subdocument validation framework implemented.
73    
74    2008-02-10  Wakaba  <[email protected]>
75    
76            * cc.cgi (print_listing_section): ID, class, and term
77            section functions are merged.
78    
79    2008-02-10  Wakaba  <[email protected]>
80    
81            * table-interface.en.html: Typo fixed.
82    
83            * cc.cgi: Use |$input->{id_prefix}| as the prefix for the
84            identifiers in report sections.  Don't add headings
85            if the |$input->{nested}| flag is set.
86    
87            * table-script.js (tableToCanvas): Now it aceepts third
88            argument, |idPrefix|, for setting ID prefix.
89    
90            * table.cgi: Set the third argument to |tableToCanvas| as an
91            empty string.
92    
93    2008-02-10  Wakaba  <[email protected]>
94    
95            * cc.cgi (check_and_print): Now this is a subroutine.
96    
97    2008-02-09  Wakaba  <[email protected]>
98    
99            * cc-style.css: Rules for s/unsupported/u/'ed version added.
100    
101            * cc.cgi: Support for 'u' level.
102    
103            * error-description-source.en.xml: s/unsupported/u/;
104    
105            * standards.en.html: CSS added.
106    
107    2008-02-09  Wakaba  <[email protected]>
108    
109            * standards.en.html: New document.
110    
111            * cc-interface.en.html: Linking to |standards.en.html|.
112    
113    2007-11-23  Wakaba  <[email protected]>
114    
115            * error-description-source.xml: New error descriptions.
116    
117            * cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send
118            a 406 page!  |identity| encoding is added.
119    
120    2007-11-19  Wakaba  <[email protected]>
121    
122            * cc.cgi (#document-tree Document): Output |inputEncoding|,
123            |manakaiCharset|, and |manakaiHasBOM| attributes.
124    
125    2007-11-18  Wakaba  <[email protected]>
126    
127            * cc-style.css: New rules for warnings.
128    
129            * cc-todo.en.txt: Updated.
130    
131            * cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1|
132            for |inner_html| with external source.  Set |manakai_charset|
133            attribute if possible.
134            (load_text_catalog): Interpret catalog file as UTF-8.
135    
136            * error-description-source.en.xml: New errors for character
137            encodings are added.
138    
139    2007-11-18  Wakaba  <[email protected]>
140    
141            * error-description-source.xml: s/charset declaration/character
142            encoding declaration/g, since HTML5 spec says so.
143    
144    2007-11-18  Wakaba  <[email protected]>
145    
146            * cc.cgi (get_input_document): Use sniffer to determine
147            media type of the entity.
148    
149    2007-11-11  Wakaba  <[email protected]>
150    
151            * cc-style.css: Rules for "unsupported" parse errors.
152    
153            * cc.cgi (print_syntax_error_html_section): Use HTML
154            parser for byte string.
155            (print_result_unknown_type_section): Make output
156            more consistent with other media types.
157    
158    2007-11-11  Wakaba  <[email protected]>
159    
160            * parser.cgi: Use |Whatpm::HTML::Serializer| to serialize
161            an HTML DOM.
162    
163    2007-11-07  Wakaba  <[email protected]>
164    
165            * cc-style.css: Styling examples.
166    
167    2007-11-07  Wakaba  <[email protected]>
168    
169            * error-description-source.xml (enumerated:invalid:http-equiv:content-type):
170            New.
171    
172    2007-11-05  Wakaba  <[email protected]>
173    
174            * cc.cgi (get_error_level_label): New.
175    
176            * cc-style.css: New rules for error level descriptions.
177    
178            * error-description-source.xml: Description for error
179            levels is added.
180    
181    2007-11-04  Wakaba  <[email protected]>
182    
183            * cc-interface.en.html (i): |text/cache-manifest| is added.
184    
185            * cc-style.css: New rules for manifest dump.
186    
187            * cc.cgi: Support for |text/cache-manifest|.
188    
189            * error-description-soruce.en.xml (#cache-manifest-errors): New
190            section.
191    
192    2007-09-10  Wakaba  <[email protected]>
193    
194            * cc.cgi, cc-style.css: Scoring support.
195    
196    2007-09-03  Wakaba  <[email protected]>
197    
198            * error-description-source.xml: Updated.
199    
200    2007-09-02  Wakaba  <[email protected]>
201    
202            * cc.cgi: Report document sections are now output by
203            corresponding subroutines.
204    
205    2007-08-26  Wakaba  <[email protected]>
206    
207            * cc.cgi: New catalog macros |local-name| and |element-local-name|.
208    
209    2007-08-11  Wakaba  <[email protected]>
210    
211            * cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP|
212            instead of |SuikaWiki::Input::HTTP|.
213    
214    2007-08-05  Wakaba  <[email protected]>
215    
216            * cc-interface.en.html: IMT |application/atom+xml| is added.
217            Link to |cc-todo| is added.
218    
219    2007-07-24  Wakaba  <[email protected]>
220    
221            * error-description.xml: Description for "after body", "bare etago",
222            and "bogus end tag" are added.
223    
224    2007-07-21  Wakaba  <[email protected]>
225    
226            * cc-style.css: Don't remove bullet of the document node
227            in the document tree.  Don't collapse white space
228            in the |code| elements.
229    
230            * cc.cgi: Put identifiers and class names into |code|
231            element.
232            (get_text): Template for attribute values are supported.
233    
234            * error-descriotion-source.en.xml: More error descriptions
235            are included.  Use |{@}| attribute value insertion macro
236            for errors in which it should be useful.
237    
238    2007-07-17  Wakaba  <[email protected]>
239    
240            * cc.cgi: Output HTTP and HTML header before try to
241            fetch the specified resource for usability.  Add
242            tables, identifiers, and terms section to the TOC.
243            Generate classes list.
244    
245    2007-07-17  Wakaba  <[email protected]>
246    
247            * alert.png, error.png, info.png: New images.
248    
249            * LICENSE: New image file names are added.
250    
251            * cc-interface.en.html: Link to the style sheet is added.
252    
253            * cc-style.css: Duplicate identifiers and terms
254            are decorated by icon.
255    
256            * cc.cgi: |h1| links to the interface page.
257            (#identifiers): New section.
258    
259            * error-description-source.en.xml: More error types are
260            added.
261    
262    2007-07-16  Wakaba  <[email protected]>
263    
264            * cc.cgi: Set |STDOUT| encoding as |utf8|.
265            (htescape): Escape some more invisible characters.
266    
267            * error-description-source.en.xml: More error data.
268    
269    2007-07-16  Wakaba  <[email protected]>
270    
271            * cc.cgi (table stuff): Set |is_header| property
272            of table cells explicitly since otherwise newer JSON.pm
273            generates broken output.
274            (get_text): Return the reduced type name as well.  Use
275            it as fragment of detail document.
276    
277            * error-description-source.en.xml: More error descriptions
278            are added.
279    
280            * mkdescription.pl: Remove |catalog| element from
281            the result description document.
282    
283            * table.cgi: Set |is_header| property
284            of table cells explicitly since otherwise newer JSON.pm
285            generates broken output.
286    
287    2007-07-16  Wakaba  <[email protected]>
288    
289            * Makefile (all): |cc-msg.en.txt| is added to the list of
290            dependency.
291            (cc-msg.en.txt): New rule.
292    
293            * mkcatalog.pl: New Perl script.
294    
295            * cc-msg.en.txt: Now this file is generated by
296            the rule described in |Makefile|.
297    
298            * cc.cgi (HTML mode): Set |charset| as |ISO-8859-1|
299            if not specified, for now.
300            (get_text): Replace |<var>$/n/</var>|, not just |$/n/|,
301            to variable.
302    
303            * error-description-source.xml: All entries
304            in |cc-msg.en.txt| are now described as XML data.
305    
306            * mkdescription.pl: Print the result by |inner_html| DOM
307            attribute.  Put |level| attribute value, if any, before |name|
308            attribute value.  Allow missing of |desc| attribute.
309            Ignore any |catalog| element.
310    
311    2007-07-16  Wakaba  <[email protected]>
312    
313            * cc-interface.en.html: Content-Type options are extended.
314            Charset options are added.  URI input box is added.
315    
316            * cc.cgi (get_input_document): New.  Support for URI input.
317            (#document-info): Present request URI, documen URI,
318            base URI (HTTP-level), internet media type, and
319            charset (if any).
320            (print_http_header_section): New.
321            (print_source_string_section): Renamed from |print_source_string|
322            and it now generate entire section.  Use charset
323            information obtained by parsing (for this reason the section
324            now follows the parse error section).
325            (HTML parse mode): Support for charsets (alpha).
326            (XML parse mode): Support for |application/xml|
327            and |text/xml|.  Support for charsets.
328            (#result-summary): Show error message section,
329            rather than simple HTTP error, for any input error.
330            (print_document_tree): Present |xml_version|, |xml_encoding|,
331            and |xml_standalone|.
332            (get_node_path): Return |/| if the input is the |Document| node.
333            (WDCC::LWPUA): New package.
334    
335    2007-07-15  Wakaba  <[email protected]>
336    
337            * parser-manakai-interface.en.html: An option
338            to parse as H2H is added.
339    
340            * parser-manakai.cgi: H2H parse mode is added.
341    
342    2007-07-15  Wakaba  <[email protected]>
343    
344            * parser-manakai.cgi: Set |Document| as HTML if it is.
345            Use |inner_html| attribute for inner HTML value.
346            XML documents are now serializable via |inner_html|.
347    
348    2007-07-01  Wakaba  <[email protected]>
349    
350            * Makefile: New.
351    
352    2007-07-01  Wakaba  <[email protected]>
353    
354            * cc.cgi: Return 404 if |PATH_INFO| is different from |/|.
355            Link to |error-description|.
356    
357            * error-description-source.xml: New.
358    
359            * mkdescription.pl: New.
360    
361  2007-07-01  Wakaba  <[email protected]>  2007-07-01  Wakaba  <[email protected]>
362    
363          * cc-style.css: New rules for empty error lists,          * cc-style.css: New rules for empty error lists,

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.60

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24