1 |
|
2008-07-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* cc.cgi: get_input_document function is now handled |
4 |
|
by WebHACC::Input classes. |cc-script| reference |
5 |
|
is now generated by |html_header| in WebHACC::Output. |
6 |
|
|
7 |
|
* error-description-source.xml: Document URL and Request URL |
8 |
|
are now just "URLs". |
9 |
|
|
10 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* .htaccess: error-description-source.xml is in UTF-8 |
13 |
|
actually. |
14 |
|
|
15 |
|
* Makefile: Rule to make Japanese language catalog file |
16 |
|
is added. |
17 |
|
|
18 |
|
* cc-script.js: Line and column numbers are now taken |
19 |
|
from data-* attributes, not from textContent. |
20 |
|
|
21 |
|
* cc.cgi: Tentative support for Japanese/English conneg. |
22 |
|
(load_text_catalog, get_text): Removed (catalog text selection |
23 |
|
is now handled by WebHACC::Output). |
24 |
|
|
25 |
|
* error-description-source.xml: Catalog entries in new |
26 |
|
format are added. Old catalog element is removed. |
27 |
|
|
28 |
|
* mkcatalog.pl: Support for non-English languages. |
29 |
|
Drop support for old catalog element. Add support |
30 |
|
for new cat element. |
31 |
|
|
32 |
|
* mkdescription.pl: Drop support for old catalog element. |
33 |
|
Add support for new cat element. |
34 |
|
|
35 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* cc.cgi: Code clean-up. |
38 |
|
|
39 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* cc.cgi: Old commented out code for additional |
42 |
|
information sections are removed. They are now |
43 |
|
implemented as part of |generate_add_info_sections| method. |
44 |
|
|
45 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* cc.cgi (print_table_section): Removed (now part of |
48 |
|
WebHACC::Language::DOM). |
49 |
|
|
50 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* cc.cgi: Information sections are now handled by WebHACC::Input |
53 |
|
module. Input objects for subdocuments now owns their |
54 |
|
own subclass. |
55 |
|
|
56 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* cc.cgi: Errors and results are now handled by WebHACC::Result. |
59 |
|
Decode |uri| parameter as UTF-8. HTTP header dump and |
60 |
|
input error are now handled by WebHACC::Input. |
61 |
|
|
62 |
|
2008-07-20 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* cc.cgi: Modularized. |
65 |
|
|
66 |
|
* WebHACC/: New directory. |
67 |
|
|
68 |
|
2008-07-18 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* cc.cgi (print_structure_dump_webidl_section): Use ->idl_text |
71 |
|
for dummping (Data::Dumper::Dumper no longer used). |
72 |
|
|
73 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* LICENSE: Note on icons/*.png are added. |
76 |
|
|
77 |
|
* icons/: New directory. |
78 |
|
|
79 |
|
* cc-style.css: Rules for background images on error category |
80 |
|
are added. |
81 |
|
|
82 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* cc.cgi (print_source_string_section): Use new Message::Charset::Info |
85 |
|
interface to decode source code, otherwise the Perl native Encode |
86 |
|
module might decode the source code into different character |
87 |
|
string with the Info's. |
88 |
|
|
89 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* standards.en.html (requirements): Remove a requirement |
92 |
|
for an HTML element's allowed context (it is covered by HTML5 |
93 |
|
spec since r1583). |
94 |
|
|
95 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* cc.cgi: Use table object returned by the checker; don't |
98 |
|
form a table by itself. |
99 |
|
|
100 |
|
* table-script.js: Use different coloring for empty data cells. |
101 |
|
|
102 |
|
* cc.cgi, table.cgi: Remove table reference for JSON convertion. |
103 |
|
|
104 |
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
* table-script.js: Support for header cell highlighting. |
* table-script.js: Support for header cell highlighting. |