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