1 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Output.pm (html_header): Application name changed. |
4 |
|
|
5 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* Input.pm (full_subdocument_index): New method, for the |
8 |
|
support of hierarchical subdocument numbers. |
9 |
|
(start_section): Use hierarhical subdocument numbers for |
10 |
|
section headings. |
11 |
|
|
12 |
|
* Output.pm (http_header, http_error, html_header): New methods. |
13 |
|
|
14 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* Output.pm (start_section, end_section): "role" option |
17 |
|
implemented. Automatical rank setting implemented. |
18 |
|
(start_error_list, end_error_list): New. |
19 |
|
(add_source_to_parse_error_list): New. |
20 |
|
|
21 |
|
* Result.pm: "Unknown location" message text changed. |
22 |
|
|
23 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* Result.pm (add_label): Output error-level description |
26 |
|
text before the description of the error itself, which |
27 |
|
is originally coded in get_error_level_label, which in turn |
28 |
|
comes from cc.cgi at first. |
29 |
|
(get_error_level_label): Removed. |
30 |
|
|
31 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* Input.pm: A new subclass for subdocuments are added. |
34 |
|
Methods for information sections are added (from cc.cgi). |
35 |
|
|
36 |
|
* Output.pm (code): Support for attributes. |
37 |
|
(script, dt): New methods. |
38 |
|
(node_link): New method (from get_node_link in WebHACC::Result, |
39 |
|
which comes from cc.cgi). |
40 |
|
|
41 |
|
* Result.pm (add_error): Show some text even if no location |
42 |
|
infomration is available. Use input object, if available, |
43 |
|
as fallback for location information. |
44 |
|
(get_error_label, get_node_path, get_node_link): Removed. |
45 |
|
The first method is no longer used. The latters are now |
46 |
|
supported as |node_link| method in WebHACC::Output. |
47 |
|
|
48 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
* Input.pm (generate_transfer_sections, generate_http_header_section): |
* Input.pm (generate_transfer_sections, generate_http_header_section): |
51 |
New (partially comes from cc.cgi). |
New (partially comes from cc.cgi). |
52 |
|
|