/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.191  
changed lines
  Added in v.234

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26