/[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.58 by wakaba, Mon Mar 17 13:25:19 2008 UTC revision 1.91 by wakaba, Fri Aug 15 14:11:13 2008 UTC
# Line 1  Line 1 
1    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
2    
3            * error-description-source.xml: Error entries
4            for Whatpm::RDFXML errors are addded.  Missing entries
5            for Whatpm::HTMLTable errors are added.
6    
7    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
8    
9            * error-description-source.xml: Missing entries for
10            Whatpm::ContentChecker::Atom errors are added.
11    
12    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
13    
14            * error-description-source.xml: Missing entries for
15            Whatpm::ContentChecker and Whatpm::ContentChecker::HTML
16            error types are added.  Error entries used by these
17            modules are marked as such.
18    
19    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
20    
21            * error-description-source.xml: Missing entries for Whatpm::HTML
22            error types are added.  Error entries used by Whatpm::HTML
23            are marked as "HTML::Parser".
24    
25    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
26    
27            * cc-style.css: Add icons to links and headings of error sections.
28            Use standard "uncertain" color for level-u errors.  "No error found"
29            messages are now handled by catalog, not by CSS presentation.
30            The result paragraph saying that the conformance is unknown
31            should be bordered as uncertain error messages are.
32    
33            * error-description-source.xml: New message entries
34            for not-translated-yet messages.  Distinguish result table's
35            layer names from other similar texts.
36    
37    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
38    
39            * cc.cgi: Generate result summary sections for
40            each subdocument.
41    
42            * error-description-source.xml: New entries to
43            support localization of result sections.
44    
45    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
46    
47            * cc-style.css: Support for revised version of result summary
48            section styling.
49    
50    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
51    
52            * cc-style.css: Revised such that subdocument check results
53            do not look stupid and that new class name rules
54            for level-* and layer-* is reflected by icons.
55    
56    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
57    
58            * cc-script.js, cc-style.css: Support for tab styling
59            of subdoc sections.
60    
61            * cc-script.js (onbodyload): Scroll to the pointed
62            element, if possible.
63    
64    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
65    
66            * cc-script.js, cc-style.js: Support for tab styling
67            of the "input" subsections.  Support for the "details"
68            widget.
69    
70    2008-08-10  Wakaba  <wakaba@suika.fam.cx>
71    
72            * cc-script.js: Functions for tabbing are added.
73    
74            * cc-style.css: Tab styling rules are added.
75    
76    2008-07-27  Wakaba  <wakaba@suika.fam.cx>
77    
78            * .htaccess: Files gone.
79    
80            * cc-interface.en.html, cc-todo.txt: Removed.
81    
82            * cc-about.en.html: New document.
83    
84            * cc.cgi: Insert document input section before anything.
85            No check performed if no URL is specified and the
86            input is empty.
87    
88            * error-description-source.xml (WebHACC:Heading): Link
89            to cc-about in place of cc-interface.
90    
91    2008-07-26  Wakaba  <wakaba@suika.fam.cx>
92    
93            * cc.cgi: get_input_document function is now handled
94            by WebHACC::Input classes.  |cc-script| reference
95            is now generated by |html_header| in WebHACC::Output.
96    
97            * error-description-source.xml: Document URL and Request URL
98            are now just "URLs".
99    
100    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
101    
102            * .htaccess: error-description-source.xml is in UTF-8
103            actually.
104    
105            * Makefile: Rule to make Japanese language catalog file
106            is added.
107    
108            * cc-script.js: Line and column numbers are now taken
109            from data-* attributes, not from textContent.
110    
111            * cc.cgi: Tentative support for Japanese/English conneg.
112            (load_text_catalog, get_text): Removed (catalog text selection
113            is now handled by WebHACC::Output).
114    
115            * error-description-source.xml: Catalog entries in new
116            format are added.  Old catalog element is removed.
117    
118            * mkcatalog.pl: Support for non-English languages.
119            Drop support for old catalog element.  Add support
120            for new cat element.
121    
122            * mkdescription.pl: Drop support for old catalog element.
123            Add support for new cat element.
124    
125    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
126    
127            * cc.cgi: Code clean-up.
128    
129    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
130    
131            * cc.cgi: Old commented out code for additional
132            information sections are removed.  They are now
133            implemented as part of |generate_add_info_sections| method.
134    
135    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
136    
137            * cc.cgi (print_table_section): Removed (now part of
138            WebHACC::Language::DOM).
139    
140    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
141    
142            * cc.cgi: Information sections are now handled by WebHACC::Input
143            module.  Input objects for subdocuments now owns their
144            own subclass.
145    
146    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
147    
148            * cc.cgi: Errors and results are now handled by WebHACC::Result.
149            Decode |uri| parameter as UTF-8.  HTTP header dump and
150            input error are now handled by WebHACC::Input.
151    
152    2008-07-20  Wakaba  <wakaba@suika.fam.cx>
153    
154            * cc.cgi: Modularized.
155    
156            * WebHACC/: New directory.
157    
158    2008-07-18  Wakaba  <wakaba@suika.fam.cx>
159    
160            * cc.cgi (print_structure_dump_webidl_section): Use ->idl_text
161            for dummping (Data::Dumper::Dumper no longer used).
162    
163    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
164    
165            * LICENSE: Note on icons/*.png are added.
166    
167            * icons/: New directory.
168    
169            * cc-style.css: Rules for background images on error category
170            are added.
171    
172    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
173    
174            * cc.cgi (print_source_string_section): Use new Message::Charset::Info
175            interface to decode source code, otherwise the Perl native Encode
176            module might decode the source code into different character
177            string with the Info's.
178    
179    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
180    
181            * standards.en.html (requirements): Remove a requirement
182            for an HTML element's allowed context (it is covered by HTML5
183            spec since r1583).
184    
185    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
186    
187            * cc.cgi: Use table object returned by the checker; don't
188            form a table by itself.
189    
190            * table-script.js: Use different coloring for empty data cells.
191    
192            * cc.cgi, table.cgi: Remove table reference for JSON convertion.
193    
194    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
195    
196            * table-script.js: Support for header cell highlighting.
197    
198            * table.cgi: Set |id| to cells; it enables the cell highlighting
199            feature.
200    
201    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
202    
203            * table-script.js: Table header/footer fill started at a
204            wrong point.
205    
206    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
207    
208            * table-script.js: It is now 0-indexed stead
209            of 1-indexed (HTML5 revision 1376).
210    
211    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
212    
213            * cc-style.css: Duplicate terms are no longer disallowed (HTML5
214            revision 1467).
215    
216    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
217    
218            * parser-manakai.cgi, parser-manakai-interface.en.html: The |innerHTML|
219            output mode is split into "|innerHTML| (HTML)" and "|innerHTML| (XML)"
220            output modes.
221    
222    2008-03-29  Wakaba  <wakaba@suika.fam.cx>
223    
224            * cc.cgi: New "URI" section is implemented.
225    
226    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
227    
228            * cc.cgi (get_node_path): Use qualified name, not just
229            local name.
230    
231    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
232    
233            * cc.cgi (get_rdf_resource_html): undef vs false bug fixed.
234    
235    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
236    
237            * cc.cgi: Experimental support for application/rdf+xml type.
238            Generate section on RDF triples extracted from the document.
239            (print_rdf_section): New function.
240            (get_rdf_resource_html): New function.
241    
242    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
243    
244            * cc.cgi (get_error_label): No-parent case was not considered.
245    
246    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
247    
248            * cc.cgi (get_error_label): Use the error location
249            of the parent node, if the node does not have one.
250    
251  2008-03-17  Wakaba  <wakaba@suika.fam.cx>  2008-03-17  Wakaba  <wakaba@suika.fam.cx>
252    
253          * cc-script.js: The ID of the list is now given as an argument.          * cc-script.js: The ID of the list is now given as an argument.

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.91

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24