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
(15 years, 11 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
(16 years, 3 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
(16 years, 3 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
(16 years, 3 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
(16 years, 3 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
(16 years, 3 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.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 10 11:49:43 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.5: +89 -1 lines
Diff to
previous 1.5
++ 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.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 21 12:56:33 2008 UTC
(16 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.4: +3 -10 lines
Diff to
previous 1.4
++ 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.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 17 13:25:19 2008 UTC
(16 years, 8 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.3: +3 -3 lines
Diff to
previous 1.3
++ 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.
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.