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