1 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Result.pm (add_error): Support for |value|-segment marking. |
4 |
|
|
5 |
|
2008-08-22 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* Result.pm (add_error): Localize "description" link. |
8 |
|
|
9 |
|
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Output.pm: |text/x-h2h| added. |
12 |
|
|
13 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* Output.pm (nl_text): We can finally get rid of a quirk. |
16 |
|
|
17 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* Input.pm (Subdocument new): Invoke superclass's new method |
20 |
|
such that |urls| attribute is initialized. |
21 |
|
|
22 |
|
* Result.pm (add_error): Use ->url attribute to obtain |
23 |
|
the URL of the document. No longer output |text| argument, |
24 |
|
since all error types except for those used in the WebIDL module |
25 |
|
are now defined in the catalog. |
26 |
|
|
27 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* Output.pm (start_section): Don't add item to the non-tab |
30 |
|
navigation menu if the item's rank is higher than 2. |
31 |
|
|
32 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* Result.pm (add_error): Pass |value| argument, if any, |
35 |
|
to the |nl_text| for error type texts. |
36 |
|
|
37 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* Output.pm (xref_text): New method. |
40 |
|
(node_link): Don't make node path consumed by catalog |
41 |
|
engine. |
42 |
|
|
43 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* Output.pm (nl_text): New rule, <var>{value}</var>, |
46 |
|
is implemented. |
47 |
|
|
48 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* Output.pm: |fieldset| end tag no longer necessary. |
51 |
|
|
52 |
|
* Result.pm: Link to "#parse-errors" if there are |
53 |
|
encoding layer errors. |
54 |
|
|
55 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* Input.pm (generate_transfer_sections): Use standard |
58 |
|
error list methods for transfer errors. Typos fixed. |
59 |
|
|
60 |
|
* Output.pm (has_error): New attribute. |
61 |
|
(start_error_list, end_error_list): Support for role "transfer-errors". |
62 |
|
(end_error_list): Generate "no error found" paragraph if it should be. |
63 |
|
(generate_input_section): Decode parameters as UTF-8. |
64 |
|
|
65 |
|
* Result.pm (add_error): Set |has_error| flag. Use catalog |
66 |
|
for "Unknown location" message. |
67 |
|
(generate_result_section): Use different text for |
68 |
|
result table rows than normal messages, to avoid collision |
69 |
|
with other messages (such as "Charset"). |
70 |
|
|
71 |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
* Input.pm: Methods |generate_transfer_sections| |
* Input.pm: Methods |generate_transfer_sections| |