/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.184  
changed lines
  Added in v.207

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26