Log of /test/html-webhacc/ChangeLog
Parent Directory
| Revision Log
Revision
1.114 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Dec 11 05:11:11 2008 UTC
(15 years, 11 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.113: +16 -0 lines
Diff to
previous 1.113
,
to
selected 1.106
++ ChangeLog 11 Dec 2008 05:09:03 -0000
* cc-about.en.html: Added links to Regexp modules.
* cc-script.js: Adds a class name to |iframe| element used instead
of XHR such that non-Ajax |iframe| element can be distinguished by
style sheets.
* cc-style.css: Displays non-Ajax |iframe| element.
* error-description-source.en.xml: Added catalog entries for
regexp graph sections.
* standards.en.html: s/WDCC/WebHACC/g. Added a subsection on
regular expressions.
2008-12-11 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/Language/ChangeLog 11 Dec 2008 05:11:06 -0000
* Table.pm: Bug fix: Subsections are no longer associated with tabs.
* RegExpJS.pm: Implemented graphization of regular expressions.
2008-12-11 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 11 Dec 2008 05:10:00 -0000
* Output.pm (start_section): Don't output |script| element for tab
control if not desired.
2008-12-11 Wakaba <wakaba@suika.fam.cx>
Revision
1.113 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Dec 11 03:22:56 2008 UTC
(15 years, 11 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.112: +7 -0 lines
Diff to
previous 1.112
,
to
selected 1.106
++ ChangeLog 11 Dec 2008 03:20:10 -0000
2008-12-11 Wakaba <wakaba@suika.fam.cx>
* error-description-source.en.xml: Added descriptions for errors
from Regexp::Parser and Regexp::Parser::JavaScript modules.
* cc.cgi: Added support for JavaScript regular expressions.
++ html/WebHACC/Language/ChangeLog 11 Dec 2008 03:18:54 -0000
2008-12-11 Wakaba <wakaba@suika.fam.cx>
* RegExpJS.pm: New module.
++ html/WebHACC/ChangeLog 11 Dec 2008 03:22:42 -0000
2008-12-11 Wakaba <wakaba@suika.fam.cx>
* Output.pm (generate_input_section): Added support for JavaScript
regular expressions.
2008-12-10 Wakaba <wakaba@suika.fam.cx>
* Result.pm: Added support for |valueref| parameter of an error.
|pos_end| should point the (intercharacter) position where the
highlighted substring ends, not the character before the position,
otherwise empty substring cannot be represented well.
Revision
1.111 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 21 05:09:35 2008 UTC
(16 years, 1 month ago)
by
wakaba
Branch:
MAIN
Changes since
1.110: +5 -0 lines
Diff to
previous 1.110
,
to
selected 1.106
++ ChangeLog 21 Sep 2008 05:08:51 -0000
2008-09-21 Wakaba <wakaba@suika.fam.cx>
* error-description-source.xml: An error for non-supported
charset="" parameter is added.
++ html/WebHACC/Language/ChangeLog 21 Sep 2008 05:09:27 -0000
2008-09-21 Wakaba <wakaba@suika.fam.cx>
* HTML.pm (generate_syntax_error_section): Now |charset:not
supported| is also an error that might invalidate the validation
result.
Revision
1.106 -
(
view)
(
download)
(
annotate)
-
[selected]
Mon Sep 15 07:20:40 2008 UTC
(16 years, 1 month ago)
by
wakaba
Branch:
MAIN
Changes since
1.105: +5 -0 lines
Diff to
previous 1.105
++ ChangeLog 15 Sep 2008 07:20:09 -0000
2008-09-15 Wakaba <wakaba@suika.fam.cx>
* error-description-source.xml: "control char" errors are now
handled by UnicodeChecker module. New "non unicode" error added.
++ html/WebHACC/Language/ChangeLog 15 Sep 2008 07:20:35 -0000
2008-09-15 Wakaba <wakaba@suika.fam.cx>
* HTML.pm: Set the mode of the UnicodeChecker as HTML5.
Revision
1.105 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 11 09:13:57 2008 UTC
(16 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.104: +5 -0 lines
Diff to
previous 1.104
,
to
selected 1.106
++ ChangeLog 11 Sep 2008 09:13:08 -0000
2008-09-11 Wakaba <wakaba@suika.fam.cx>
* error-description-source.xml: Unicode checker
errors are added.
++ html/WebHACC/Language/ChangeLog 11 Sep 2008 09:13:53 -0000
2008-09-11 Wakaba <wakaba@suika.fam.cx>
* HTML.pm: Support for the Unicode character checking.
++ html/WebHACC/ChangeLog 11 Sep 2008 09:13:31 -0000
2008-09-11 Wakaba <wakaba@suika.fam.cx>
* Result.pm (generate_result_section): Initial
support for the charset layer.
Revision
1.104 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 10 10:22:59 2008 UTC
(16 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.103: +4 -0 lines
Diff to
previous 1.103
,
to
selected 1.106
++ ChangeLog 10 Sep 2008 10:21:38 -0000
2008-09-10 Wakaba <wakaba@suika.fam.cx>
* error-description-source.xml: Encoding layer errors added.
++ html/WebHACC/ChangeLog 10 Sep 2008 10:22:56 -0000
2008-09-10 Wakaba <wakaba@suika.fam.cx>
* Output.pm (nl_text): Support for |<var>{octets}</var>|,
|<var>{char}</var>|, and |<var>{char:hexref}</var>|
macros.
(generate_input_section): More charsets are added
to the list of charsets.
* Result.pm: Pass |char| and |octets| arguments
to |nl_text|.
Revision
1.101 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 30 05:32:51 2008 UTC
(16 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.100: +7 -0 lines
Diff to
previous 1.100
,
to
selected 1.106
++ ChangeLog 30 Aug 2008 05:32:30 -0000
2008-08-30 Wakaba <wakaba@suika.fam.cx>
* cc-style.css: Rule for empty |mark| elements is added.
* error-description-source.xml: Error message for
unknown address type error is updated.
++ html/WebHACC/ChangeLog 30 Aug 2008 05:32:47 -0000
2008-08-30 Wakaba <wakaba@suika.fam.cx>
* Result.pm (add_error): Support for |value|-segment marking.
Revision
1.99 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 22 13:08:12 2008 UTC
(16 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.98: +11 -0 lines
Diff to
previous 1.98
,
to
selected 1.106
++ ChangeLog 22 Aug 2008 13:07:58 -0000
2008-08-22 Wakaba <wakaba@suika.fam.cx>
* error-description-source.xml: More l10n.
* mkdescription.pl: Fallback <html:title> to xml:lang=en's one.
2008-08-22 Wakaba <wakaba@suika.fam.cx>
* error-description-source.xml: Localize "no more information"
message.
++ html/WebHACC/ChangeLog 22 Aug 2008 02:46:35 -0000
2008-08-22 Wakaba <wakaba@suika.fam.cx>
* Result.pm (add_error): Localize "description" link.
Revision
1.98 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 17 05:06:21 2008 UTC
(16 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.97: +6 -0 lines
Diff to
previous 1.97
,
to
selected 1.106
++ ChangeLog 17 Aug 2008 05:05:13 -0000
2008-08-17 Wakaba <wakaba@suika.fam.cx>
* cc-about.en.html: Author section added.
* cc.cgi: |text/x-h2h| added.
++ html/WebHACC/Language/ChangeLog 17 Aug 2008 05:06:18 -0000
2008-08-17 Wakaba <wakaba@suika.fam.cx>
* CacheManifest.pm (generate_structure_dump_section): Support
for broken manifest.
* H2H.pm: New module.
++ html/WebHACC/ChangeLog 17 Aug 2008 05:05:31 -0000
2008-08-17 Wakaba <wakaba@suika.fam.cx>
* Output.pm: |text/x-h2h| added.
Revision
1.97 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 16 13:09:08 2008 UTC
(16 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.96: +13 -0 lines
Diff to
previous 1.96
,
to
selected 1.106
++ ChangeLog 16 Aug 2008 13:08:56 -0000
* Makefile: Generate Japanese version of error description document.
* cc-script.js, cc-style.css: Support for help popup.
* error-description-source.xml: Descriptions are added
to the description of WebHACC itself and descriptions
of error levels. Old error level table is removed.
* mkdescription.pl: Assume the second argument is
the language. Support for d:cat/d:desc.
2008-08-16 Wakaba <wakaba@suika.fam.cx>
Revision
1.96 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 16 08:37:12 2008 UTC
(16 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.95: +5 -0 lines
Diff to
previous 1.95
,
to
selected 1.106
++ ChangeLog 16 Aug 2008 08:36:07 -0000
* error-description-source.xml: Error for CSS cursor: hand
is added.
2008-08-16 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/Language/ChangeLog 16 Aug 2008 08:37:07 -0000
* CSS.pm (generate_structure_error_section): Make the method
do nothing.
2008-08-16 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 16 Aug 2008 08:36:35 -0000
* Output.pm (nl_text): We can finally get rid of a quirk.
2008-08-16 Wakaba <wakaba@suika.fam.cx>
Revision
1.95 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 16 07:42:20 2008 UTC
(16 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.94: +12 -0 lines
Diff to
previous 1.94
,
to
selected 1.106
++ ChangeLog 16 Aug 2008 07:38:01 -0000
* cc-script.js: Support for #index- fragment identifiers.
* cc-style.css: Prety styling for reformatted sources.
Support for new version of manifest dump sections.
* error-description-source.xml: Support for Whatpm::CacheManifest,
Whatpm::CSS::SelectorsParser, Whatpm::CSS::MediaQueryParser,
and Whatpm::CSS::Parser errors. Support for l10n of cache
manifest dump sections.
2008-08-16 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/Language/ChangeLog 16 Aug 2008 07:42:17 -0000
* CSS.pm, CacheManifest.pm, HTML.pm, XML.pm: Use ->url attribute to
obtain the URL of the document.
* CacheManifest.pm (generate_structure_dump_section): It is
now i18n'ed. In addition, since URLs are tend to be long,
tables for fallback entries are replaced by |dd| entries and
paragraphs. "No entry" message is now handled by catalog,
rather than CSS.
2008-08-16 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 16 Aug 2008 07:39:54 -0000
* Input.pm (Subdocument new): Invoke superclass's new method
such that |urls| attribute is initialized.
* Result.pm (add_error): Use ->url attribute to obtain
the URL of the document. No longer output |text| argument,
since all error types except for those used in the WebIDL module
are now defined in the catalog.
2008-08-16 Wakaba <wakaba@suika.fam.cx>
Revision
1.93 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 15 16:44:03 2008 UTC
(16 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.92: +11 -0 lines
Diff to
previous 1.92
,
to
selected 1.106
++ ChangeLog 15 Aug 2008 16:43:11 -0000
* cc-script.js (_showTab): Show the tab button of the selected
tab.
* cc-script.css (nav): Show scrollbar if there are too many
tabs.
* cc.cgi: Reset |$output->input| even if |$input->{s}| is undef (i.e.
imlementation error case).
2008-08-16 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 15 Aug 2008 16:43:58 -0000
* Output.pm (start_section): Don't add item to the non-tab
navigation menu if the item's rank is higher than 2.
2008-08-16 Wakaba <wakaba@suika.fam.cx>
Revision
1.92 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 15 16:03:46 2008 UTC
(16 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.91: +6 -0 lines
Diff to
previous 1.91
,
to
selected 1.106
++ ChangeLog 15 Aug 2008 16:02:36 -0000
2008-08-16 Wakaba <wakaba@suika.fam.cx>
* error-description-source.xml: Error entries for
Whatpm::URIChecker and Whatpm::LangTag error types
are added.
++ html/WebHACC/Language/ChangeLog 15 Aug 2008 16:03:42 -0000
2008-08-16 Wakaba <wakaba@suika.fam.cx>
* HTML.pm (generate_syntax_error_section): Remove |input_encoding|
attribute value if the input is specified by direct input.
++ html/WebHACC/ChangeLog 15 Aug 2008 16:03:08 -0000
2008-08-16 Wakaba <wakaba@suika.fam.cx>
* Result.pm (add_error): Pass |value| argument, if any,
to the |nl_text| for error type texts.
Revision
1.91 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 15 14:11:13 2008 UTC
(16 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.90: +6 -0 lines
Diff to
previous 1.90
,
to
selected 1.106
++ ChangeLog 15 Aug 2008 14:09:57 -0000
* error-description-source.xml: Error entries
for Whatpm::RDFXML errors are addded. Missing entries
for Whatpm::HTMLTable errors are added.
2008-08-15 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/Language/ChangeLog 15 Aug 2008 14:11:09 -0000
* DOM.pm: Enable localization of RDF section.
2008-08-15 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 15 Aug 2008 14:10:46 -0000
* Output.pm (xref_text): New method.
(node_link): Don't make node path consumed by catalog
engine.
2008-08-15 Wakaba <wakaba@suika.fam.cx>
Revision
1.89 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 15 12:11:56 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.88: +7 -0 lines
Diff to
previous 1.88
,
to
selected 1.106
++ ChangeLog 15 Aug 2008 12:10:51 -0000
* error-description-source.xml: Missing entries for
Whatpm::ContentChecker and Whatpm::ContentChecker::HTML
error types are added. Error entries used by these
modules are marked as such.
2008-08-15 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/Language/ChangeLog 15 Aug 2008 12:11:51 -0000
* DOM.pm: Use error's own "layer" parameter, if any.
2008-08-15 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 15 Aug 2008 12:11:25 -0000
* Output.pm (nl_text): New rule, <var>{value}</var>,
is implemented.
2008-08-15 Wakaba <wakaba@suika.fam.cx>
Revision
1.88 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 15 08:36:41 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.87: +6 -0 lines
Diff to
previous 1.87
,
to
selected 1.106
++ ChangeLog 15 Aug 2008 08:33:38 -0000
* error-description-source.xml: Missing entries for Whatpm::HTML
error types are added. Error entries used by Whatpm::HTML
are marked as "HTML::Parser".
2008-08-15 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/Language/ChangeLog 15 Aug 2008 08:36:35 -0000
* HTML.pm: Set flags for encoding layer errors appropriately.
Save link to the document root for the parsed document
for garbage collection safety.
2008-08-15 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 15 Aug 2008 08:35:36 -0000
* Output.pm: |fieldset| end tag no longer necessary.
* Result.pm: Link to "#parse-errors" if there are
encoding layer errors.
2008-08-15 Wakaba <wakaba@suika.fam.cx>
Revision
1.87 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 15 05:53:23 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.86: +12 -0 lines
Diff to
previous 1.86
,
to
selected 1.106
++ ChangeLog 15 Aug 2008 05:43:43 -0000
2008-08-15 Wakaba <wakaba@suika.fam.cx>
* cc-style.css: Add icons to links and headings of error sections.
Use standard "uncertain" color for level-u errors. "No error found"
messages are now handled by catalog, not by CSS presentation.
The result paragraph saying that the conformance is unknown
should be bordered as uncertain error messages are.
* error-description-source.xml: New message entries
for not-translated-yet messages. Distinguish result table's
layer names from other similar texts.
++ html/WebHACC/Language/ChangeLog 15 Aug 2008 05:53:19 -0000
2008-08-15 Wakaba <wakaba@suika.fam.cx>
* CSS.pm, CacheManifest.pm, HTML.pm, WebIDL.pm, XML.pm: Don't
set "uncertain" flag to character encoding (encode) layer if the
input is a character string.
++ html/WebHACC/ChangeLog 15 Aug 2008 05:51:54 -0000
2008-08-15 Wakaba <wakaba@suika.fam.cx>
* Input.pm (generate_transfer_sections): Use standard
error list methods for transfer errors. Typos fixed.
* Output.pm (has_error): New attribute.
(start_error_list, end_error_list): Support for role "transfer-errors".
(end_error_list): Generate "no error found" paragraph if it should be.
(generate_input_section): Decode parameters as UTF-8.
* Result.pm (add_error): Set |has_error| flag. Use catalog
for "Unknown location" message.
(generate_result_section): Use different text for
result table rows than normal messages, to avoid collision
with other messages (such as "Charset").
Revision
1.86 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 14 15:50:42 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.85: +13 -0 lines
Diff to
previous 1.85
,
to
selected 1.106
++ ChangeLog 14 Aug 2008 15:42:17 -0000
* cc.cgi: Generate result summary sections for
each subdocument.
* error-description-source.xml: New entries to
support localization of result sections.
2008-08-14 Wakaba <wakaba@suika.fam.cx>
* cc-style.css: Support for revised version of result summary
section styling.
2008-08-14 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/Language/ChangeLog 14 Aug 2008 15:50:38 -0000
* Base.pm, CSS.pm, CacheManifest.pm, DOM.pm, Default.pm,
HTML.pm, WebIDL.pm, XML.pm: Set |layer_applicable|
or |layer_uncertain| flag appropriately.
2008-08-14 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 14 Aug 2008 15:48:38 -0000
* Input.pm: Methods |generate_transfer_sections|
and |generate_http_header_section| are moved to HTTP
subclass, since they are irrelevant to non-HTTP inputs.
(_get_document): Forbidden host error was not represented
by WebHACC::Input::Error subclass.
(WebHACC::Input::Error generate_transfer_sections): Use
role name for the section.
(WebHACC::Input::HTTPError generate_transfer_sections): New method
added, since the main superclass, i.e. WebHACC::Input::Error,
no longer dumps HTTP headers due to the change mentioned above.
* Output.pm (start_section): New roles "transfer-errors" and "result".
* Result.pm (parent_result): New attribute.
(layer_applicable, layer_uncertain): New methods to set flags.
(add_error): Natural language strings are now handled
by the catalog mechanism. Use new scoring mechanism.
(generate_result_section): Use catalog for all natural
language strings. Table generation is now much more sophiscated
that it was. Support for subdoc result summary. Support
for the column of the number of informational message. Support
for "N/A" status.
2008-08-14 Wakaba <wakaba@suika.fam.cx>
Revision
1.85 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 14 11:58:32 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.84: +6 -0 lines
Diff to
previous 1.84
,
to
selected 1.106
++ ChangeLog 14 Aug 2008 11:57:12 -0000
* cc-style.css: Revised such that subdocument check results
do not look stupid and that new class name rules
for level-* and layer-* is reflected by icons.
2008-08-14 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/Language/ChangeLog 14 Aug 2008 11:58:26 -0000
* Base.pm: Use "role" for source code sections.
2008-08-14 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 14 Aug 2008 11:58:10 -0000
* Output.pm (start_section): Roles set class="", too. New "source"
role for source code sections.
2008-08-14 Wakaba <wakaba@suika.fam.cx>
Revision
1.84 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 14 09:16:51 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.83: +8 -0 lines
Diff to
previous 1.83
,
to
selected 1.106
++ ChangeLog 14 Aug 2008 09:14:23 -0000
* cc-script.js, cc-style.css: Support for tab styling
of subdoc sections.
* cc-script.js (onbodyload): Scroll to the pointed
element, if possible.
2008-08-14 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 14 Aug 2008 09:16:45 -0000
* Input.pm (id_prefix): Use the parent subdoc's id_prefix
as the prefix of the subdoc id_prefix (e.g. subdoc-1-subdoc-1-
for subdoc #1.1).
(start_section): Set the role of the section element as subdoc.
* Output.pm (start_section): Support for "subdoc" role.
Use parent input's id_prefix as parent_id.
2008-08-14 Wakaba <wakaba@suika.fam.cx>
Revision
1.83 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 14 07:19:44 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.82: +6 -0 lines
Diff to
previous 1.82
,
to
selected 1.106
++ ChangeLog 14 Aug 2008 07:18:47 -0000
2008-08-14 Wakaba <wakaba@suika.fam.cx>
* cc-script.js, cc-style.js: Support for tab styling
of the "input" subsections. Support for the "details"
widget.
++ html/WebHACC/Language/ChangeLog 14 Aug 2008 07:19:38 -0000
2008-08-14 Wakaba <wakaba@suika.fam.cx>
* CacheManifest.pm: Compile errors fixed.
++ html/WebHACC/ChangeLog 14 Aug 2008 07:19:14 -0000
2008-08-14 Wakaba <wakaba@suika.fam.cx>
* Output.pm: Support for inner tabs for "input" subsections.
Improved support for "details" widget.
Revision
1.82 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 10 11:49:43 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.81: +6 -0 lines
Diff to
previous 1.81
,
to
selected 1.106
++ ChangeLog 10 Aug 2008 11:48:40 -0000
2008-08-10 Wakaba <wakaba@suika.fam.cx>
* cc-script.js: Functions for tabbing are added.
* cc-style.css: Tab styling rules are added.
++ html/WebHACC/ChangeLog 10 Aug 2008 11:49:39 -0000
2008-08-10 Wakaba <wakaba@suika.fam.cx>
* Output.pm (html_header, start_section): Generate
script elements for tab styling.
* Result.pm: Link to error list section of transfer-protocol-level
errors.
Revision
1.81 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 27 10:33:45 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.80: +15 -0 lines
Diff to
previous 1.80
,
to
selected 1.106
++ ChangeLog 27 Jul 2008 10:33:38 -0000
2008-07-27 Wakaba <wakaba@suika.fam.cx>
* .htaccess: Files gone.
* cc-interface.en.html, cc-todo.txt: Removed.
* cc-about.en.html: New document.
* cc.cgi: Insert document input section before anything.
No check performed if no URL is specified and the
input is empty.
* error-description-source.xml (WebHACC:Heading): Link
to cc-about in place of cc-interface.
++ html/WebHACC/Language/ChangeLog 27 Jul 2008 10:31:14 -0000
2008-07-27 Wakaba <wakaba@suika.fam.cx>
* CSS.pm (generate_structure_dump_section): Role name was wrong.
++ html/WebHACC/ChangeLog 27 Jul 2008 10:30:52 -0000
2008-07-27 Wakaba <wakaba@suika.fam.cx>
* Output.pm (new, input): |input| attribute should always have an input
object, even though it might be an empty one.
(add_source_to_parse_error_list): s/shift/shift ()/ to remove
ambigiousness warning.
(select): New method.
(generate_input_section): New method.
Revision
1.80 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jul 26 11:27:25 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.79: +9 -0 lines
Diff to
previous 1.79
,
to
selected 1.106
++ ChangeLog 26 Jul 2008 11:26:00 -0000
2008-07-26 Wakaba <wakaba@suika.fam.cx>
* cc.cgi: get_input_document function is now handled
by WebHACC::Input classes. |cc-script| reference
is now generated by |html_header| in WebHACC::Output.
* error-description-source.xml: Document URL and Request URL
are now just "URLs".
++ html/WebHACC/ChangeLog 26 Jul 2008 11:27:20 -0000
2008-07-26 Wakaba <wakaba@suika.fam.cx>
* Input.pod: New.
* Input.pm (urls, url, add_url): New. Originally handled
as |$input->{uri}| and |$input->{request_uri}|.
(get_document and related methods/classes): New. Originally
part of |cc.cgi|.
* Output.pm (html_header): Link to |cc-script.js|.
Revision
1.79 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 21 12:56:33 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.78: +25 -0 lines
Diff to
previous 1.78
,
to
selected 1.106
++ ChangeLog 21 Jul 2008 12:51:50 -0000
* .htaccess: error-description-source.xml is in UTF-8
actually.
* Makefile: Rule to make Japanese language catalog file
is added.
* cc-script.js: Line and column numbers are now taken
from data-* attributes, not from textContent.
* cc.cgi: Tentative support for Japanese/English conneg.
(load_text_catalog, get_text): Removed (catalog text selection
is now handled by WebHACC::Output).
* error-description-source.xml: Catalog entries in new
format are added. Old catalog element is removed.
* mkcatalog.pl: Support for non-English languages.
Drop support for old catalog element. Add support
for new cat element.
* mkdescription.pl: Drop support for old catalog element.
Add support for new cat element.
2008-07-21 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/Language/ChangeLog 21 Jul 2008 12:56:30 -0000
* DOM.pm (generate_structure_dump_section): Use catalog
for human-readable texts.
(generate_table_section): Use catalog for human readable texts.
2008-07-21 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 21 Jul 2008 12:55:41 -0000
* Input.pm: Most human-readable texts are now handled by
catalog.
(id_prefix): Support for nested subdocuments.
* Output.pm (start_section, dt, xref): Section/item names and
link labels are now handled by catalog.
(load_text_catalog, nl_text): New methods.
(html_header): Application name is moved to catalog.
* Result.pm (add_error): Important error properties are
now exposed to client-side script as data-* attributes.
Labels are now handled by catalog. Error descriptions
are now taken from catalog as it were.
2008-07-21 Wakaba <wakaba@suika.fam.cx>
Revision
1.78 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 21 09:40:59 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.77: +4 -0 lines
Diff to
previous 1.77
,
to
selected 1.106
++ ChangeLog 21 Jul 2008 09:38:49 -0000
* cc.cgi: Code clean-up.
2008-07-21 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/Language/ChangeLog 21 Jul 2008 09:40:52 -0000
* DOM.pm (generate_table_section): Use hierarhical table
number for tables in subdocuments.
2008-07-21 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 21 Jul 2008 09:40:19 -0000
* Input.pm (full_subdocument_index): New method, for the
support of hierarchical subdocument numbers.
(start_section): Use hierarhical subdocument numbers for
section headings.
* Output.pm (http_header, http_error, html_header): New methods.
2008-07-21 Wakaba <wakaba@suika.fam.cx>
Revision
1.77 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 21 09:15:55 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.76: +6 -0 lines
Diff to
previous 1.76
,
to
selected 1.106
++ ChangeLog 21 Jul 2008 09:13:35 -0000
* cc.cgi: Old commented out code for additional
information sections are removed. They are now
implemented as part of |generate_add_info_sections| method.
2008-07-21 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/Language/ChangeLog 21 Jul 2008 09:15:45 -0000
* DOM.pm (generate_additional_sections): Support
for the other additional information sections are reintroduced.
(generate_listing_section, generate_rdf_section): Reimplemented.
* XML.pm: Typo fixed.
* HTML.pm: Load DOMImplementation as late as possible, to
save possiblity that another DOM implementation can be used
where possible.
2008-07-21 Wakaba <wakaba@suika.fam.cx>
Revision
1.76 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 21 08:39:12 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.75: +5 -0 lines
Diff to
previous 1.75
,
to
selected 1.106
++ ChangeLog 21 Jul 2008 08:33:17 -0000
* cc.cgi (print_table_section): Removed (now part of
WebHACC::Language::DOM).
2008-07-21 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/Language/ChangeLog 21 Jul 2008 08:39:05 -0000
* Base.pm (generate_source_string_section): Invoke
|add_source_to_parse_error_list| method for generating a
script fragment.
* CSS.pm, CacheManifest.pm, DOM.pm, HTML.pm, WebIDL.pm,
XML.pm: Use new methods for generating sections and error lists.
* DOM.pm (generate_additional_sections, generate_table_section): New.
* Default.pm: Pass |input| in place of |url| for unknown syntax
error.
2008-07-21 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 21 Jul 2008 08:36:01 -0000
* Output.pm (start_section, end_section): "role" option
implemented. Automatical rank setting implemented.
(start_error_list, end_error_list): New.
(add_source_to_parse_error_list): New.
* Result.pm: "Unknown location" message text changed.
2008-07-21 Wakaba <wakaba@suika.fam.cx>
Revision
1.75 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 21 05:24:32 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.74: +6 -0 lines
Diff to
previous 1.74
,
to
selected 1.106
++ ChangeLog 21 Jul 2008 05:20:07 -0000
* cc.cgi: Information sections are now handled by WebHACC::Input
module. Input objects for subdocuments now owns their
own subclass.
2008-07-21 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/Language/ChangeLog 21 Jul 2008 05:24:27 -0000
* Base.pm: Use new method for node links.
* CSS.pm: Typo fixes. Pass |input| object as an argument
to the CSSOM validation not supported error.
2008-07-21 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 21 Jul 2008 05:23:21 -0000
* Input.pm: A new subclass for subdocuments are added.
Methods for information sections are added (from cc.cgi).
* Output.pm (code): Support for attributes.
(script, dt): New methods.
(node_link): New method (from get_node_link in WebHACC::Result,
which comes from cc.cgi).
* Result.pm (add_error): Show some text even if no location
infomration is available. Use input object, if available,
as fallback for location information.
(get_error_label, get_node_path, get_node_link): Removed.
The first method is no longer used. The latters are now
supported as |node_link| method in WebHACC::Output.
2008-07-21 Wakaba <wakaba@suika.fam.cx>
Revision
1.74 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 20 16:53:10 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.73: +6 -0 lines
Diff to
previous 1.73
,
to
selected 1.106
++ ChangeLog 20 Jul 2008 16:48:51 -0000
2008-07-21 Wakaba <wakaba@suika.fam.cx>
* cc.cgi: Errors and results are now handled by WebHACC::Result.
Decode |uri| parameter as UTF-8. HTTP header dump and
input error are now handled by WebHACC::Input.
++ html/WebHACC/Language/ChangeLog 20 Jul 2008 16:53:06 -0000
2008-07-21 Wakaba <wakaba@suika.fam.cx>
* Base.pm (_get_cc_url, _encode_url_component): Remove (now
supported by WebHACC::Output).
* CSS.pm, CacheManifest.pm, DOM.pm, Default.pm,
HTML.pm, WebIDL.pm, XML.pm: Error reporting is now delegated to
WebHACC::Result.
++ html/WebHACC/ChangeLog 20 Jul 2008 16:50:41 -0000
2008-07-21 Wakaba <wakaba@suika.fam.cx>
* Input.pm (generate_transfer_sections, generate_http_header_section):
New (partially comes from cc.cgi).
* Output.pm (link): Call |start_tag| such that attributes
can be set.
(link_to_webhacc): New.
(encode_url_component): From WebHACC::Language::Base.
* Result.pm: Support for error outputting and result table
generation.
Revision
1.70 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun May 18 03:47:56 2008 UTC
(16 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.69: +13 -0 lines
Diff to
previous 1.69
,
to
selected 1.106
++ ChangeLog 18 May 2008 03:47:40 -0000
2008-05-18 Wakaba <wakaba@suika.fam.cx>
* cc.cgi (print_source_string_section): Use new Message::Charset::Info
interface to decode source code, otherwise the Perl native Encode
module might decode the source code into different character
string with the Info's.
2008-05-10 Wakaba <wakaba@suika.fam.cx>
* standards.en.html (requirements): Remove a requirement
for an HTML element's allowed context (it is covered by HTML5
spec since r1583).
Revision
1.69 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 6 08:47:09 2008 UTC
(16 years, 6 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.68: +9 -0 lines
Diff to
previous 1.68
,
to
selected 1.106
++ ChangeLog 6 May 2008 08:47:05 -0000
* cc.cgi: Use table object returned by the checker; don't
form a table by itself.
* table-script.js: Use different coloring for empty data cells.
* cc.cgi, table.cgi: Remove table reference for JSON convertion.
2008-05-06 Wakaba <wakaba@suika.fam.cx>
Revision
1.64 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 12 15:57:56 2008 UTC
(16 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.63: +10 -0 lines
Diff to
previous 1.63
,
to
selected 1.106
++ ChangeLog 12 Apr 2008 15:57:44 -0000
2008-04-12 Wakaba <wakaba@suika.fam.cx>
* parser-manakai.cgi, parser-manakai-interface.en.html: The |innerHTML|
output mode is split into "|innerHTML| (HTML)" and "|innerHTML| (XML)"
output modes.
2008-03-29 Wakaba <wakaba@suika.fam.cx>
* cc.cgi: New "URI" section is implemented.
Revision
1.61 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 21 08:59:47 2008 UTC
(16 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.60: +7 -0 lines
Diff to
previous 1.60
,
to
selected 1.106
++ ChangeLog 21 Mar 2008 08:59:37 -0000
2008-03-21 Wakaba <wakaba@suika.fam.cx>
* cc.cgi: Experimental support for application/rdf+xml type.
Generate section on RDF triples extracted from the document.
(print_rdf_section): New function.
(get_rdf_resource_html): New function.
Revision
1.58 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Mar 17 13:25:19 2008 UTC
(16 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.57: +9 -0 lines
Diff to
previous 1.57
,
to
selected 1.106
++ ChangeLog 17 Mar 2008 13:25:16 -0000
2008-03-17 Wakaba <wakaba@suika.fam.cx>
* cc-script.js: The ID of the list is now given as an argument.
* cc.cgi: List of document errors now also expanded by source
code fragment generated by scripting.
(get_error_label): Use line/column information from the error
context node, if any.
Revision
1.51 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 24 02:17:51 2008 UTC
(16 years, 8 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.50: +8 -0 lines
Diff to
previous 1.50
,
to
selected 1.106
++ ChangeLog 24 Feb 2008 02:17:37 -0000
2008-02-24 Wakaba <wakaba@suika.fam.cx>
* cc.cgi: Support for level-i (informational).
* cc-style.css: New style rules for informational messages added.
* error-description-source.xml (#information, #level-i): Added.
Revision
1.50 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 10 07:35:23 2008 UTC
(16 years, 9 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.49: +6 -0 lines
Diff to
previous 1.49
,
to
selected 1.106
++ ChangeLog 10 Feb 2008 07:35:19 -0000
* cc.cgi: In CSS mode, add 'u' error for 'structure' category (until
it is actually implemented). Support for '-moz-pre-wrap'.
Typo in 'collapse' value fixed.
2008-02-10 Wakaba <wakaba@suika.fam.cx>
Revision
1.46 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 10 02:30:14 2008 UTC
(16 years, 9 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.45: +14 -0 lines
Diff to
previous 1.45
,
to
selected 1.106
++ ChangeLog 10 Feb 2008 02:28:48 -0000
* table-interface.en.html: Typo fixed.
* cc.cgi: Use |$input->{id_prefix}| as the prefix for the
identifiers in report sections. Don't add headings
if the |$input->{nested}| flag is set.
* table-script.js (tableToCanvas): Now it aceepts third
argument, |idPrefix|, for setting ID prefix.
* table.cgi: Set the third argument to |tableToCanvas| as an
empty string.
2008-02-10 Wakaba <wakaba@suika.fam.cx>
Revision
1.44 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Feb 9 12:22:19 2008 UTC
(16 years, 9 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.43: +10 -0 lines
Diff to
previous 1.43
,
to
selected 1.106
++ ChangeLog 9 Feb 2008 12:22:16 -0000
* cc-style.css: Rules for s/unsupported/u/'ed version added.
* cc.cgi: Support for 'u' level.
* error-description-source.en.xml: s/unsupported/u/;
* standards.en.html: CSS added.
2008-02-09 Wakaba <wakaba@suika.fam.cx>
Revision
1.42 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 23 06:36:19 2007 UTC
(16 years, 11 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.41: +7 -0 lines
Diff to
previous 1.41
,
to
selected 1.106
++ ChangeLog 23 Nov 2007 06:36:14 -0000
2007-11-23 Wakaba <wakaba@suika.fam.cx>
* error-description-source.xml: New error descriptions.
* cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send
a 406 page! |identity| encoding is added.
Revision
1.40 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 18 11:05:12 2007 UTC
(16 years, 11 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.39: +19 -0 lines
Diff to
previous 1.39
,
to
selected 1.106
++ ChangeLog 18 Nov 2007 11:04:51 -0000
* cc-style.css: New rules for warnings.
* cc-todo.en.txt: Updated.
* cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1|
for |inner_html| with external source. Set |manakai_charset|
attribute if possible.
(load_text_catalog): Interpret catalog file as UTF-8.
* error-description-source.en.xml: New errors for character
encodings are added.
2007-11-18 Wakaba <wakaba@suika.fam.cx>
* error-description-source.xml: s/charset declaration/character
encoding declaration/g, since HTML5 spec says so.
2007-11-18 Wakaba <wakaba@suika.fam.cx>
Revision
1.38 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 11 06:57:16 2007 UTC
(17 years ago)
by
wakaba
Branch:
MAIN
Changes since
1.37: +9 -0 lines
Diff to
previous 1.37
,
to
selected 1.106
++ ChangeLog 11 Nov 2007 06:57:02 -0000
* cc-style.css: Rules for "unsupported" parse errors.
* cc.cgi (print_syntax_error_html_section): Use HTML
parser for byte string.
(print_result_unknown_type_section): Make output
more consistent with other media types.
2007-11-11 Wakaba <wakaba@suika.fam.cx>
Revision
1.34 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 5 09:33:52 2007 UTC
(17 years ago)
by
wakaba
Branch:
MAIN
Changes since
1.33: +9 -0 lines
Diff to
previous 1.33
,
to
selected 1.106
++ ChangeLog 5 Nov 2007 09:33:38 -0000
2007-11-05 Wakaba <wakaba@suika.fam.cx>
* cc.cgi (get_error_level_label): New.
* cc-style.css: New rules for error level descriptions.
* error-description-source.xml: Description for error
levels is added.
Revision
1.33 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 4 09:15:02 2007 UTC
(17 years ago)
by
wakaba
Branch:
MAIN
Changes since
1.32: +11 -0 lines
Diff to
previous 1.32
,
to
selected 1.106
++ ChangeLog 4 Nov 2007 09:14:24 -0000
2007-11-04 Wakaba <wakaba@suika.fam.cx>
* cc-interface.en.html (i): |text/cache-manifest| is added.
* cc-style.css: New rules for manifest dump.
* cc.cgi: Support for |text/cache-manifest|.
* error-description-soruce.en.xml (#cache-manifest-errors): New
section.
Revision
1.28 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 11 13:54:54 2007 UTC
(17 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.27: +15 -0 lines
Diff to
previous 1.27
,
to
selected 1.106
++ ChangeLog 11 Aug 2007 13:54:20 -0000
2007-08-11 Wakaba <wakaba@suika.fam.cx>
* cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP|
instead of |SuikaWiki::Input::HTTP|.
2007-08-05 Wakaba <wakaba@suika.fam.cx>
* cc-interface.en.html: IMT |application/atom+xml| is added.
Link to |cc-todo| is added.
2007-07-24 Wakaba <wakaba@suika.fam.cx>
* error-description.xml: Description for "after body", "bare etago",
and "bogus end tag" are added.
Revision
1.27 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jul 21 04:58:16 2007 UTC
(17 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.26: +14 -0 lines
Diff to
previous 1.26
,
to
selected 1.106
++ ChangeLog 21 Jul 2007 04:58:03 -0000
2007-07-21 Wakaba <wakaba@suika.fam.cx>
* cc-style.css: Don't remove bullet of the document node
in the document tree. Don't collapse white space
in the |code| elements.
* cc.cgi: Put identifiers and class names into |code|
element.
(get_text): Template for attribute values are supported.
* error-descriotion-source.en.xml: More error descriptions
are included. Use |{@}| attribute value insertion macro
for errors in which it should be useful.
Revision
1.26 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jul 17 14:28:20 2007 UTC
(17 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.25: +7 -0 lines
Diff to
previous 1.25
,
to
selected 1.106
++ ChangeLog 17 Jul 2007 14:28:16 -0000
* cc.cgi: Output HTTP and HTML header before try to
fetch the specified resource for usability. Add
tables, identifiers, and terms section to the TOC.
Generate classes list.
2007-07-17 Wakaba <wakaba@suika.fam.cx>
Revision
1.25 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jul 17 13:52:54 2007 UTC
(17 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.24: +17 -0 lines
Diff to
previous 1.24
,
to
selected 1.106
++ ChangeLog 17 Jul 2007 13:52:41 -0000
2007-07-17 Wakaba <wakaba@suika.fam.cx>
* alert.png, error.png, info.png: New images.
* LICENSE: New image file names are added.
* cc-interface.en.html: Link to the style sheet is added.
* cc-style.css: Duplicate identifiers and terms
are decorated by icon.
* cc.cgi: |h1| links to the interface page.
(#identifiers): New section.
* error-description-source.en.xml: More error types are
added.
Revision
1.24 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 16 13:56:26 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.23: +8 -1 lines
Diff to
previous 1.23
,
to
selected 1.106
++ ChangeLog 16 Jul 2007 13:55:43 -0000
* cc.cgi: Set |STDOUT| encoding as |utf8|.
(htescape): Escape some more invisible characters.
* error-description-source.en.xml: More error data.
2007-07-16 Wakaba <wakaba@suika.fam.cx>
* error-description-source.en.xml: More error descriptions
Revision
1.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 16 10:55:11 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.22: +18 -0 lines
Diff to
previous 1.22
,
to
selected 1.106
++ ChangeLog 16 Jul 2007 10:55:08 -0000
* cc.cgi (table stuff): Set |is_header| property
of table cells explicitly since otherwise newer JSON.pm
generates broken output.
(get_text): Return the reduced type name as well. Use
it as fragment of detail document.
* error-description-source.xml: More error descriptions
are added.
* mkdescription.pl: Remove |catalog| element from
the result description document.
* table.cgi: Set |is_header| property
of table cells explicitly since otherwise newer JSON.pm
generates broken output.
2007-07-16 Wakaba <wakaba@suika.fam.cx>
Revision
1.22 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 16 08:38:48 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.21: +24 -0 lines
Diff to
previous 1.21
,
to
selected 1.106
++ ChangeLog 16 Jul 2007 08:38:44 -0000
* Makefile (all): |cc-msg.en.txt| is added to the list of
dependency.
(cc-msg.en.txt): New rule.
* mkcatalog.pl: New Perl script.
* cc-msg.en.txt: Now this file is generated by
the rule described in |Makefile|.
* cc.cgi (HTML mode): Set |charset| as |ISO-8859-1|
if not specified, for now.
(get_text): Replace |<var>$/n/</var>|, not just |$/n/|,
to variable.
* error-description-source.xml: All entries
in |cc-msg.en.txt| are now described as XML data.
* mkdescription.pl: Print the result by |inner_html| DOM
attribute. Put |level| attribute value, if any, before |name|
attribute value. Allow missing of |desc| attribute.
Ignore any |catalog| element.
2007-07-16 Wakaba <wakaba@suika.fam.cx>
Revision
1.21 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 15 16:39:10 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.20: +24 -0 lines
Diff to
previous 1.20
,
to
selected 1.106
++ ChangeLog 15 Jul 2007 16:39:03 -0000
2007-07-16 Wakaba <wakaba@suika.fam.cx>
* cc-interface.en.html: Content-Type options are extended.
Charset options are added. URI input box is added.
* cc.cgi (get_input_document): New. Support for URI input.
(#document-info): Present request URI, documen URI,
base URI (HTTP-level), internet media type, and
charset (if any).
(print_http_header_section): New.
(print_source_string_section): Renamed from |print_source_string|
and it now generate entire section. Use charset
information obtained by parsing (for this reason the section
now follows the parse error section).
(HTML parse mode): Support for charsets (alpha).
(XML parse mode): Support for |application/xml|
and |text/xml|. Support for charsets.
(#result-summary): Show error message section,
rather than simple HTTP error, for any input error.
(print_document_tree): Present |xml_version|, |xml_encoding|,
and |xml_standalone|.
(get_node_path): Return |/| if the input is the |Document| node.
(WDCC::LWPUA): New package.
Revision
1.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 15 06:14:30 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.18: +6 -0 lines
Diff to
previous 1.18
,
to
selected 1.106
++ ChangeLog 15 Jul 2007 06:14:19 -0000
2007-07-15 Wakaba <wakaba@suika.fam.cx>
* parser-manakai.cgi: Set |Document| as HTML if it is.
Use |inner_html| attribute for inner HTML value.
XML documents are now serializable via |inner_html|.
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 1 10:02:24 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.16: +9 -0 lines
Diff to
previous 1.16
,
to
selected 1.106
++ ChangeLog 1 Jul 2007 10:02:07 -0000
* cc.cgi: Return 404 if |PATH_INFO| is different from |/|.
Link to |error-description|.
* error-description-source.xml: New.
* mkdescription.pl: New.
2007-07-01 Wakaba <wakaba@suika.fam.cx>
Revision
1.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 1 06:21:46 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.15: +16 -0 lines
Diff to
previous 1.15
,
to
selected 1.106
++ ChangeLog 1 Jul 2007 06:21:44 -0000
2007-07-01 Wakaba <wakaba@suika.fam.cx>
* cc-style.css: New rules for empty error lists,
error levels, and |code|.
* cc.cgi: Support for error message catalog.
Support for empty (zero-length) document.
(print_source_string): Support for empty document.
(print_document_tree): Element |has_child_nodes| test
was incorrect. Output compat mode and is html flag
for |Document| node.
(load_text_catalog, get_text): New functions.
* LICENSE, large-alert.png, large-info.png, large-stop.png:
New files.
Revision
1.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jun 30 08:26:08 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.13: +15 -0 lines
Diff to
previous 1.13
,
to
selected 1.106
++ ChangeLog 30 Jun 2007 08:26:04 -0000
2007-06-30 Wakaba <wakaba@suika.fam.cx>
* cc-style.css (img): New rule not to make border
for img[usemap].
* cc.cgi: |table.cgi|-feature merged. Doctype
token was serialized incorrectly.
* table-script.js (tableToCanvas): Has second
argument to specify the parent. Use image map
to identify cells.
* table.cgi: Minor fix to sync with the aforementioned
change.
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun May 20 08:14:48 2007 UTC
(17 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.4: +8 -0 lines
Diff to
previous 1.4
,
to
selected 1.106
++ ChangeLog 20 May 2007 08:14:29 -0000
2007-05-19 Wakaba <wakaba@suika.fam.cx>
* parser-interface.en.html: A checkbox to
enable DOM5 HTML conformance checking is added.
* parser.cgi: Check DOM5 HTML conformance
if |dom5| parameter is specified.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.