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

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.81

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24