Log of /test/html-webhacc/cc-script.js
Parent Directory
|
Revision Log
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 11 05:11:11 2008 UTC
(17 years, 7 months ago)
by
wakaba
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.11: +2 -1 lines
Diff to
previous 1.11
++ 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.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 16 13:09:08 2008 UTC
(17 years, 11 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.10: +159 -11 lines
Diff to
previous 1.10
++ 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.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 16 07:42:20 2008 UTC
(17 years, 11 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.9: +5 -1 lines
Diff to
previous 1.9
++ 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.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 15 16:44:03 2008 UTC
(17 years, 11 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.8: +2 -1 lines
Diff to
previous 1.8
++ 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.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 14 09:16:52 2008 UTC
(17 years, 11 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.7: +43 -13 lines
Diff to
previous 1.7
++ 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.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 14 07:19:44 2008 UTC
(17 years, 11 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.6: +46 -22 lines
Diff to
previous 1.6
++ 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.