/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.193  
changed lines
  Added in v.215

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26