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