/[suikacvs]/test/html-webhacc/WebHACC/ChangeLog
Suika

Contents of /test/html-webhacc/WebHACC/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (show annotations) (download)
Mon Jul 21 12:56:34 2008 UTC (16 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.7: +16 -0 lines
++ 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>

1 2008-07-21 Wakaba <wakaba@suika.fam.cx>
2
3 * Input.pm: Most human-readable texts are now handled by
4 catalog.
5 (id_prefix): Support for nested subdocuments.
6
7 * Output.pm (start_section, dt, xref): Section/item names and
8 link labels are now handled by catalog.
9 (load_text_catalog, nl_text): New methods.
10 (html_header): Application name is moved to catalog.
11
12 * Result.pm (add_error): Important error properties are
13 now exposed to client-side script as data-* attributes.
14 Labels are now handled by catalog. Error descriptions
15 are now taken from catalog as it were.
16
17 2008-07-21 Wakaba <wakaba@suika.fam.cx>
18
19 * Output.pm (html_header): Application name changed.
20
21 2008-07-21 Wakaba <wakaba@suika.fam.cx>
22
23 * Input.pm (full_subdocument_index): New method, for the
24 support of hierarchical subdocument numbers.
25 (start_section): Use hierarhical subdocument numbers for
26 section headings.
27
28 * Output.pm (http_header, http_error, html_header): New methods.
29
30 2008-07-21 Wakaba <wakaba@suika.fam.cx>
31
32 * Output.pm (start_section, end_section): "role" option
33 implemented. Automatical rank setting implemented.
34 (start_error_list, end_error_list): New.
35 (add_source_to_parse_error_list): New.
36
37 * Result.pm: "Unknown location" message text changed.
38
39 2008-07-21 Wakaba <wakaba@suika.fam.cx>
40
41 * Result.pm (add_label): Output error-level description
42 text before the description of the error itself, which
43 is originally coded in get_error_level_label, which in turn
44 comes from cc.cgi at first.
45 (get_error_level_label): Removed.
46
47 2008-07-21 Wakaba <wakaba@suika.fam.cx>
48
49 * Input.pm: A new subclass for subdocuments are added.
50 Methods for information sections are added (from cc.cgi).
51
52 * Output.pm (code): Support for attributes.
53 (script, dt): New methods.
54 (node_link): New method (from get_node_link in WebHACC::Result,
55 which comes from cc.cgi).
56
57 * Result.pm (add_error): Show some text even if no location
58 infomration is available. Use input object, if available,
59 as fallback for location information.
60 (get_error_label, get_node_path, get_node_link): Removed.
61 The first method is no longer used. The latters are now
62 supported as |node_link| method in WebHACC::Output.
63
64 2008-07-21 Wakaba <wakaba@suika.fam.cx>
65
66 * Input.pm (generate_transfer_sections, generate_http_header_section):
67 New (partially comes from cc.cgi).
68
69 * Output.pm (link): Call |start_tag| such that attributes
70 can be set.
71 (link_to_webhacc): New.
72 (encode_url_component): From WebHACC::Language::Base.
73
74 * Result.pm: Support for error outputting and result table
75 generation.
76
77 2008-07-20 Wakaba <wakaba@suika.fam.cx>
78
79 * ChangeLog: New file.
80
81 * Input.pm, Output.pm, Result.pm: New modules.
82
83 * Langauge/: New directory.
84
85

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24