1 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* cc.cgi: Generate result summary sections for |
4 |
|
each subdocument. |
5 |
|
|
6 |
|
* error-description-source.xml: New entries to |
7 |
|
support localization of result sections. |
8 |
|
|
9 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* cc-style.css: Support for revised version of result summary |
12 |
|
section styling. |
13 |
|
|
14 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* cc-style.css: Revised such that subdocument check results |
17 |
|
do not look stupid and that new class name rules |
18 |
|
for level-* and layer-* is reflected by icons. |
19 |
|
|
20 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* cc-script.js, cc-style.css: Support for tab styling |
23 |
|
of subdoc sections. |
24 |
|
|
25 |
|
* cc-script.js (onbodyload): Scroll to the pointed |
26 |
|
element, if possible. |
27 |
|
|
28 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* cc-script.js, cc-style.js: Support for tab styling |
31 |
|
of the "input" subsections. Support for the "details" |
32 |
|
widget. |
33 |
|
|
34 |
|
2008-08-10 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* cc-script.js: Functions for tabbing are added. |
37 |
|
|
38 |
|
* cc-style.css: Tab styling rules are added. |
39 |
|
|
40 |
|
2008-07-27 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* .htaccess: Files gone. |
43 |
|
|
44 |
|
* cc-interface.en.html, cc-todo.txt: Removed. |
45 |
|
|
46 |
|
* cc-about.en.html: New document. |
47 |
|
|
48 |
|
* cc.cgi: Insert document input section before anything. |
49 |
|
No check performed if no URL is specified and the |
50 |
|
input is empty. |
51 |
|
|
52 |
|
* error-description-source.xml (WebHACC:Heading): Link |
53 |
|
to cc-about in place of cc-interface. |
54 |
|
|
55 |
|
2008-07-26 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* cc.cgi: get_input_document function is now handled |
58 |
|
by WebHACC::Input classes. |cc-script| reference |
59 |
|
is now generated by |html_header| in WebHACC::Output. |
60 |
|
|
61 |
|
* error-description-source.xml: Document URL and Request URL |
62 |
|
are now just "URLs". |
63 |
|
|
64 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* .htaccess: error-description-source.xml is in UTF-8 |
67 |
|
actually. |
68 |
|
|
69 |
|
* Makefile: Rule to make Japanese language catalog file |
70 |
|
is added. |
71 |
|
|
72 |
|
* cc-script.js: Line and column numbers are now taken |
73 |
|
from data-* attributes, not from textContent. |
74 |
|
|
75 |
|
* cc.cgi: Tentative support for Japanese/English conneg. |
76 |
|
(load_text_catalog, get_text): Removed (catalog text selection |
77 |
|
is now handled by WebHACC::Output). |
78 |
|
|
79 |
|
* error-description-source.xml: Catalog entries in new |
80 |
|
format are added. Old catalog element is removed. |
81 |
|
|
82 |
|
* mkcatalog.pl: Support for non-English languages. |
83 |
|
Drop support for old catalog element. Add support |
84 |
|
for new cat element. |
85 |
|
|
86 |
|
* mkdescription.pl: Drop support for old catalog element. |
87 |
|
Add support for new cat element. |
88 |
|
|
89 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
* cc.cgi: Code clean-up. |
* cc.cgi: Code clean-up. |