1 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Output.pm: Support for inner tabs for "input" subsections. |
4 |
|
Improved support for "details" widget. |
5 |
|
|
6 |
|
2008-08-10 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Output.pm (html_header, start_section): Generate |
9 |
|
script elements for tab styling. |
10 |
|
|
11 |
|
* Result.pm: Link to error list section of transfer-protocol-level |
12 |
|
errors. |
13 |
|
|
14 |
|
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* Output.pm ($htescape_value): New code. Some methods should |
17 |
|
invoke this code instead of original $htescape, since that |
18 |
|
code will convert invisible characters into HTML tags |
19 |
|
such that that code is not suitable for attribute values |
20 |
|
and CDATA/PCDATA element contents. |
21 |
|
($get_object_path): New. Future revision of this code should |
22 |
|
support real "path" to the node object. The current version |
23 |
|
only dumps the type and the name of the node itself. |
24 |
|
(node_link): Support for non-DOM nodes. |
25 |
|
|
26 |
|
* Result.pm (add_error): Support for non-DOM nodes. |
27 |
|
|
28 |
|
2008-07-27 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* Output.pm (new, input): |input| attribute should always have an input |
31 |
|
object, even though it might be an empty one. |
32 |
|
(add_source_to_parse_error_list): s/shift/shift ()/ to remove |
33 |
|
ambigiousness warning. |
34 |
|
(select): New method. |
35 |
|
(generate_input_section): New method. |
36 |
|
|
37 |
|
2008-07-26 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* Input.pod: New. |
40 |
|
|
41 |
|
* Input.pm (urls, url, add_url): New. Originally handled |
42 |
|
as |$input->{uri}| and |$input->{request_uri}|. |
43 |
|
(get_document and related methods/classes): New. Originally |
44 |
|
part of |cc.cgi|. |
45 |
|
|
46 |
|
* Output.pm (html_header): Link to |cc-script.js|. |
47 |
|
|
48 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* Input.pm: Most human-readable texts are now handled by |
51 |
|
catalog. |
52 |
|
(id_prefix): Support for nested subdocuments. |
53 |
|
|
54 |
|
* Output.pm (start_section, dt, xref): Section/item names and |
55 |
|
link labels are now handled by catalog. |
56 |
|
(load_text_catalog, nl_text): New methods. |
57 |
|
(html_header): Application name is moved to catalog. |
58 |
|
|
59 |
|
* Result.pm (add_error): Important error properties are |
60 |
|
now exposed to client-side script as data-* attributes. |
61 |
|
Labels are now handled by catalog. Error descriptions |
62 |
|
are now taken from catalog as it were. |
63 |
|
|
64 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* Output.pm (html_header): Application name changed. |
67 |
|
|
68 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* Input.pm (full_subdocument_index): New method, for the |
71 |
|
support of hierarchical subdocument numbers. |
72 |
|
(start_section): Use hierarhical subdocument numbers for |
73 |
|
section headings. |
74 |
|
|
75 |
|
* Output.pm (http_header, http_error, html_header): New methods. |
76 |
|
|
77 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* Output.pm (start_section, end_section): "role" option |
80 |
|
implemented. Automatical rank setting implemented. |
81 |
|
(start_error_list, end_error_list): New. |
82 |
|
(add_source_to_parse_error_list): New. |
83 |
|
|
84 |
|
* Result.pm: "Unknown location" message text changed. |
85 |
|
|
86 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* Result.pm (add_label): Output error-level description |
89 |
|
text before the description of the error itself, which |
90 |
|
is originally coded in get_error_level_label, which in turn |
91 |
|
comes from cc.cgi at first. |
92 |
|
(get_error_level_label): Removed. |
93 |
|
|
94 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
* Input.pm: A new subclass for subdocuments are added. |
* Input.pm: A new subclass for subdocuments are added. |