/[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 225 by teichmann, Wed Feb 13 16:07:19 2008 UTC
# Line 1  Line 1 
1    2008-02-13      Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/plugins/export/sql.py: Added generation
4              of anonymiziation views for master table views and repeat group
5              views.
6    
7    2008-02-13      Sascha L. Teichmann <[email protected]>
8    
9            * tools/formed/formed/model/nodecomponents.py: Added attribute
10              "function"
11    
12            * tools/formed/formed/io/document.py: Save attributes in
13              alphabetical order.
14    
15    2008-02-02      Sascha L. Teichmann <[email protected]>
16    
17            * tools/formed/formed/plugins/export/sql.py: Added update rule
18              for master table and repeat groups views. Granted update right
19              to :cm_ka_group.
20    
21    2008-02-01      Sascha L. Teichmann <[email protected]>
22    
23            * tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id'
24              for master table and repeat groups. Also added unique constraints
25              to these columns.
26    
27    2007-12-10      Sascha L. Teichmann <[email protected]>
28    
29            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system
30              property 'root.element' to specify the name of the XML root.
31    
32            * pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted.
33    
34    2007-11-22      Sascha L. Teichmann <[email protected]>
35    
36            * pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts
37              for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde.
38    
39            * pdf2xfa/README.TXT: Add a remark to new boot scripts.
40    
41    2007-11-21      Sascha L. Teichmann <[email protected]>
42    
43            * pdf2xfa/src/de/intevation/pdfimport/Log.java: New.
44              Sends logging to file.
45    
46            * pdf2xfa/src/de/intevation/pdfimport/Server.java,
47              pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted
48              to use new logging.
49    
50            * pdf2xfa/README.TXT: Added remark how to use logging.
51    
52    2007-11-16      Frank Koormann <[email protected]>
53    
54            * tools/formed/formed/plugins/export/sql.py (createSchema):
55            Append only column "bearbeiter_id", standins are modelled by a
56            separate table.
57    
58    2007-11-16      Sascha L. Teichmann <[email protected]>
59    
60            * tools/formed/formed/model/data.py,
61              tools/formed/formed/plugins/web/view_renderer.py:
62              Added an invisible flag for info fields.
63    
64    2007-11-07      Sascha L. Teichmann <[email protected]>
65    
66            * tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs
67              (calling a wrong method).
68    
69    2007-11-07      Sascha L. Teichmann <[email protected]>
70    
71            * tools/formed/formed/model/nodecomponents.py: Added a field
72              'alternative' to all node components. This might be of help to
73              match PDF imports where the descriptions do not match.
74    
75    2007-10-23      Frank Koormann <[email protected]>
76    
77            * tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views
78    
79    2007-10-23      Frank Koormann <[email protected]>
80    
81            * tools/formed/formed/plugins/export/sql.py: Set default
82            value (-1) for choices and bools.
83    
84    2007-10-21      Frank Koormann <[email protected]>
85    
86            * tools/formed/formed/plugins/export/sql.py: Grant statements for
87            descriptive tables added.
88            (Table.getName): new
89    
90    2007-10-21      Frank Koormann <[email protected]>
91    
92            * tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE"
93            statements for views and roles to make updates easier.
94            Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE.
95    
96    2007-10-19      Frank Koormann <[email protected]>
97    
98            * tools/formed/formed/plugins/export/sql.py: Added GRANT statements
99            for views. The statements are prepared for variable substitution
100            when executing the SQL-scripts by psql.
101    
102    2007-10-18      Sascha L. Teichmann <[email protected]>
103    
104            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed:
105              End of result XML was truncated because of an unflushed buffer.
106    
107    2007-10-17      Sascha L. Teichmann <[email protected]>
108    
109            * pdf2xfa/bin/build-jar.sh: New. Build production jar file.
110    
111            * pdf2xfa/README.TXT: Adjusted how to build production jar file
112              and how to use it.
113    
114            * pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class
115              and iText dependency.
116    
117    2007-10-16      Sascha L. Teichmann <[email protected]>
118    
119            * tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe'
120              are not modeled as BOOLEANs any more. That simpifies the conversion
121              process web vs. db.
122    
123    2007-10-07      Sascha L. Teichmann <[email protected]>
124    
125            * tools/formed/formed/plugins/export/sql.py: Added the remaining
126              UPDATE rules.
127    
128    2007-10-07      Sascha L. Teichmann <[email protected]>
129    
130            * tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some
131              views. TODO: Test'em and implement the rest.
132    
133    2007-10-07      Sascha L. Teichmann <[email protected]>
134    
135            * tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT
136              rules referenced none existing views.
137    
138    2007-10-07      Sascha L. Teichmann <[email protected]>
139    
140            * tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT
141              rules for views. TODO: add UPDATE rules.
142    
143    2007-10-07      Sascha L. Teichmann <[email protected]>
144    
145            * tools/formed/formed/plugins/export/old_sql.py: New. Contains
146              the legacy SQL export filters.
147    
148            * tools/formed/formed/plugins/export/sql.py: Factored out the
149              legacy SQL export filters to old_sql.
150    
151            * tools/formed/formed/config.py: Adjusted to fetch legacy
152              filters from old_sql.
153    
154    2007-10-06      Sascha L. Teichmann <[email protected]>
155    
156            * pdf2xfa/**: Initial import of the PDF to XFA server.
157    
158    2007-10-06      Sascha L. Teichmann <[email protected]>
159    
160            * tools/formed/formed/plugins/export/sql.py: Fixed bug
161              that made choices of three elements to booleans if
162              they have other meanings than 'Ja', 'Nein', 'keine Angabe'.
163    
164    2007-10-05      Sascha L. Teichmann <[email protected]>
165    
166            * tools/formed/formed/plugins/export/sql.py: Select ids of
167              underlaying tables in views too.
168    
169    2007-10-04      Sascha L. Teichmann <[email protected]>
170    
171            * tools/formed/formed/plugins/export/sql.py: Create schema inside transaction.
172              Various bug fixes.
173    
174    2007-10-04      Sascha L. Teichmann <[email protected]>
175    
176            * tools/formed/formed/model/data.py: Added GroupNode.allWidgets()
177              to extract fields from embedded repeat groups.
178    
179            * tools/formed/formed/plugins/export/sql.py: The SQL exporter exports
180              views per page too. Result not tested yet.
181    
182    2007-10-01      Sascha L. Teichmann <[email protected]>
183    
184            * tools/formed/formed/plugins/web/view_renderer.py: Ignore
185              in-page repeat groups while rendering pages.
186    
187    2007-10-01      Sascha L. Teichmann <[email protected]>
188    
189            * tools/formed/formed/model/nodecomponents.py: Added visitor
190              traversals for document trees.
191    
192            * tools/formed/formed/model/data.py: Rewrote the
193              Page.allWidgets() method to use new visitor for
194              tree traversal.
195    
196    2007-09-27      Torsten Irlaender <[email protected]>
197    
198            * tools/formed/formed/plugins/names/filter.py: Pages are now included
199              in the rename by formular name  algorithm
200    
201    2007-09-26      Sascha L. Teichmann <[email protected]>
202    
203            * tools/formed/formed/model/data.py: Removed old {next|prev}Page()
204              TODO: rewrite Page.allWidgets().
205    
206            * tools/formed/formed/model/nodecomponents.py: Added a method
207              Node.firstLevel(criterion) to walk a defined line in the tree.
208    
209            * tools/formed/formed/plugins/export/sql.py: Extract data suitable to
210              build views and respective joins.
211    
212  2007-09-26      Sascha L. Teichmann <[email protected]>  2007-09-26      Sascha L. Teichmann <[email protected]>
213    
214          * 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.225

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26