1 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Result.pm (add_label): Output error-level description |
4 |
|
text before the description of the error itself, which |
5 |
|
is originally coded in get_error_level_label, which in turn |
6 |
|
comes from cc.cgi at first. |
7 |
|
(get_error_level_label): Removed. |
8 |
|
|
9 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Input.pm: A new subclass for subdocuments are added. |
12 |
|
Methods for information sections are added (from cc.cgi). |
13 |
|
|
14 |
|
* Output.pm (code): Support for attributes. |
15 |
|
(script, dt): New methods. |
16 |
|
(node_link): New method (from get_node_link in WebHACC::Result, |
17 |
|
which comes from cc.cgi). |
18 |
|
|
19 |
|
* Result.pm (add_error): Show some text even if no location |
20 |
|
infomration is available. Use input object, if available, |
21 |
|
as fallback for location information. |
22 |
|
(get_error_label, get_node_path, get_node_link): Removed. |
23 |
|
The first method is no longer used. The latters are now |
24 |
|
supported as |node_link| method in WebHACC::Output. |
25 |
|
|
26 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
* Input.pm (generate_transfer_sections, generate_http_header_section): |
* Input.pm (generate_transfer_sections, generate_http_header_section): |
29 |
New (partially comes from cc.cgi). |
New (partially comes from cc.cgi). |
30 |
|
|