/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.194  
changed lines
  Added in v.233

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26