/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.192  
changed lines
  Added in v.216

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26