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