/[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.12 by wakaba, Sun Aug 10 11:49:43 2008 UTC revision 1.16 by wakaba, Thu Aug 14 15:50:42 2008 UTC
# Line 1  Line 1 
1    2008-08-14  Wakaba  <[email protected]>
2    
3            * Input.pm: Methods |generate_transfer_sections|
4            and |generate_http_header_section| are moved to HTTP
5            subclass, since they are irrelevant to non-HTTP inputs.
6            (_get_document): Forbidden host error was not represented
7            by WebHACC::Input::Error subclass.
8            (WebHACC::Input::Error generate_transfer_sections): Use
9            role name for the section.
10            (WebHACC::Input::HTTPError generate_transfer_sections): New method
11            added, since the main superclass, i.e. WebHACC::Input::Error,
12            no longer dumps HTTP headers due to the change mentioned above.
13    
14            * Output.pm (start_section): New roles "transfer-errors" and "result".
15    
16            * Result.pm (parent_result): New attribute.
17            (layer_applicable, layer_uncertain): New methods to set flags.
18            (add_error): Natural language strings are now handled
19            by the catalog mechanism.  Use new scoring mechanism.
20            (generate_result_section): Use catalog for all natural
21            language strings.  Table generation is now much more sophiscated
22            that it was.  Support for subdoc result summary.  Support
23            for the column of the number of informational message.  Support
24            for "N/A" status.
25    
26    2008-08-14  Wakaba  <[email protected]>
27    
28            * Output.pm (start_section): Roles set class="", too.  New "source"
29            role for source code sections.
30    
31    2008-08-14  Wakaba  <[email protected]>
32    
33            * Input.pm (id_prefix): Use the parent subdoc's id_prefix
34            as the prefix of the subdoc id_prefix (e.g. subdoc-1-subdoc-1-
35            for subdoc #1.1).
36            (start_section): Set the role of the section element as subdoc.
37    
38            * Output.pm (start_section): Support for "subdoc" role.
39            Use parent input's id_prefix as parent_id.
40    
41    2008-08-14  Wakaba  <[email protected]>
42    
43            * Output.pm: Support for inner tabs for "input" subsections.
44            Improved support for "details" widget.
45    
46  2008-08-10  Wakaba  <[email protected]>  2008-08-10  Wakaba  <[email protected]>
47    
48          * Output.pm (html_header, start_section): Generate          * Output.pm (html_header, start_section): Generate

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.16

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24