1 |
wakaba |
1.2 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
wakaba |
1.6 |
* Input.pm (full_subdocument_index): New method, for the |
4 |
|
|
support of hierarchical subdocument numbers. |
5 |
|
|
(start_section): Use hierarhical subdocument numbers for |
6 |
|
|
section headings. |
7 |
|
|
|
8 |
|
|
* Output.pm (http_header, http_error, html_header): New methods. |
9 |
|
|
|
10 |
|
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
|
12 |
wakaba |
1.5 |
* Output.pm (start_section, end_section): "role" option |
13 |
|
|
implemented. Automatical rank setting implemented. |
14 |
|
|
(start_error_list, end_error_list): New. |
15 |
|
|
(add_source_to_parse_error_list): New. |
16 |
|
|
|
17 |
|
|
* Result.pm: "Unknown location" message text changed. |
18 |
|
|
|
19 |
|
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
|
21 |
wakaba |
1.4 |
* Result.pm (add_label): Output error-level description |
22 |
|
|
text before the description of the error itself, which |
23 |
|
|
is originally coded in get_error_level_label, which in turn |
24 |
|
|
comes from cc.cgi at first. |
25 |
|
|
(get_error_level_label): Removed. |
26 |
|
|
|
27 |
|
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
|
29 |
wakaba |
1.3 |
* Input.pm: A new subclass for subdocuments are added. |
30 |
|
|
Methods for information sections are added (from cc.cgi). |
31 |
|
|
|
32 |
|
|
* Output.pm (code): Support for attributes. |
33 |
|
|
(script, dt): New methods. |
34 |
|
|
(node_link): New method (from get_node_link in WebHACC::Result, |
35 |
|
|
which comes from cc.cgi). |
36 |
|
|
|
37 |
|
|
* Result.pm (add_error): Show some text even if no location |
38 |
|
|
infomration is available. Use input object, if available, |
39 |
|
|
as fallback for location information. |
40 |
|
|
(get_error_label, get_node_path, get_node_link): Removed. |
41 |
|
|
The first method is no longer used. The latters are now |
42 |
|
|
supported as |node_link| method in WebHACC::Output. |
43 |
|
|
|
44 |
|
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
|
46 |
wakaba |
1.2 |
* Input.pm (generate_transfer_sections, generate_http_header_section): |
47 |
|
|
New (partially comes from cc.cgi). |
48 |
|
|
|
49 |
|
|
* Output.pm (link): Call |start_tag| such that attributes |
50 |
|
|
can be set. |
51 |
|
|
(link_to_webhacc): New. |
52 |
|
|
(encode_url_component): From WebHACC::Language::Base. |
53 |
|
|
|
54 |
|
|
* Result.pm: Support for error outputting and result table |
55 |
|
|
generation. |
56 |
|
|
|
57 |
wakaba |
1.1 |
2008-07-20 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
|
59 |
|
|
* ChangeLog: New file. |
60 |
|
|
|
61 |
|
|
* Input.pm, Output.pm, Result.pm: New modules. |
62 |
|
|
|
63 |
|
|
* Langauge/: New directory. |
64 |
|
|
|
65 |
|
|
|