/[pub]/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.6 by wakaba, Mon Jul 21 09:40:59 2008 UTC revision 1.15 by wakaba, Thu Aug 14 11:58:32 2008 UTC
# Line 1  Line 1 
1    2008-08-14  Wakaba  <[email protected]>
2    
3            * Output.pm (start_section): Roles set class="", too.  New "source"
4            role for source code sections.
5    
6    2008-08-14  Wakaba  <[email protected]>
7    
8            * Input.pm (id_prefix): Use the parent subdoc's id_prefix
9            as the prefix of the subdoc id_prefix (e.g. subdoc-1-subdoc-1-
10            for subdoc #1.1).
11            (start_section): Set the role of the section element as subdoc.
12    
13            * Output.pm (start_section): Support for "subdoc" role.
14            Use parent input's id_prefix as parent_id.
15    
16    2008-08-14  Wakaba  <[email protected]>
17    
18            * Output.pm: Support for inner tabs for "input" subsections.
19            Improved support for "details" widget.
20    
21    2008-08-10  Wakaba  <[email protected]>
22    
23            * Output.pm (html_header, start_section): Generate
24            script elements for tab styling.
25    
26            * Result.pm: Link to error list section of transfer-protocol-level
27            errors.
28    
29    2008-08-02  Wakaba  <[email protected]>
30    
31            * Output.pm ($htescape_value): New code.  Some methods should
32            invoke this code instead of original $htescape, since that
33            code will convert invisible characters into HTML tags
34            such that that code is not suitable for attribute values
35            and CDATA/PCDATA element contents.
36            ($get_object_path): New.  Future revision of this code should
37            support real "path" to the node object.  The current version
38            only dumps the type and the name of the node itself.
39            (node_link): Support for non-DOM nodes.
40    
41            * Result.pm (add_error): Support for non-DOM nodes.
42    
43    2008-07-27  Wakaba  <[email protected]>
44    
45            * Output.pm (new, input): |input| attribute should always have an input
46            object, even though it might be an empty one.
47            (add_source_to_parse_error_list): s/shift/shift ()/ to remove
48            ambigiousness warning.
49            (select): New method.
50            (generate_input_section): New method.
51    
52    2008-07-26  Wakaba  <[email protected]>
53    
54            * Input.pod: New.
55    
56            * Input.pm (urls, url, add_url): New.  Originally handled
57            as |$input->{uri}| and |$input->{request_uri}|.
58            (get_document and related methods/classes): New.  Originally
59            part of |cc.cgi|.
60    
61            * Output.pm (html_header): Link to |cc-script.js|.
62    
63    2008-07-21  Wakaba  <[email protected]>
64    
65            * Input.pm: Most human-readable texts are now handled by
66            catalog.
67            (id_prefix): Support for nested subdocuments.
68    
69            * Output.pm (start_section, dt, xref): Section/item names and
70            link labels are now handled by catalog.
71            (load_text_catalog, nl_text): New methods.
72            (html_header): Application name is moved to catalog.
73    
74            * Result.pm (add_error): Important error properties are
75            now exposed to client-side script as data-* attributes.
76            Labels are now handled by catalog.  Error descriptions
77            are now taken from catalog as it were.
78    
79    2008-07-21  Wakaba  <[email protected]>
80    
81            * Output.pm (html_header): Application name changed.
82    
83  2008-07-21  Wakaba  <[email protected]>  2008-07-21  Wakaba  <[email protected]>
84    
85          * Input.pm (full_subdocument_index): New method, for the          * Input.pm (full_subdocument_index): New method, for the

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.15

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24