/[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 197 by teichmann, Thu Oct 4 14:14:34 2007 UTC
# Line 1  Line 1 
1    2007-10-04      Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/model/data.py: Added GroupNode.allWidgets()
4              to extract fields from embedded repeat groups.
5    
6            * tools/formed/formed/plugins/export/sql.py: The SQL exporter exports
7              views per page too. Result not tested yet.
8    
9    2007-10-01      Sascha L. Teichmann <[email protected]>
10    
11            * tools/formed/formed/plugins/web/view_renderer.py: Ignore
12              in-page repeat groups while rendering pages.
13    
14    2007-10-01      Sascha L. Teichmann <[email protected]>
15    
16            * tools/formed/formed/model/nodecomponents.py: Added visitor
17              traversals for document trees.
18    
19            * tools/formed/formed/model/data.py: Rewrote the
20              Page.allWidgets() method to use new visitor for
21              tree traversal.
22    
23    2007-09-27      Torsten Irlaender <[email protected]>
24    
25            * tools/formed/formed/plugins/names/filter.py: Pages are now included
26              in the rename by formular name  algorithm
27    
28    2007-09-26      Sascha L. Teichmann <[email protected]>
29    
30            * tools/formed/formed/model/data.py: Removed old {next|prev}Page()
31              TODO: rewrite Page.allWidgets().
32    
33            * tools/formed/formed/model/nodecomponents.py: Added a method
34              Node.firstLevel(criterion) to walk a defined line in the tree.
35    
36            * tools/formed/formed/plugins/export/sql.py: Extract data suitable to
37              build views and respective joins.
38    
39    2007-09-26      Sascha L. Teichmann <[email protected]>
40    
41            * tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to
42              FORMED environment variable. If set to true tidylib is used to
43              filter HTML content to be W3C valid. To use this feature install
44              uTidylib.
45    
46            * tools/formed/formed/plugins/web/server.py: Check if MIME type is
47              text/html and filters content through tidy if requested.
48    
49    2007-09-25      Torsten Irlaender <[email protected]>
50    
51            * tools/formed/formed/plugins/web/view_renderer.py: Small fix and
52              cleanup of the form generation code.
53    
54    2007-09-21      Sascha L. Teichmann <[email protected]>
55    
56            * tools/formed/formed/plugins/export/sql.py: Added generation time
57              and DROP TABLE statements to schema export.
58    
59    2007-09-20      Sascha L. Teichmann <[email protected]>
60    
61            * tools/formed/formed/plugins/export/sql.py: The tables are generated
62              in correct topolocial order now.
63    
64    2007-09-20      Sascha L. Teichmann <[email protected]>
65    
66            * tools/formed/formed/plugins/export/mode.py: New. Filter to export
67              a document with items that are in given mode.
68    
69            * tools/formed/formed/model/nodecomponents.py: Added methods to clone
70              trees depending on selected modes.
71    
72            * tools/formed/formed/model/data.py, tools/formed/formed/model/expr.py:
73              Fixed clone issue with RuleNodes.
74    
75            * tools/formed/formed/config.py: Use new plug-in.
76    
77    2007-09-17      Sascha L. Teichmann <[email protected]>
78    
79            * tools/formed/formed/plugins/web/view_renderer.py: Make the
80              view renderer a real view renderer. It takes a list of
81              items now and not only a single page.
82    
83            * tools/formed/formed/plugins/web/renderer.py: Feed a list
84              of items to the view renderer.
85    
86    2007-09-17      Torsten Irlaender <[email protected]>
87    
88            * tools/formed/formed/plugins/web/view_renderer.py:
89              Small tweaks in rendering bools.
90              RadioNodes (with all its children) can now be placed in a container.
91              The radiobools will not get a surrounding <div> anymore.
92              I am not sure if the new way results in the wanted behaivor, but the
93              rendering results are much better now :)
94              Maybe we need a similar approach for checkboxes?
95              Rendering groups is still broken in some way.
96    
97    2007-09-17      Sascha L. Teichmann <[email protected]>
98    
99            * tools/formed/formed/plugins/web/view_renderer.py: Fixed
100              a few bugs: Do not render empty containers, do not
101              generate misplaced <br class="newline"> in choices.
102              Add a nameless container to catch the items that are
103              nor explicitly assigned to a target. Removed FormData.
104    
105            * tools/formed/formed/plugins/web/renderer.py: Removed
106              a needless import
107    
108    2007-09-17      Sascha L. Teichmann <[email protected]>
109    
110            * tools/formed/formed/plugins/web/view_renderer.py: Implemented
111              usage of 'containers' and 'target' attributes.
112    
113            * tools/formed/formed/plugins/web/controllers.py: Modified import.
114    
115            * tools/formed/formed/plugins/web/renderer.py: Use
116              new ViewRenderer.
117    
118  2007-09-17      Sascha L. Teichmann <[email protected]>  2007-09-17      Sascha L. Teichmann <[email protected]>
119    
120          * 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.197

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26