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