/[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.68 by wakaba, Tue May 6 07:50:28 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>  2008-05-06  Wakaba  <wakaba@suika.fam.cx>
195    
196          * table-script.js: Support for header cell highlighting.          * table-script.js: Support for header cell highlighting.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24