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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26