/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.200  
changed lines
  Added in v.245

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26