/[pub]/test/html-webhacc/ChangeLog
Suika

Diff of /test/html-webhacc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.79 by wakaba, Mon Jul 21 12:56:33 2008 UTC revision 1.102 by wakaba, Sat Aug 30 16:10:07 2008 UTC
# Line 1  Line 1 
1    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
2    
3            * error-description-source.xml: Descriptions for new error
4            types are added.
5    
6    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
7    
8            * cc-style.css: Rule for empty |mark| elements is added.
9    
10            * error-description-source.xml: Error message for
11            unknown address type error is updated.
12    
13    2008-08-29  Wakaba  <wakaba@suika.fam.cx>
14    
15            * error-description-source.xml: Error types added for IMTChecker.
16    
17    2008-08-22  Wakaba  <wakaba@suika.fam.cx>
18    
19            * error-description-source.xml: More l10n.
20    
21            * mkdescription.pl: Fallback <html:title> to xml:lang=en's one.
22    
23    2008-08-22  Wakaba  <wakaba@suika.fam.cx>
24    
25            * error-description-source.xml: Localize "no more information"
26            message.
27    
28    2008-08-17  Wakaba  <wakaba@suika.fam.cx>
29    
30            * cc-about.en.html: Author section added.
31    
32            * cc.cgi: |text/x-h2h| added.
33    
34    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
35    
36            * Makefile: Generate Japanese version of error description document.
37    
38            * cc-script.js, cc-style.css: Support for help popup.
39    
40            * error-description-source.xml: Descriptions are added
41            to the description of WebHACC itself and descriptions
42            of error levels.  Old error level table is removed.
43    
44            * mkdescription.pl: Assume the second argument is
45            the language.  Support for d:cat/d:desc.
46    
47    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
48    
49            * error-description-source.xml: Error for CSS cursor: hand
50            is added.
51    
52    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
53    
54            * cc-script.js: Support for #index- fragment identifiers.
55    
56            * cc-style.css: Prety styling for reformatted sources.
57            Support for new version of manifest dump sections.
58    
59            * error-description-source.xml: Support for Whatpm::CacheManifest,
60            Whatpm::CSS::SelectorsParser, Whatpm::CSS::MediaQueryParser,
61            and Whatpm::CSS::Parser errors.  Support for l10n of cache
62            manifest dump sections.
63    
64    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
65    
66            * cc-style.css: Set min/max width/height such that tab content
67            is accessible even when stupid size of window is used.
68    
69    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
70    
71            * cc-script.js (_showTab): Show the tab button of the selected
72            tab.
73    
74            * cc-script.css (nav): Show scrollbar if there are too many
75            tabs.
76    
77            * cc.cgi: Reset |$output->input| even if |$input->{s}| is undef (i.e.
78            imlementation error case).
79    
80    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
81    
82            * error-description-source.xml: Error entries for
83            Whatpm::URIChecker and Whatpm::LangTag error types
84            are added.
85    
86    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
87    
88            * error-description-source.xml: Error entries
89            for Whatpm::RDFXML errors are addded.  Missing entries
90            for Whatpm::HTMLTable errors are added.
91    
92    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
93    
94            * error-description-source.xml: Missing entries for
95            Whatpm::ContentChecker::Atom errors are added.
96    
97    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
98    
99            * error-description-source.xml: Missing entries for
100            Whatpm::ContentChecker and Whatpm::ContentChecker::HTML
101            error types are added.  Error entries used by these
102            modules are marked as such.
103    
104    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
105    
106            * error-description-source.xml: Missing entries for Whatpm::HTML
107            error types are added.  Error entries used by Whatpm::HTML
108            are marked as "HTML::Parser".
109    
110    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
111    
112            * cc-style.css: Add icons to links and headings of error sections.
113            Use standard "uncertain" color for level-u errors.  "No error found"
114            messages are now handled by catalog, not by CSS presentation.
115            The result paragraph saying that the conformance is unknown
116            should be bordered as uncertain error messages are.
117    
118            * error-description-source.xml: New message entries
119            for not-translated-yet messages.  Distinguish result table's
120            layer names from other similar texts.
121    
122    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
123    
124            * cc.cgi: Generate result summary sections for
125            each subdocument.
126    
127            * error-description-source.xml: New entries to
128            support localization of result sections.
129    
130    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
131    
132            * cc-style.css: Support for revised version of result summary
133            section styling.
134    
135    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
136    
137            * cc-style.css: Revised such that subdocument check results
138            do not look stupid and that new class name rules
139            for level-* and layer-* is reflected by icons.
140    
141    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
142    
143            * cc-script.js, cc-style.css: Support for tab styling
144            of subdoc sections.
145    
146            * cc-script.js (onbodyload): Scroll to the pointed
147            element, if possible.
148    
149    2008-08-14  Wakaba  <wakaba@suika.fam.cx>
150    
151            * cc-script.js, cc-style.js: Support for tab styling
152            of the "input" subsections.  Support for the "details"
153            widget.
154    
155    2008-08-10  Wakaba  <wakaba@suika.fam.cx>
156    
157            * cc-script.js: Functions for tabbing are added.
158    
159            * cc-style.css: Tab styling rules are added.
160    
161    2008-07-27  Wakaba  <wakaba@suika.fam.cx>
162    
163            * .htaccess: Files gone.
164    
165            * cc-interface.en.html, cc-todo.txt: Removed.
166    
167            * cc-about.en.html: New document.
168    
169            * cc.cgi: Insert document input section before anything.
170            No check performed if no URL is specified and the
171            input is empty.
172    
173            * error-description-source.xml (WebHACC:Heading): Link
174            to cc-about in place of cc-interface.
175    
176    2008-07-26  Wakaba  <wakaba@suika.fam.cx>
177    
178            * cc.cgi: get_input_document function is now handled
179            by WebHACC::Input classes.  |cc-script| reference
180            is now generated by |html_header| in WebHACC::Output.
181    
182            * error-description-source.xml: Document URL and Request URL
183            are now just "URLs".
184    
185  2008-07-21  Wakaba  <wakaba@suika.fam.cx>  2008-07-21  Wakaba  <wakaba@suika.fam.cx>
186    
187          * .htaccess: error-description-source.xml is in UTF-8          * .htaccess: error-description-source.xml is in UTF-8

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.102

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24