1 |
|
2008-07-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Input.pod: New. |
4 |
|
|
5 |
|
* Input.pm (urls, url, add_url): New. Originally handled |
6 |
|
as |$input->{uri}| and |$input->{request_uri}|. |
7 |
|
(get_document and related methods/classes): New. Originally |
8 |
|
part of |cc.cgi|. |
9 |
|
|
10 |
|
* Output.pm (html_header): Link to |cc-script.js|. |
11 |
|
|
12 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* Input.pm: Most human-readable texts are now handled by |
15 |
|
catalog. |
16 |
|
(id_prefix): Support for nested subdocuments. |
17 |
|
|
18 |
|
* Output.pm (start_section, dt, xref): Section/item names and |
19 |
|
link labels are now handled by catalog. |
20 |
|
(load_text_catalog, nl_text): New methods. |
21 |
|
(html_header): Application name is moved to catalog. |
22 |
|
|
23 |
|
* Result.pm (add_error): Important error properties are |
24 |
|
now exposed to client-side script as data-* attributes. |
25 |
|
Labels are now handled by catalog. Error descriptions |
26 |
|
are now taken from catalog as it were. |
27 |
|
|
28 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* Output.pm (html_header): Application name changed. |
31 |
|
|
32 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* Input.pm (full_subdocument_index): New method, for the |
35 |
|
support of hierarchical subdocument numbers. |
36 |
|
(start_section): Use hierarhical subdocument numbers for |
37 |
|
section headings. |
38 |
|
|
39 |
|
* Output.pm (http_header, http_error, html_header): New methods. |
40 |
|
|
41 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
* Output.pm (start_section, end_section): "role" option |
* Output.pm (start_section, end_section): "role" option |