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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.12 - (show annotations) (download)
Sun Aug 10 11:49:43 2008 UTC (16 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.11: +8 -0 lines
++ ChangeLog	10 Aug 2008 11:48:40 -0000
2008-08-10  Wakaba  <wakaba@suika.fam.cx>

	* cc-script.js: Functions for tabbing are added.

	* cc-style.css: Tab styling rules are added.

++ html/WebHACC/ChangeLog	10 Aug 2008 11:49:39 -0000
2008-08-10  Wakaba  <wakaba@suika.fam.cx>

	* Output.pm (html_header, start_section): Generate
	script elements for tab styling.

	* Result.pm: Link to error list section of transfer-protocol-level
	errors.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24