| 1 |
|
2008-08-10 Wakaba <[email protected]> |
| 2 |
|
|
| 3 |
|
* Output.pm (html_header, start_section): Generate |
| 4 |
|
script elements for tab styling. |
| 5 |
|
|
| 6 |
|
* Result.pm: Link to error list section of transfer-protocol-level |
| 7 |
|
errors. |
| 8 |
|
|
| 9 |
|
2008-08-02 Wakaba <[email protected]> |
| 10 |
|
|
| 11 |
|
* Output.pm ($htescape_value): New code. Some methods should |
| 12 |
|
invoke this code instead of original $htescape, since that |
| 13 |
|
code will convert invisible characters into HTML tags |
| 14 |
|
such that that code is not suitable for attribute values |
| 15 |
|
and CDATA/PCDATA element contents. |
| 16 |
|
($get_object_path): New. Future revision of this code should |
| 17 |
|
support real "path" to the node object. The current version |
| 18 |
|
only dumps the type and the name of the node itself. |
| 19 |
|
(node_link): Support for non-DOM nodes. |
| 20 |
|
|
| 21 |
|
* Result.pm (add_error): Support for non-DOM nodes. |
| 22 |
|
|
| 23 |
|
2008-07-27 Wakaba <[email protected]> |
| 24 |
|
|
| 25 |
|
* Output.pm (new, input): |input| attribute should always have an input |
| 26 |
|
object, even though it might be an empty one. |
| 27 |
|
(add_source_to_parse_error_list): s/shift/shift ()/ to remove |
| 28 |
|
ambigiousness warning. |
| 29 |
|
(select): New method. |
| 30 |
|
(generate_input_section): New method. |
| 31 |
|
|
| 32 |
|
2008-07-26 Wakaba <[email protected]> |
| 33 |
|
|
| 34 |
|
* Input.pod: New. |
| 35 |
|
|
| 36 |
|
* Input.pm (urls, url, add_url): New. Originally handled |
| 37 |
|
as |$input->{uri}| and |$input->{request_uri}|. |
| 38 |
|
(get_document and related methods/classes): New. Originally |
| 39 |
|
part of |cc.cgi|. |
| 40 |
|
|
| 41 |
|
* Output.pm (html_header): Link to |cc-script.js|. |
| 42 |
|
|
| 43 |
2008-07-21 Wakaba <[email protected]> |
2008-07-21 Wakaba <[email protected]> |
| 44 |
|
|
| 45 |
* Input.pm: Most human-readable texts are now handled by |
* Input.pm: Most human-readable texts are now handled by |