/[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.66 by wakaba, Mon May 5 06:11:34 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>  2008-05-05  Wakaba  <wakaba@suika.fam.cx>
213    
214          * table-script.js: It is now 0-indexed stead          * table-script.js: It is now 0-indexed stead

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24