/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 219 by teichmann, Wed Nov 21 14:06:46 2007 UTC revision 259 by teichmann, Wed Apr 9 15:48:37 2008 UTC
# Line 1  Line 1 
1    2008-04-09      Sascha L. Teichmann <[email protected]>
2    
3            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
4              old anonymized cases.
5    
6    2008-04-01      Sascha L. Teichmann <[email protected]>
7    
8            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
9              from clause to select datasets.
10              Replace ']]>' in CDATA sections with correct splitted replacement.
11    
12    2008-03-12      Sascha L. Teichmann <[email protected]>
13            
14            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
15              script.
16    
17            * tools/anonym/xmlimport.py: commented out database port from
18              connectionstring.
19    
20    2008-03-12      Sascha L. Teichmann <[email protected]>
21    
22            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
23              of anonymization of repeat groups (wrong id was given).
24    
25    2008-03-11      Sascha L. Teichmann <[email protected]>
26    
27            * tools/formed/formed/plugins/export/sql.py: Generate no update
28              statements for relations which have no anonym functions applied.
29    
30    2008-03-11      Sascha L. Teichmann <[email protected]>
31    
32            * tools/formed/formed/plugins/export/sql.py: Added a newline after
33              'COMMIT;' in the last line.
34    
35    2008-03-11      Sascha L. Teichmann <[email protected]>
36    
37            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
38              generated anonymize_case() function.
39              
40    2008-03-11      Sascha L. Teichmann <[email protected]>
41    
42            * tools/formed/formed/plugins/export/sql.py: Added code to
43              generate a plpgsql function anonymize_case() that anonymized
44              a given case and all of its depending repeat groups.
45    
46    2008-03-06      Sascha L. Teichmann <[email protected]>
47    
48            * tools/anonym/xmlimport.py: remove print of insert statement.
49    
50            * tools/formed/formed/plugins/export/sql.py: Print generation date in ISO.
51    
52    2008-03-03      Torsten Irländer <[email protected]>
53    
54            * anonym/cron.sendAnonXml.sh,
55              anonym/getDbList.sh: Modified script to be used directly in the
56              production environment (Copied running scripts from production
57              server)
58    
59            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
60              to be used in a production environment (Cpoied running script from
61              production server)
62    
63            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
64              ensure that only valid cases get exported
65    
66    2008-02-27      Sascha L. Teichmann <[email protected]>
67    
68            * tools/anonym/xmlimport.py: Fixed bug in date converter.
69    
70    2008-02-27      Sascha L. Teichmann <[email protected]>
71    
72            * tools/anonym/xmlimport.py: Simpilied version
73    
74    2008-02-27      Sascha L. Teichmann <[email protected]>
75    
76            * tools/anonym/cron.importAnonXml.sh: Add sudo call for
77              xmlimport.py and parameters.
78    
79            * tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/
80    
81            * tools/anonym/xmlexport.py: Use python interpreter without env
82              because of sudo context.
83    
84    2008-02-26      Sascha L. Teichmann <[email protected]>
85    
86            * tools/anonym/xmlimport.py: added support for getopt. add
87              support to force in fkz in import of case.
88    
89    2008-02-26      Sascha L. Teichmann <[email protected]>
90    
91            * tools/anonym/xmlimport.py: Implemented logic to create/update cases.
92    
93            * tools/anonym/html.awk: produces valid HTML.
94    
95    2008-02-25      Sascha L. Teichmann <[email protected]>
96    
97            * tools/anonym/joincsv.py: Fix a logic bug.
98    
99    2008-02-25      Torsten Irlaender <[email protected]>
100    
101            * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing
102              exportted cases. It will read all files from a directory and import
103              the files into the DB. After that the script will cleanup the
104              directory.
105    
106    2008-02-25      Torsten Irländer <[email protected]>
107            
108            * tools/anonym/cron.sendAnonXml.sh,
109              tools/anonym/xmlexport.py,
110              tools/anonym/getDbList.sh: Added shell-scripts for exporting cases
111    
112    2008-02-25      Sascha L. Teichmann <[email protected]>
113    
114            * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.
115    
116    2008-02-25      Sascha L. Teichmann <[email protected]>
117    
118            * tools/anonym/joincsv.py: New. Joins CSV files.
119    
120            * tools/anonym/html.awk: New. Converts CSV to HTML
121    
122    2008-02-25      Sascha L. Teichmann <[email protected]>
123    
124            * tools/anonym/xmlimport.py: New. Added generation of
125              update statements.
126    
127    2008-02-25      Sascha L. Teichmann <[email protected]>
128    
129            * tools/anonym/xmlimport.py: New. Base for importing
130              XML from cron.
131    
132    2008-02-24      Sascha L. Teichmann <[email protected]>
133    
134            * tools/formed/formed/plugins/export/html2.py: New. plug-in
135              for a simplified HTML output
136    
137            * tools/formed/formed/plugins/export/typemap.py: New. plug-in
138              for dump schema as python dictionary.
139    
140            * tools/formed/formed/config.py: Enable new plug-ins. Out comment
141              old stored procedure and view generators.
142    
143    2008-02-19      Sascha L. Teichmann <[email protected]>
144    
145            * tools/anonym/xmlexport.py: New. Export all cases in database
146              as XML.
147    
148    2008-02-18      Sascha L. Teichmann <[email protected]>
149    
150            * tools/anonym/anoymncsv.py: separate field with '\t' now.
151              all '\t's are replaced by '   ' before. '\r\n' are removed too.
152    
153    2008-02-15      Sascha L. Teichmann <[email protected]>
154    
155            * tools/anonym/anoymncsv.py: simple script to fetch anonymous
156              data from database.
157    
158    2008-02-14      Sascha L. Teichmann <[email protected]>
159    
160            * tools/formed/formed/plugins/export/sql.py: Exchanged name
161              erase_value with suppress_value/suppress_value2.
162    
163    2008-02-13      Sascha L. Teichmann <[email protected]>
164    
165            * tools/formed/formed/plugins/export/sql.py: output id, master_id
166              substitute 'erase_value' with NULL value.
167    
168    2008-02-13      Sascha L. Teichmann <[email protected]>
169    
170            * tools/formed/formed/plugins/export/sql.py: output id, master_id
171              and uuid_id in anonymiziation views too.
172    
173    2008-02-13      Sascha L. Teichmann <[email protected]>
174    
175            * tools/formed/formed/plugins/export/sql.py: Added generation
176              of anonymiziation views for master table views and repeat group
177              views.
178    
179    2008-02-13      Sascha L. Teichmann <[email protected]>
180    
181            * tools/formed/formed/model/nodecomponents.py: Added attribute
182              "function"
183    
184            * tools/formed/formed/io/document.py: Save attributes in
185              alphabetical order.
186    
187    2008-02-02      Sascha L. Teichmann <[email protected]>
188    
189            * tools/formed/formed/plugins/export/sql.py: Added update rule
190              for master table and repeat groups views. Granted update right
191              to :cm_ka_group.
192    
193    2008-02-01      Sascha L. Teichmann <[email protected]>
194    
195            * tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id'
196              for master table and repeat groups. Also added unique constraints
197              to these columns.
198    
199    2007-12-10      Sascha L. Teichmann <[email protected]>
200    
201            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system
202              property 'root.element' to specify the name of the XML root.
203    
204            * pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted.
205    
206    2007-11-22      Sascha L. Teichmann <[email protected]>
207    
208            * pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts
209              for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde.
210    
211            * pdf2xfa/README.TXT: Add a remark to new boot scripts.
212    
213  2007-11-21      Sascha L. Teichmann <[email protected]>  2007-11-21      Sascha L. Teichmann <[email protected]>
214    
215          * pdf2xfa/src/de/intevation/pdfimport/Log.java: New.          * pdf2xfa/src/de/intevation/pdfimport/Log.java: New.

Legend:
Removed from v.219  
changed lines
  Added in v.259

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26