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