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