1 |
|
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Output.pm ($htescape_value): New code. Some methods should |
4 |
|
invoke this code instead of original $htescape, since that |
5 |
|
code will convert invisible characters into HTML tags |
6 |
|
such that that code is not suitable for attribute values |
7 |
|
and CDATA/PCDATA element contents. |
8 |
|
($get_object_path): New. Future revision of this code should |
9 |
|
support real "path" to the node object. The current version |
10 |
|
only dumps the type and the name of the node itself. |
11 |
|
(node_link): Support for non-DOM nodes. |
12 |
|
|
13 |
|
* Result.pm (add_error): Support for non-DOM nodes. |
14 |
|
|
15 |
|
2008-07-27 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* Output.pm (new, input): |input| attribute should always have an input |
18 |
|
object, even though it might be an empty one. |
19 |
|
(add_source_to_parse_error_list): s/shift/shift ()/ to remove |
20 |
|
ambigiousness warning. |
21 |
|
(select): New method. |
22 |
|
(generate_input_section): New method. |
23 |
|
|
24 |
|
2008-07-26 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* Input.pod: New. |
27 |
|
|
28 |
|
* Input.pm (urls, url, add_url): New. Originally handled |
29 |
|
as |$input->{uri}| and |$input->{request_uri}|. |
30 |
|
(get_document and related methods/classes): New. Originally |
31 |
|
part of |cc.cgi|. |
32 |
|
|
33 |
|
* Output.pm (html_header): Link to |cc-script.js|. |
34 |
|
|
35 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* Input.pm: Most human-readable texts are now handled by |
38 |
|
catalog. |
39 |
|
(id_prefix): Support for nested subdocuments. |
40 |
|
|
41 |
|
* Output.pm (start_section, dt, xref): Section/item names and |
42 |
|
link labels are now handled by catalog. |
43 |
|
(load_text_catalog, nl_text): New methods. |
44 |
|
(html_header): Application name is moved to catalog. |
45 |
|
|
46 |
|
* Result.pm (add_error): Important error properties are |
47 |
|
now exposed to client-side script as data-* attributes. |
48 |
|
Labels are now handled by catalog. Error descriptions |
49 |
|
are now taken from catalog as it were. |
50 |
|
|
51 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
* Output.pm (html_header): Application name changed. |
* Output.pm (html_header): Application name changed. |