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