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