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

Contents of /test/html-webhacc/WebHACC/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.11 - (hide annotations) (download)
Sat Aug 2 06:07:11 2008 UTC (16 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.10: +14 -0 lines
++ html/WebHACC/Language/ChangeLog	2 Aug 2008 06:07:07 -0000
2008-08-02  Wakaba  <wakaba@suika.fam.cx>

	* WebIDL.pm (generate_structure_error_section): New method.

++ html/WebHACC/ChangeLog	2 Aug 2008 06:06:40 -0000
2008-08-02  Wakaba  <wakaba@suika.fam.cx>

	* Output.pm ($htescape_value): New code.  Some methods should
	invoke this code instead of original $htescape, since that
	code will convert invisible characters into HTML tags
	such that that code is not suitable for attribute values
	and CDATA/PCDATA element contents.
	($get_object_path): New.  Future revision of this code should
	support real "path" to the node object.  The current version
	only dumps the type and the name of the node itself.
	(node_link): Support for non-DOM nodes.

	* Result.pm (add_error): Support for non-DOM nodes.

1 wakaba 1.11 2008-08-02 Wakaba <wakaba@suika.fam.cx>
2    
3     * Output.pm ($htescape_value): New code. Some methods should
4     invoke this code instead of original $htescape, since that
5     code will convert invisible characters into HTML tags
6     such that that code is not suitable for attribute values
7     and CDATA/PCDATA element contents.
8     ($get_object_path): New. Future revision of this code should
9     support real "path" to the node object. The current version
10     only dumps the type and the name of the node itself.
11     (node_link): Support for non-DOM nodes.
12    
13     * Result.pm (add_error): Support for non-DOM nodes.
14    
15 wakaba 1.10 2008-07-27 Wakaba <wakaba@suika.fam.cx>
16    
17     * Output.pm (new, input): |input| attribute should always have an input
18     object, even though it might be an empty one.
19     (add_source_to_parse_error_list): s/shift/shift ()/ to remove
20     ambigiousness warning.
21     (select): New method.
22     (generate_input_section): New method.
23    
24 wakaba 1.9 2008-07-26 Wakaba <wakaba@suika.fam.cx>
25    
26     * Input.pod: New.
27    
28     * Input.pm (urls, url, add_url): New. Originally handled
29     as |$input->{uri}| and |$input->{request_uri}|.
30     (get_document and related methods/classes): New. Originally
31     part of |cc.cgi|.
32    
33     * Output.pm (html_header): Link to |cc-script.js|.
34    
35 wakaba 1.2 2008-07-21 Wakaba <wakaba@suika.fam.cx>
36    
37 wakaba 1.8 * Input.pm: Most human-readable texts are now handled by
38     catalog.
39     (id_prefix): Support for nested subdocuments.
40    
41     * Output.pm (start_section, dt, xref): Section/item names and
42     link labels are now handled by catalog.
43     (load_text_catalog, nl_text): New methods.
44     (html_header): Application name is moved to catalog.
45    
46     * Result.pm (add_error): Important error properties are
47     now exposed to client-side script as data-* attributes.
48     Labels are now handled by catalog. Error descriptions
49     are now taken from catalog as it were.
50    
51     2008-07-21 Wakaba <wakaba@suika.fam.cx>
52    
53 wakaba 1.7 * Output.pm (html_header): Application name changed.
54    
55     2008-07-21 Wakaba <wakaba@suika.fam.cx>
56    
57 wakaba 1.6 * Input.pm (full_subdocument_index): New method, for the
58     support of hierarchical subdocument numbers.
59     (start_section): Use hierarhical subdocument numbers for
60     section headings.
61    
62     * Output.pm (http_header, http_error, html_header): New methods.
63    
64     2008-07-21 Wakaba <wakaba@suika.fam.cx>
65    
66 wakaba 1.5 * Output.pm (start_section, end_section): "role" option
67     implemented. Automatical rank setting implemented.
68     (start_error_list, end_error_list): New.
69     (add_source_to_parse_error_list): New.
70    
71     * Result.pm: "Unknown location" message text changed.
72    
73     2008-07-21 Wakaba <wakaba@suika.fam.cx>
74    
75 wakaba 1.4 * Result.pm (add_label): Output error-level description
76     text before the description of the error itself, which
77     is originally coded in get_error_level_label, which in turn
78     comes from cc.cgi at first.
79     (get_error_level_label): Removed.
80    
81     2008-07-21 Wakaba <wakaba@suika.fam.cx>
82    
83 wakaba 1.3 * Input.pm: A new subclass for subdocuments are added.
84     Methods for information sections are added (from cc.cgi).
85    
86     * Output.pm (code): Support for attributes.
87     (script, dt): New methods.
88     (node_link): New method (from get_node_link in WebHACC::Result,
89     which comes from cc.cgi).
90    
91     * Result.pm (add_error): Show some text even if no location
92     infomration is available. Use input object, if available,
93     as fallback for location information.
94     (get_error_label, get_node_path, get_node_link): Removed.
95     The first method is no longer used. The latters are now
96     supported as |node_link| method in WebHACC::Output.
97    
98     2008-07-21 Wakaba <wakaba@suika.fam.cx>
99    
100 wakaba 1.2 * Input.pm (generate_transfer_sections, generate_http_header_section):
101     New (partially comes from cc.cgi).
102    
103     * Output.pm (link): Call |start_tag| such that attributes
104     can be set.
105     (link_to_webhacc): New.
106     (encode_url_component): From WebHACC::Language::Base.
107    
108     * Result.pm: Support for error outputting and result table
109     generation.
110    
111 wakaba 1.1 2008-07-20 Wakaba <wakaba@suika.fam.cx>
112    
113     * ChangeLog: New file.
114    
115     * Input.pm, Output.pm, Result.pm: New modules.
116    
117     * Langauge/: New directory.
118    
119    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24