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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.10

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24