1 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Input.pm: Most human-readable texts are now handled by |
4 |
|
catalog. |
5 |
|
(id_prefix): Support for nested subdocuments. |
6 |
|
|
7 |
|
* Output.pm (start_section, dt, xref): Section/item names and |
8 |
|
link labels are now handled by catalog. |
9 |
|
(load_text_catalog, nl_text): New methods. |
10 |
|
(html_header): Application name is moved to catalog. |
11 |
|
|
12 |
|
* Result.pm (add_error): Important error properties are |
13 |
|
now exposed to client-side script as data-* attributes. |
14 |
|
Labels are now handled by catalog. Error descriptions |
15 |
|
are now taken from catalog as it were. |
16 |
|
|
17 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* Output.pm (html_header): Application name changed. |
20 |
|
|
21 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* Input.pm (full_subdocument_index): New method, for the |
24 |
|
support of hierarchical subdocument numbers. |
25 |
|
(start_section): Use hierarhical subdocument numbers for |
26 |
|
section headings. |
27 |
|
|
28 |
|
* Output.pm (http_header, http_error, html_header): New methods. |
29 |
|
|
30 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* Output.pm (start_section, end_section): "role" option |
33 |
|
implemented. Automatical rank setting implemented. |
34 |
|
(start_error_list, end_error_list): New. |
35 |
|
(add_source_to_parse_error_list): New. |
36 |
|
|
37 |
|
* Result.pm: "Unknown location" message text changed. |
38 |
|
|
39 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
* Result.pm (add_label): Output error-level description |
* Result.pm (add_label): Output error-level description |
42 |
text before the description of the error itself, which |
text before the description of the error itself, which |
43 |
is originally coded in get_error_level_label, which in turn |
is originally coded in get_error_level_label, which in turn |