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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24