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

Diff of /test/html-webhacc/ChangeLog

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

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

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.95

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24