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

Contents of /test/html-webhacc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.81 - (hide annotations) (download)
Sun Jul 27 10:33:45 2008 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.80: +15 -0 lines
++ ChangeLog	27 Jul 2008 10:33:38 -0000
2008-07-27  Wakaba  <wakaba@suika.fam.cx>

	* .htaccess: Files gone.

	* cc-interface.en.html, cc-todo.txt: Removed.

	* cc-about.en.html: New document.

	* cc.cgi: Insert document input section before anything.
	No check performed if no URL is specified and the
	input is empty.

	* error-description-source.xml (WebHACC:Heading): Link
	to cc-about in place of cc-interface.

++ html/WebHACC/Language/ChangeLog	27 Jul 2008 10:31:14 -0000
2008-07-27  Wakaba  <wakaba@suika.fam.cx>

	* CSS.pm (generate_structure_dump_section): Role name was wrong.

++ html/WebHACC/ChangeLog	27 Jul 2008 10:30:52 -0000
2008-07-27  Wakaba  <wakaba@suika.fam.cx>

	* Output.pm (new, input): |input| attribute should always have an input
	object, even though it might be an empty one.
	(add_source_to_parse_error_list): s/shift/shift ()/ to remove
	ambigiousness warning.
	(select): New method.
	(generate_input_section): New method.

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