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