1 |
wakaba |
1.2 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
wakaba |
1.4 |
* 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 |
wakaba |
1.3 |
* 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 |
wakaba |
1.2 |
* Input.pm (generate_transfer_sections, generate_http_header_section): |
29 |
|
|
New (partially comes from cc.cgi). |
30 |
|
|
|
31 |
|
|
* Output.pm (link): Call |start_tag| such that attributes |
32 |
|
|
can be set. |
33 |
|
|
(link_to_webhacc): New. |
34 |
|
|
(encode_url_component): From WebHACC::Language::Base. |
35 |
|
|
|
36 |
|
|
* Result.pm: Support for error outputting and result table |
37 |
|
|
generation. |
38 |
|
|
|
39 |
wakaba |
1.1 |
2008-07-20 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
|
41 |
|
|
* ChangeLog: New file. |
42 |
|
|
|
43 |
|
|
* Input.pm, Output.pm, Result.pm: New modules. |
44 |
|
|
|
45 |
|
|
* Langauge/: New directory. |
46 |
|
|
|
47 |
|
|
|