/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 183 by teichmann, Mon Sep 17 05:33:06 2007 UTC revision 192 by teichmann, Wed Sep 26 18:20:40 2007 UTC
# Line 1  Line 1 
1    2007-09-26      Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to
4              FORMED environment variable. If set to true tidylib is used to
5              filter HTML content to be W3C valid. To use this feature install
6              uTidylib.
7    
8            * tools/formed/formed/plugins/web/server.py: Check if MIME type is
9              text/html and filters content through tidy if requested.
10    
11    2007-09-25      Torsten Irlaender <[email protected]>
12    
13            * tools/formed/formed/plugins/web/view_renderer.py: Small fix and
14              cleanup of the form generation code.
15    
16    2007-09-21      Sascha L. Teichmann <[email protected]>
17    
18            * tools/formed/formed/plugins/export/sql.py: Added generation time
19              and DROP TABLE statements to schema export.
20    
21    2007-09-20      Sascha L. Teichmann <[email protected]>
22    
23            * tools/formed/formed/plugins/export/sql.py: The tables are generated
24              in correct topolocial order now.
25    
26    2007-09-20      Sascha L. Teichmann <[email protected]>
27    
28            * tools/formed/formed/plugins/export/mode.py: New. Filter to export
29              a document with items that are in given mode.
30    
31            * tools/formed/formed/model/nodecomponents.py: Added methods to clone
32              trees depending on selected modes.
33    
34            * tools/formed/formed/model/data.py, tools/formed/formed/model/expr.py:
35              Fixed clone issue with RuleNodes.
36    
37            * tools/formed/formed/config.py: Use new plug-in.
38    
39    2007-09-17      Sascha L. Teichmann <[email protected]>
40    
41            * tools/formed/formed/plugins/web/view_renderer.py: Make the
42              view renderer a real view renderer. It takes a list of
43              items now and not only a single page.
44    
45            * tools/formed/formed/plugins/web/renderer.py: Feed a list
46              of items to the view renderer.
47    
48    2007-09-17      Torsten Irlaender <[email protected]>
49    
50            * tools/formed/formed/plugins/web/view_renderer.py:
51              Small tweaks in rendering bools.
52              RadioNodes (with all its children) can now be placed in a container.
53              The radiobools will not get a surrounding <div> anymore.
54              I am not sure if the new way results in the wanted behaivor, but the
55              rendering results are much better now :)
56              Maybe we need a similar approach for checkboxes?
57              Rendering groups is still broken in some way.
58    
59    2007-09-17      Sascha L. Teichmann <[email protected]>
60    
61            * tools/formed/formed/plugins/web/view_renderer.py: Fixed
62              a few bugs: Do not render empty containers, do not
63              generate misplaced <br class="newline"> in choices.
64              Add a nameless container to catch the items that are
65              nor explicitly assigned to a target. Removed FormData.
66    
67            * tools/formed/formed/plugins/web/renderer.py: Removed
68              a needless import
69    
70    2007-09-17      Sascha L. Teichmann <[email protected]>
71    
72            * tools/formed/formed/plugins/web/view_renderer.py: Implemented
73              usage of 'containers' and 'target' attributes.
74    
75            * tools/formed/formed/plugins/web/controllers.py: Modified import.
76    
77            * tools/formed/formed/plugins/web/renderer.py: Use
78              new ViewRenderer.
79    
80  2007-09-17      Sascha L. Teichmann <[email protected]>  2007-09-17      Sascha L. Teichmann <[email protected]>
81    
82          * tools/formed/formed/model/nodecomponents.py: Added attributes          * tools/formed/formed/model/nodecomponents.py: Added attributes

Legend:
Removed from v.183  
changed lines
  Added in v.192

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26