Log of /test/html-webhacc/WebHACC/Language/Base.pm
Parent Directory
|
Revision Log
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 14 15:50:42 2008 UTC
(16 years, 10 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.6: +3 -0 lines
Diff to
previous 1.6
,
to
selected 1.1
++ 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.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 14 11:58:32 2008 UTC
(16 years, 10 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.5: +2 -3 lines
Diff to
previous 1.5
,
to
selected 1.1
++ 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.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 21 08:39:12 2008 UTC
(16 years, 11 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.3: +1 -3 lines
Diff to
previous 1.3
,
to
selected 1.1
++ 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.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 21 05:24:32 2008 UTC
(16 years, 11 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.2: +2 -1 lines
Diff to
previous 1.2
,
to
selected 1.1
++ 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.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 20 16:53:10 2008 UTC
(16 years, 11 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.1: +8 -14 lines
Diff to
previous 1.1
++ 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.1 -
(
view)
(
download)
(
annotate)
-
[selected]
Sun Jul 20 14:58:24 2008 UTC
(16 years, 11 months ago)
by
wakaba
Branch:
MAIN
++ ChangeLog 20 Jul 2008 14:58:20 -0000
2008-07-20 Wakaba <wakaba@suika.fam.cx>
* cc.cgi: Modularized.
* WebHACC/: New directory.
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.