/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.185  
changed lines
  Added in v.196

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26