1 |
|
2008-07-27 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Output.pm (new, input): |input| attribute should always have an input |
4 |
|
object, even though it might be an empty one. |
5 |
|
(add_source_to_parse_error_list): s/shift/shift ()/ to remove |
6 |
|
ambigiousness warning. |
7 |
|
(select): New method. |
8 |
|
(generate_input_section): New method. |
9 |
|
|
10 |
|
2008-07-26 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* Input.pod: New. |
13 |
|
|
14 |
|
* Input.pm (urls, url, add_url): New. Originally handled |
15 |
|
as |$input->{uri}| and |$input->{request_uri}|. |
16 |
|
(get_document and related methods/classes): New. Originally |
17 |
|
part of |cc.cgi|. |
18 |
|
|
19 |
|
* Output.pm (html_header): Link to |cc-script.js|. |
20 |
|
|
21 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* Input.pm: Most human-readable texts are now handled by |
24 |
|
catalog. |
25 |
|
(id_prefix): Support for nested subdocuments. |
26 |
|
|
27 |
|
* Output.pm (start_section, dt, xref): Section/item names and |
28 |
|
link labels are now handled by catalog. |
29 |
|
(load_text_catalog, nl_text): New methods. |
30 |
|
(html_header): Application name is moved to catalog. |
31 |
|
|
32 |
|
* Result.pm (add_error): Important error properties are |
33 |
|
now exposed to client-side script as data-* attributes. |
34 |
|
Labels are now handled by catalog. Error descriptions |
35 |
|
are now taken from catalog as it were. |
36 |
|
|
37 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
* Output.pm (html_header): Application name changed. |
* Output.pm (html_header): Application name changed. |