/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 191 by torsten, Tue Sep 25 17:00:50 2007 UTC revision 213 by frank, Tue Oct 23 14:39:20 2007 UTC
# Line 1  Line 1 
1    2007-10-23      Frank Koormann <[email protected]>
2    
3            * tools/formed/formed/plugins/export/sql.py: Set default
4            value (-1) for choices and bools.
5    
6    2007-10-21      Frank Koormann <[email protected]>
7    
8            * tools/formed/formed/plugins/export/sql.py: Grant statements for
9            descriptive tables added.
10            (Table.getName): new
11    
12    2007-10-21      Frank Koormann <[email protected]>
13    
14            * tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE"
15            statements for views and roles to make updates easier.
16            Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE.
17    
18    2007-10-19      Frank Koormann <[email protected]>
19    
20            * tools/formed/formed/plugins/export/sql.py: Added GRANT statements
21            for views. The statements are prepared for variable substitution
22            when executing the SQL-scripts by psql.
23    
24    2007-10-18      Sascha L. Teichmann <[email protected]>
25    
26            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed:
27              End of result XML was truncated because of an unflushed buffer.
28    
29    2007-10-17      Sascha L. Teichmann <[email protected]>
30    
31            * pdf2xfa/bin/build-jar.sh: New. Build production jar file.
32    
33            * pdf2xfa/README.TXT: Adjusted how to build production jar file
34              and how to use it.
35    
36            * pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class
37              and iText dependency.
38    
39    2007-10-16      Sascha L. Teichmann <[email protected]>
40    
41            * tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe'
42              are not modeled as BOOLEANs any more. That simpifies the conversion
43              process web vs. db.
44    
45    2007-10-07      Sascha L. Teichmann <[email protected]>
46    
47            * tools/formed/formed/plugins/export/sql.py: Added the remaining
48              UPDATE rules.
49    
50    2007-10-07      Sascha L. Teichmann <[email protected]>
51    
52            * tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some
53              views. TODO: Test'em and implement the rest.
54    
55    2007-10-07      Sascha L. Teichmann <[email protected]>
56    
57            * tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT
58              rules referenced none existing views.
59    
60    2007-10-07      Sascha L. Teichmann <[email protected]>
61    
62            * tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT
63              rules for views. TODO: add UPDATE rules.
64    
65    2007-10-07      Sascha L. Teichmann <[email protected]>
66    
67            * tools/formed/formed/plugins/export/old_sql.py: New. Contains
68              the legacy SQL export filters.
69    
70            * tools/formed/formed/plugins/export/sql.py: Factored out the
71              legacy SQL export filters to old_sql.
72    
73            * tools/formed/formed/config.py: Adjusted to fetch legacy
74              filters from old_sql.
75    
76    2007-10-06      Sascha L. Teichmann <[email protected]>
77    
78            * pdf2xfa/**: Initial import of the PDF to XFA server.
79    
80    2007-10-06      Sascha L. Teichmann <[email protected]>
81    
82            * tools/formed/formed/plugins/export/sql.py: Fixed bug
83              that made choices of three elements to booleans if
84              they have other meanings than 'Ja', 'Nein', 'keine Angabe'.
85    
86    2007-10-05      Sascha L. Teichmann <[email protected]>
87    
88            * tools/formed/formed/plugins/export/sql.py: Select ids of
89              underlaying tables in views too.
90    
91    2007-10-04      Sascha L. Teichmann <[email protected]>
92    
93            * tools/formed/formed/plugins/export/sql.py: Create schema inside transaction.
94              Various bug fixes.
95    
96    2007-10-04      Sascha L. Teichmann <[email protected]>
97    
98            * tools/formed/formed/model/data.py: Added GroupNode.allWidgets()
99              to extract fields from embedded repeat groups.
100    
101            * tools/formed/formed/plugins/export/sql.py: The SQL exporter exports
102              views per page too. Result not tested yet.
103    
104    2007-10-01      Sascha L. Teichmann <[email protected]>
105    
106            * tools/formed/formed/plugins/web/view_renderer.py: Ignore
107              in-page repeat groups while rendering pages.
108    
109    2007-10-01      Sascha L. Teichmann <[email protected]>
110    
111            * tools/formed/formed/model/nodecomponents.py: Added visitor
112              traversals for document trees.
113    
114            * tools/formed/formed/model/data.py: Rewrote the
115              Page.allWidgets() method to use new visitor for
116              tree traversal.
117    
118    2007-09-27      Torsten Irlaender <[email protected]>
119    
120            * tools/formed/formed/plugins/names/filter.py: Pages are now included
121              in the rename by formular name  algorithm
122    
123    2007-09-26      Sascha L. Teichmann <[email protected]>
124    
125            * tools/formed/formed/model/data.py: Removed old {next|prev}Page()
126              TODO: rewrite Page.allWidgets().
127    
128            * tools/formed/formed/model/nodecomponents.py: Added a method
129              Node.firstLevel(criterion) to walk a defined line in the tree.
130    
131            * tools/formed/formed/plugins/export/sql.py: Extract data suitable to
132              build views and respective joins.
133    
134    2007-09-26      Sascha L. Teichmann <[email protected]>
135    
136            * tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to
137              FORMED environment variable. If set to true tidylib is used to
138              filter HTML content to be W3C valid. To use this feature install
139              uTidylib.
140    
141            * tools/formed/formed/plugins/web/server.py: Check if MIME type is
142              text/html and filters content through tidy if requested.
143    
144  2007-09-25      Torsten Irlaender <[email protected]>  2007-09-25      Torsten Irlaender <[email protected]>
145    
146          * tools/formed/formed/plugins/web/view_renderer.py: Small fix and          * tools/formed/formed/plugins/web/view_renderer.py: Small fix and
147            cleanup of the form generation code.            cleanup of the form generation code.
148    

Legend:
Removed from v.191  
changed lines
  Added in v.213

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26