/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 187 by teichmann, Wed Sep 19 16:25:33 2007 UTC revision 203 by teichmann, Sun Oct 7 10:11:33 2007 UTC
# Line 1  Line 1 
1    2007-10-07      Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT
4              rules for views. TODO: add UPDATE rules.
5    
6    2007-10-07      Sascha L. Teichmann <[email protected]>
7    
8            * tools/formed/formed/plugins/export/old_sql.py: New. Contains
9              the legacy SQL export filters.
10    
11            * tools/formed/formed/plugins/export/sql.py: Factored out the
12              legacy SQL export filters to old_sql.
13    
14            * tools/formed/formed/config.py: Adjusted to fetch legacy
15              filters from old_sql.
16    
17    2007-10-06      Sascha L. Teichmann <[email protected]>
18    
19            * pdf2xfa/**: Initial import of the PDF to XFA server.
20    
21    2007-10-06      Sascha L. Teichmann <[email protected]>
22    
23            * tools/formed/formed/plugins/export/sql.py: Fixed bug
24              that made choices of three elements to booleans if
25              they have other meanings than 'Ja', 'Nein', 'keine Angabe'.
26    
27    2007-10-05      Sascha L. Teichmann <[email protected]>
28    
29            * tools/formed/formed/plugins/export/sql.py: Select ids of
30              underlaying tables in views too.
31    
32    2007-10-04      Sascha L. Teichmann <[email protected]>
33    
34            * tools/formed/formed/plugins/export/sql.py: Create schema inside transaction.
35              Various bug fixes.
36    
37    2007-10-04      Sascha L. Teichmann <[email protected]>
38    
39            * tools/formed/formed/model/data.py: Added GroupNode.allWidgets()
40              to extract fields from embedded repeat groups.
41    
42            * tools/formed/formed/plugins/export/sql.py: The SQL exporter exports
43              views per page too. Result not tested yet.
44    
45    2007-10-01      Sascha L. Teichmann <[email protected]>
46    
47            * tools/formed/formed/plugins/web/view_renderer.py: Ignore
48              in-page repeat groups while rendering pages.
49    
50    2007-10-01      Sascha L. Teichmann <[email protected]>
51    
52            * tools/formed/formed/model/nodecomponents.py: Added visitor
53              traversals for document trees.
54    
55            * tools/formed/formed/model/data.py: Rewrote the
56              Page.allWidgets() method to use new visitor for
57              tree traversal.
58    
59    2007-09-27      Torsten Irlaender <[email protected]>
60    
61            * tools/formed/formed/plugins/names/filter.py: Pages are now included
62              in the rename by formular name  algorithm
63    
64    2007-09-26      Sascha L. Teichmann <[email protected]>
65    
66            * tools/formed/formed/model/data.py: Removed old {next|prev}Page()
67              TODO: rewrite Page.allWidgets().
68    
69            * tools/formed/formed/model/nodecomponents.py: Added a method
70              Node.firstLevel(criterion) to walk a defined line in the tree.
71    
72            * tools/formed/formed/plugins/export/sql.py: Extract data suitable to
73              build views and respective joins.
74    
75    2007-09-26      Sascha L. Teichmann <[email protected]>
76    
77            * tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to
78              FORMED environment variable. If set to true tidylib is used to
79              filter HTML content to be W3C valid. To use this feature install
80              uTidylib.
81    
82            * tools/formed/formed/plugins/web/server.py: Check if MIME type is
83              text/html and filters content through tidy if requested.
84    
85    2007-09-25      Torsten Irlaender <[email protected]>
86    
87            * tools/formed/formed/plugins/web/view_renderer.py: Small fix and
88              cleanup of the form generation code.
89    
90    2007-09-21      Sascha L. Teichmann <[email protected]>
91    
92            * tools/formed/formed/plugins/export/sql.py: Added generation time
93              and DROP TABLE statements to schema export.
94    
95    2007-09-20      Sascha L. Teichmann <[email protected]>
96    
97            * tools/formed/formed/plugins/export/sql.py: The tables are generated
98              in correct topolocial order now.
99    
100    2007-09-20      Sascha L. Teichmann <[email protected]>
101    
102            * tools/formed/formed/plugins/export/mode.py: New. Filter to export
103              a document with items that are in given mode.
104    
105            * tools/formed/formed/model/nodecomponents.py: Added methods to clone
106              trees depending on selected modes.
107    
108            * tools/formed/formed/model/data.py, tools/formed/formed/model/expr.py:
109              Fixed clone issue with RuleNodes.
110    
111            * tools/formed/formed/config.py: Use new plug-in.
112    
113  2007-09-17      Sascha L. Teichmann <[email protected]>  2007-09-17      Sascha L. Teichmann <[email protected]>
114    
115          * tools/formed/formed/plugins/web/view_renderer.py: Make the          * tools/formed/formed/plugins/web/view_renderer.py: Make the

Legend:
Removed from v.187  
changed lines
  Added in v.203

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26