1 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* error-description-source.xml: Missing entries for |
4 |
|
Whatpm::ContentChecker::Atom errors are added. |
5 |
|
|
6 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* error-description-source.xml: Missing entries for |
9 |
|
Whatpm::ContentChecker and Whatpm::ContentChecker::HTML |
10 |
|
error types are added. Error entries used by these |
11 |
|
modules are marked as such. |
12 |
|
|
13 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* error-description-source.xml: Missing entries for Whatpm::HTML |
16 |
|
error types are added. Error entries used by Whatpm::HTML |
17 |
|
are marked as "HTML::Parser". |
18 |
|
|
19 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* cc-style.css: Add icons to links and headings of error sections. |
22 |
|
Use standard "uncertain" color for level-u errors. "No error found" |
23 |
|
messages are now handled by catalog, not by CSS presentation. |
24 |
|
The result paragraph saying that the conformance is unknown |
25 |
|
should be bordered as uncertain error messages are. |
26 |
|
|
27 |
|
* error-description-source.xml: New message entries |
28 |
|
for not-translated-yet messages. Distinguish result table's |
29 |
|
layer names from other similar texts. |
30 |
|
|
31 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* cc.cgi: Generate result summary sections for |
34 |
|
each subdocument. |
35 |
|
|
36 |
|
* error-description-source.xml: New entries to |
37 |
|
support localization of result sections. |
38 |
|
|
39 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* cc-style.css: Support for revised version of result summary |
42 |
|
section styling. |
43 |
|
|
44 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* cc-style.css: Revised such that subdocument check results |
47 |
|
do not look stupid and that new class name rules |
48 |
|
for level-* and layer-* is reflected by icons. |
49 |
|
|
50 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* cc-script.js, cc-style.css: Support for tab styling |
53 |
|
of subdoc sections. |
54 |
|
|
55 |
|
* cc-script.js (onbodyload): Scroll to the pointed |
56 |
|
element, if possible. |
57 |
|
|
58 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* cc-script.js, cc-style.js: Support for tab styling |
61 |
|
of the "input" subsections. Support for the "details" |
62 |
|
widget. |
63 |
|
|
64 |
|
2008-08-10 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* cc-script.js: Functions for tabbing are added. |
67 |
|
|
68 |
|
* cc-style.css: Tab styling rules are added. |
69 |
|
|
70 |
|
2008-07-27 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* .htaccess: Files gone. |
73 |
|
|
74 |
|
* cc-interface.en.html, cc-todo.txt: Removed. |
75 |
|
|
76 |
|
* cc-about.en.html: New document. |
77 |
|
|
78 |
|
* cc.cgi: Insert document input section before anything. |
79 |
|
No check performed if no URL is specified and the |
80 |
|
input is empty. |
81 |
|
|
82 |
|
* error-description-source.xml (WebHACC:Heading): Link |
83 |
|
to cc-about in place of cc-interface. |
84 |
|
|
85 |
|
2008-07-26 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* cc.cgi: get_input_document function is now handled |
88 |
|
by WebHACC::Input classes. |cc-script| reference |
89 |
|
is now generated by |html_header| in WebHACC::Output. |
90 |
|
|
91 |
|
* error-description-source.xml: Document URL and Request URL |
92 |
|
are now just "URLs". |
93 |
|
|
94 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* .htaccess: error-description-source.xml is in UTF-8 |
97 |
|
actually. |
98 |
|
|
99 |
|
* Makefile: Rule to make Japanese language catalog file |
100 |
|
is added. |
101 |
|
|
102 |
|
* cc-script.js: Line and column numbers are now taken |
103 |
|
from data-* attributes, not from textContent. |
104 |
|
|
105 |
|
* cc.cgi: Tentative support for Japanese/English conneg. |
106 |
|
(load_text_catalog, get_text): Removed (catalog text selection |
107 |
|
is now handled by WebHACC::Output). |
108 |
|
|
109 |
|
* error-description-source.xml: Catalog entries in new |
110 |
|
format are added. Old catalog element is removed. |
111 |
|
|
112 |
|
* mkcatalog.pl: Support for non-English languages. |
113 |
|
Drop support for old catalog element. Add support |
114 |
|
for new cat element. |
115 |
|
|
116 |
|
* mkdescription.pl: Drop support for old catalog element. |
117 |
|
Add support for new cat element. |
118 |
|
|
119 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* cc.cgi: Code clean-up. |
122 |
|
|
123 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
* cc.cgi: Old commented out code for additional |
* cc.cgi: Old commented out code for additional |