1 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* cc.cgi: Return 404 if |PATH_INFO| is different from |/|. |
4 |
|
Link to |error-description|. |
5 |
|
|
6 |
|
* error-description-source.xml: New. |
7 |
|
|
8 |
|
* mkdescription.pl: New. |
9 |
|
|
10 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* cc-style.css: New rules for empty error lists, |
13 |
|
error levels, and |code|. |
14 |
|
|
15 |
|
* cc.cgi: Support for error message catalog. |
16 |
|
Support for empty (zero-length) document. |
17 |
|
(print_source_string): Support for empty document. |
18 |
|
(print_document_tree): Element |has_child_nodes| test |
19 |
|
was incorrect. Output compat mode and is html flag |
20 |
|
for |Document| node. |
21 |
|
(load_text_catalog, get_text): New functions. |
22 |
|
|
23 |
|
* LICENSE, large-alert.png, large-info.png, large-stop.png: |
24 |
|
New files. |
25 |
|
|
26 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* cc.cgi: "Terms" section. "Tree" was sometimes |
29 |
|
non-conforming to HTML5. |
30 |
|
(get_node_link): New function. |
31 |
|
|
32 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* cc-style.css (img): New rule not to make border |
35 |
|
for img[usemap]. |
36 |
|
|
37 |
|
* cc.cgi: |table.cgi|-feature merged. Doctype |
38 |
|
token was serialized incorrectly. |
39 |
|
|
40 |
|
* table-script.js (tableToCanvas): Has second |
41 |
|
argument to specify the parent. Use image map |
42 |
|
to identify cells. |
43 |
|
|
44 |
|
* table.cgi: Minor fix to sync with the aforementioned |
45 |
|
change. |
46 |
|
|
47 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* parser-manakai.cgi, parser-manakai-interface.en.html: Fragment |
50 |
|
parse mode is implemented. |
51 |
|
|
52 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* parser-interface.en.html: |checked"| -> |checked| (it did |
55 |
|
work for Firefox 1.5 but not for WinIE6). |
56 |
|
|
57 |
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* parser-manakai.cgi: New. |
60 |
|
|
61 |
|
* parser-manakai-interface.en.html: New. |
62 |
|
|
63 |
|
* time-manakai.plt: New. |
64 |
|
|
65 |
|
2007-05-28 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* parser.cgi: Log elapsed time to external files. |
68 |
|
|
69 |
|
* time.plt: New file. |
70 |
|
|
71 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
* parser.cgi: Output how long each process takes. |
* parser.cgi: Output how long each process takes. |