/[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.86 by wakaba, Thu Aug 14 15:50:42 2008 UTC
# Line 1  Line 1 
1    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
2    
3            * cc.cgi: Generate result summary sections for
4            each subdocument.
5    
6            * error-description-source.xml: New entries to
7            support localization of result sections.
8    
9    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
10    
11            * cc-style.css: Support for revised version of result summary
12            section styling.
13    
14    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
15    
16            * cc-style.css: Revised such that subdocument check results
17            do not look stupid and that new class name rules
18            for level-* and layer-* is reflected by icons.
19    
20    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
21    
22            * cc-script.js, cc-style.css: Support for tab styling
23            of subdoc sections.
24    
25            * cc-script.js (onbodyload): Scroll to the pointed
26            element, if possible.
27    
28    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
29    
30            * cc-script.js, cc-style.js: Support for tab styling
31            of the "input" subsections.  Support for the "details"
32            widget.
33    
34    2008-08-10  Wakaba  <wakaba@suika.fam.cx>
35    
36            * cc-script.js: Functions for tabbing are added.
37    
38            * cc-style.css: Tab styling rules are added.
39    
40    2008-07-27  Wakaba  <wakaba@suika.fam.cx>
41    
42            * .htaccess: Files gone.
43    
44            * cc-interface.en.html, cc-todo.txt: Removed.
45    
46            * cc-about.en.html: New document.
47    
48            * cc.cgi: Insert document input section before anything.
49            No check performed if no URL is specified and the
50            input is empty.
51    
52            * error-description-source.xml (WebHACC:Heading): Link
53            to cc-about in place of cc-interface.
54    
55    2008-07-26  Wakaba  <wakaba@suika.fam.cx>
56    
57            * cc.cgi: get_input_document function is now handled
58            by WebHACC::Input classes.  |cc-script| reference
59            is now generated by |html_header| in WebHACC::Output.
60    
61            * error-description-source.xml: Document URL and Request URL
62            are now just "URLs".
63    
64    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
65    
66            * .htaccess: error-description-source.xml is in UTF-8
67            actually.
68    
69            * Makefile: Rule to make Japanese language catalog file
70            is added.
71    
72            * cc-script.js: Line and column numbers are now taken
73            from data-* attributes, not from textContent.
74    
75            * cc.cgi: Tentative support for Japanese/English conneg.
76            (load_text_catalog, get_text): Removed (catalog text selection
77            is now handled by WebHACC::Output).
78    
79            * error-description-source.xml: Catalog entries in new
80            format are added.  Old catalog element is removed.
81    
82            * mkcatalog.pl: Support for non-English languages.
83            Drop support for old catalog element.  Add support
84            for new cat element.
85    
86            * mkdescription.pl: Drop support for old catalog element.
87            Add support for new cat element.
88    
89    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
90    
91            * cc.cgi: Code clean-up.
92    
93    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
94    
95            * cc.cgi: Old commented out code for additional
96            information sections are removed.  They are now
97            implemented as part of |generate_add_info_sections| method.
98    
99    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
100    
101            * cc.cgi (print_table_section): Removed (now part of
102            WebHACC::Language::DOM).
103    
104    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
105    
106            * cc.cgi: Information sections are now handled by WebHACC::Input
107            module.  Input objects for subdocuments now owns their
108            own subclass.
109    
110    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
111    
112            * cc.cgi: Errors and results are now handled by WebHACC::Result.
113            Decode |uri| parameter as UTF-8.  HTTP header dump and
114            input error are now handled by WebHACC::Input.
115    
116    2008-07-20  Wakaba  <wakaba@suika.fam.cx>
117    
118            * cc.cgi: Modularized.
119    
120            * WebHACC/: New directory.
121    
122    2008-07-18  Wakaba  <wakaba@suika.fam.cx>
123    
124            * cc.cgi (print_structure_dump_webidl_section): Use ->idl_text
125            for dummping (Data::Dumper::Dumper no longer used).
126    
127    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
128    
129            * LICENSE: Note on icons/*.png are added.
130    
131            * icons/: New directory.
132    
133            * cc-style.css: Rules for background images on error category
134            are added.
135    
136    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
137    
138            * cc.cgi (print_source_string_section): Use new Message::Charset::Info
139            interface to decode source code, otherwise the Perl native Encode
140            module might decode the source code into different character
141            string with the Info's.
142    
143    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
144    
145            * standards.en.html (requirements): Remove a requirement
146            for an HTML element's allowed context (it is covered by HTML5
147            spec since r1583).
148    
149    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
150    
151            * cc.cgi: Use table object returned by the checker; don't
152            form a table by itself.
153    
154            * table-script.js: Use different coloring for empty data cells.
155    
156            * cc.cgi, table.cgi: Remove table reference for JSON convertion.
157    
158    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
159    
160            * table-script.js: Support for header cell highlighting.
161    
162            * table.cgi: Set |id| to cells; it enables the cell highlighting
163            feature.
164    
165    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
166    
167            * table-script.js: Table header/footer fill started at a
168            wrong point.
169    
170  2008-05-05  Wakaba  <wakaba@suika.fam.cx>  2008-05-05  Wakaba  <wakaba@suika.fam.cx>
171    
172          * 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.86

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24