/[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.26 by wakaba, Tue Jul 17 14:28:20 2007 UTC revision 1.92 by wakaba, Fri Aug 15 16:03:46 2008 UTC
# Line 1  Line 1 
1    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * error-description-source.xml: Error entries for
4            Whatpm::URIChecker and Whatpm::LangTag error types
5            are added.
6    
7    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
8    
9            * error-description-source.xml: Error entries
10            for Whatpm::RDFXML errors are addded.  Missing entries
11            for Whatpm::HTMLTable errors are added.
12    
13    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
14    
15            * error-description-source.xml: Missing entries for
16            Whatpm::ContentChecker::Atom errors are added.
17    
18    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
19    
20            * error-description-source.xml: Missing entries for
21            Whatpm::ContentChecker and Whatpm::ContentChecker::HTML
22            error types are added.  Error entries used by these
23            modules are marked as such.
24    
25    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
26    
27            * error-description-source.xml: Missing entries for Whatpm::HTML
28            error types are added.  Error entries used by Whatpm::HTML
29            are marked as "HTML::Parser".
30    
31    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
32    
33            * cc-style.css: Add icons to links and headings of error sections.
34            Use standard "uncertain" color for level-u errors.  "No error found"
35            messages are now handled by catalog, not by CSS presentation.
36            The result paragraph saying that the conformance is unknown
37            should be bordered as uncertain error messages are.
38    
39            * error-description-source.xml: New message entries
40            for not-translated-yet messages.  Distinguish result table's
41            layer names from other similar texts.
42    
43    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
44    
45            * cc.cgi: Generate result summary sections for
46            each subdocument.
47    
48            * error-description-source.xml: New entries to
49            support localization of result sections.
50    
51    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
52    
53            * cc-style.css: Support for revised version of result summary
54            section styling.
55    
56    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
57    
58            * cc-style.css: Revised such that subdocument check results
59            do not look stupid and that new class name rules
60            for level-* and layer-* is reflected by icons.
61    
62    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
63    
64            * cc-script.js, cc-style.css: Support for tab styling
65            of subdoc sections.
66    
67            * cc-script.js (onbodyload): Scroll to the pointed
68            element, if possible.
69    
70    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
71    
72            * cc-script.js, cc-style.js: Support for tab styling
73            of the "input" subsections.  Support for the "details"
74            widget.
75    
76    2008-08-10  Wakaba  <wakaba@suika.fam.cx>
77    
78            * cc-script.js: Functions for tabbing are added.
79    
80            * cc-style.css: Tab styling rules are added.
81    
82    2008-07-27  Wakaba  <wakaba@suika.fam.cx>
83    
84            * .htaccess: Files gone.
85    
86            * cc-interface.en.html, cc-todo.txt: Removed.
87    
88            * cc-about.en.html: New document.
89    
90            * cc.cgi: Insert document input section before anything.
91            No check performed if no URL is specified and the
92            input is empty.
93    
94            * error-description-source.xml (WebHACC:Heading): Link
95            to cc-about in place of cc-interface.
96    
97    2008-07-26  Wakaba  <wakaba@suika.fam.cx>
98    
99            * cc.cgi: get_input_document function is now handled
100            by WebHACC::Input classes.  |cc-script| reference
101            is now generated by |html_header| in WebHACC::Output.
102    
103            * error-description-source.xml: Document URL and Request URL
104            are now just "URLs".
105    
106    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
107    
108            * .htaccess: error-description-source.xml is in UTF-8
109            actually.
110    
111            * Makefile: Rule to make Japanese language catalog file
112            is added.
113    
114            * cc-script.js: Line and column numbers are now taken
115            from data-* attributes, not from textContent.
116    
117            * cc.cgi: Tentative support for Japanese/English conneg.
118            (load_text_catalog, get_text): Removed (catalog text selection
119            is now handled by WebHACC::Output).
120    
121            * error-description-source.xml: Catalog entries in new
122            format are added.  Old catalog element is removed.
123    
124            * mkcatalog.pl: Support for non-English languages.
125            Drop support for old catalog element.  Add support
126            for new cat element.
127    
128            * mkdescription.pl: Drop support for old catalog element.
129            Add support for new cat element.
130    
131    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
132    
133            * cc.cgi: Code clean-up.
134    
135    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
136    
137            * cc.cgi: Old commented out code for additional
138            information sections are removed.  They are now
139            implemented as part of |generate_add_info_sections| method.
140    
141    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
142    
143            * cc.cgi (print_table_section): Removed (now part of
144            WebHACC::Language::DOM).
145    
146    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
147    
148            * cc.cgi: Information sections are now handled by WebHACC::Input
149            module.  Input objects for subdocuments now owns their
150            own subclass.
151    
152    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
153    
154            * cc.cgi: Errors and results are now handled by WebHACC::Result.
155            Decode |uri| parameter as UTF-8.  HTTP header dump and
156            input error are now handled by WebHACC::Input.
157    
158    2008-07-20  Wakaba  <wakaba@suika.fam.cx>
159    
160            * cc.cgi: Modularized.
161    
162            * WebHACC/: New directory.
163    
164    2008-07-18  Wakaba  <wakaba@suika.fam.cx>
165    
166            * cc.cgi (print_structure_dump_webidl_section): Use ->idl_text
167            for dummping (Data::Dumper::Dumper no longer used).
168    
169    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
170    
171            * LICENSE: Note on icons/*.png are added.
172    
173            * icons/: New directory.
174    
175            * cc-style.css: Rules for background images on error category
176            are added.
177    
178    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
179    
180            * cc.cgi (print_source_string_section): Use new Message::Charset::Info
181            interface to decode source code, otherwise the Perl native Encode
182            module might decode the source code into different character
183            string with the Info's.
184    
185    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
186    
187            * standards.en.html (requirements): Remove a requirement
188            for an HTML element's allowed context (it is covered by HTML5
189            spec since r1583).
190    
191    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
192    
193            * cc.cgi: Use table object returned by the checker; don't
194            form a table by itself.
195    
196            * table-script.js: Use different coloring for empty data cells.
197    
198            * cc.cgi, table.cgi: Remove table reference for JSON convertion.
199    
200    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
201    
202            * table-script.js: Support for header cell highlighting.
203    
204            * table.cgi: Set |id| to cells; it enables the cell highlighting
205            feature.
206    
207    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
208    
209            * table-script.js: Table header/footer fill started at a
210            wrong point.
211    
212    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
213    
214            * table-script.js: It is now 0-indexed stead
215            of 1-indexed (HTML5 revision 1376).
216    
217    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
218    
219            * cc-style.css: Duplicate terms are no longer disallowed (HTML5
220            revision 1467).
221    
222    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
223    
224            * parser-manakai.cgi, parser-manakai-interface.en.html: The |innerHTML|
225            output mode is split into "|innerHTML| (HTML)" and "|innerHTML| (XML)"
226            output modes.
227    
228    2008-03-29  Wakaba  <wakaba@suika.fam.cx>
229    
230            * cc.cgi: New "URI" section is implemented.
231    
232    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
233    
234            * cc.cgi (get_node_path): Use qualified name, not just
235            local name.
236    
237    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
238    
239            * cc.cgi (get_rdf_resource_html): undef vs false bug fixed.
240    
241    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
242    
243            * cc.cgi: Experimental support for application/rdf+xml type.
244            Generate section on RDF triples extracted from the document.
245            (print_rdf_section): New function.
246            (get_rdf_resource_html): New function.
247    
248    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
249    
250            * cc.cgi (get_error_label): No-parent case was not considered.
251    
252    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
253    
254            * cc.cgi (get_error_label): Use the error location
255            of the parent node, if the node does not have one.
256    
257    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
258    
259            * cc-script.js: The ID of the list is now given as an argument.
260    
261            * cc.cgi: List of document errors now also expanded by source
262            code fragment generated by scripting.
263            (get_error_label): Use line/column information from the error
264            context node, if any.
265    
266    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
267    
268            * cc.cgi: Line break treatment was different from
269            that of HTML and CSS parsers.
270    
271    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
272    
273            * cc-script.js: Unquote U+hhhh escapes.
274    
275    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
276    
277            * cc.cgi (get_error_label): Use token's line and column
278            if available.
279    
280    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
281    
282            * cc-script.js: Character was not marked if the line
283            is less than 50 characters.
284    
285    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
286    
287            * cc.cgi: Link to the script added.
288    
289            * cc-style.css (mark): Added.
290    
291            * cc-script.js: New script.
292    
293    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
294    
295            * cc.cgi: |value| should be output in |dt| in Parse Errors
296            section.
297    
298    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
299    
300            * cc.cgi: Support for level-i (informational).
301    
302            * cc-style.css: New style rules for informational messages added.
303    
304            * error-description-source.xml (#information, #level-i): Added.
305    
306    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
307    
308            * cc.cgi: In CSS mode, add 'u' error for 'structure' category (until
309            it is actually implemented).  Support for '-moz-pre-wrap'.
310            Typo in 'collapse' value fixed.
311    
312    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
313    
314            * cc.cgi: |text/css| support.  |id_prefix| support was
315            partially broken.
316    
317    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
318    
319            * cc.cgi: Subdocument validation framework implemented.
320    
321    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
322    
323            * cc.cgi (print_listing_section): ID, class, and term
324            section functions are merged.
325    
326    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
327    
328            * table-interface.en.html: Typo fixed.
329    
330            * cc.cgi: Use |$input->{id_prefix}| as the prefix for the
331            identifiers in report sections.  Don't add headings
332            if the |$input->{nested}| flag is set.
333    
334            * table-script.js (tableToCanvas): Now it aceepts third
335            argument, |idPrefix|, for setting ID prefix.
336    
337            * table.cgi: Set the third argument to |tableToCanvas| as an
338            empty string.
339    
340    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
341    
342            * cc.cgi (check_and_print): Now this is a subroutine.
343    
344    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
345    
346            * cc-style.css: Rules for s/unsupported/u/'ed version added.
347    
348            * cc.cgi: Support for 'u' level.
349    
350            * error-description-source.en.xml: s/unsupported/u/;
351    
352            * standards.en.html: CSS added.
353    
354    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
355    
356            * standards.en.html: New document.
357    
358            * cc-interface.en.html: Linking to |standards.en.html|.
359    
360    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
361    
362            * error-description-source.xml: New error descriptions.
363    
364            * cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send
365            a 406 page!  |identity| encoding is added.
366    
367    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
368    
369            * cc.cgi (#document-tree Document): Output |inputEncoding|,
370            |manakaiCharset|, and |manakaiHasBOM| attributes.
371    
372    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
373    
374            * cc-style.css: New rules for warnings.
375    
376            * cc-todo.en.txt: Updated.
377    
378            * cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1|
379            for |inner_html| with external source.  Set |manakai_charset|
380            attribute if possible.
381            (load_text_catalog): Interpret catalog file as UTF-8.
382    
383            * error-description-source.en.xml: New errors for character
384            encodings are added.
385    
386    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
387    
388            * error-description-source.xml: s/charset declaration/character
389            encoding declaration/g, since HTML5 spec says so.
390    
391    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
392    
393            * cc.cgi (get_input_document): Use sniffer to determine
394            media type of the entity.
395    
396    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
397    
398            * cc-style.css: Rules for "unsupported" parse errors.
399    
400            * cc.cgi (print_syntax_error_html_section): Use HTML
401            parser for byte string.
402            (print_result_unknown_type_section): Make output
403            more consistent with other media types.
404    
405    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
406    
407            * parser.cgi: Use |Whatpm::HTML::Serializer| to serialize
408            an HTML DOM.
409    
410    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
411    
412            * cc-style.css: Styling examples.
413    
414    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
415    
416            * error-description-source.xml (enumerated:invalid:http-equiv:content-type):
417            New.
418    
419    2007-11-05  Wakaba  <wakaba@suika.fam.cx>
420    
421            * cc.cgi (get_error_level_label): New.
422    
423            * cc-style.css: New rules for error level descriptions.
424    
425            * error-description-source.xml: Description for error
426            levels is added.
427    
428    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
429    
430            * cc-interface.en.html (i): |text/cache-manifest| is added.
431    
432            * cc-style.css: New rules for manifest dump.
433    
434            * cc.cgi: Support for |text/cache-manifest|.
435    
436            * error-description-soruce.en.xml (#cache-manifest-errors): New
437            section.
438    
439    2007-09-10  Wakaba  <wakaba@suika.fam.cx>
440    
441            * cc.cgi, cc-style.css: Scoring support.
442    
443    2007-09-03  Wakaba  <wakaba@suika.fam.cx>
444    
445            * error-description-source.xml: Updated.
446    
447    2007-09-02  Wakaba  <wakaba@suika.fam.cx>
448    
449            * cc.cgi: Report document sections are now output by
450            corresponding subroutines.
451    
452    2007-08-26  Wakaba  <wakaba@suika.fam.cx>
453    
454            * cc.cgi: New catalog macros |local-name| and |element-local-name|.
455    
456    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
457    
458            * cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP|
459            instead of |SuikaWiki::Input::HTTP|.
460    
461    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
462    
463            * cc-interface.en.html: IMT |application/atom+xml| is added.
464            Link to |cc-todo| is added.
465    
466    2007-07-24  Wakaba  <wakaba@suika.fam.cx>
467    
468            * error-description.xml: Description for "after body", "bare etago",
469            and "bogus end tag" are added.
470    
471    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
472    
473            * cc-style.css: Don't remove bullet of the document node
474            in the document tree.  Don't collapse white space
475            in the |code| elements.
476    
477            * cc.cgi: Put identifiers and class names into |code|
478            element.
479            (get_text): Template for attribute values are supported.
480    
481            * error-descriotion-source.en.xml: More error descriptions
482            are included.  Use |{@}| attribute value insertion macro
483            for errors in which it should be useful.
484    
485  2007-07-17  Wakaba  <wakaba@suika.fam.cx>  2007-07-17  Wakaba  <wakaba@suika.fam.cx>
486    
487          * cc.cgi: Output HTTP and HTML header before try to          * cc.cgi: Output HTTP and HTML header before try to

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.92

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24