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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26