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> |
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
* cc.cgi: Use table object returned by the checker; don't |
* cc.cgi: Use table object returned by the checker; don't |