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