/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 188 by teichmann, Thu Sep 20 14:32:32 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]>  2007-09-20      Sascha L. Teichmann <[email protected]>
122    
123          * tools/formed/formed/plugins/export/mode.py: New. Filter to export          * tools/formed/formed/plugins/export/mode.py: New. Filter to export

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26