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

Diff of /test/html-webhacc/ChangeLog

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

revision 1.48 by wakaba, Sun Feb 10 03:11:06 2008 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>  2008-02-10  Wakaba  <wakaba@suika.fam.cx>
318    
319          * cc.cgi: Subdocument validation framework implemented.          * cc.cgi: Subdocument validation framework implemented.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24