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

Contents of /test/html-webhacc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.83 - (hide annotations) (download)
Thu Aug 14 07:19:44 2008 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.82: +6 -0 lines
++ ChangeLog	14 Aug 2008 07:18:47 -0000
2008-08-14  Wakaba  <wakaba@suika.fam.cx>

	* cc-script.js, cc-style.js: Support for tab styling
	of the "input" subsections.  Support for the "details"
	widget.

++ html/WebHACC/Language/ChangeLog	14 Aug 2008 07:19:38 -0000
2008-08-14  Wakaba  <wakaba@suika.fam.cx>

	* CacheManifest.pm: Compile errors fixed.

++ html/WebHACC/ChangeLog	14 Aug 2008 07:19:14 -0000
2008-08-14  Wakaba  <wakaba@suika.fam.cx>

	* Output.pm: Support for inner tabs for "input" subsections.
	Improved support for "details" widget.

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