/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 227 by teichmann, Wed Feb 13 16:44:26 2008 UTC revision 272 by torsten, Tue Jun 10 15:51:51 2008 UTC
# Line 1  Line 1 
1    2008-06-10      Torsten Irländer <[email protected]>
2    
3            * tools/formed/formed/plugins/export/sql.py: grant admin permission to
4              call anonymize function
5    
6    2008-05-21      Sascha L. Teichmann <[email protected]>  
7    
8            * tools/formed/formed/plugins/export/xsd.py: Brought encoding
9              back to UTF-8.
10    
11    2008-05-21      Frank Koormann <[email protected]>
12    
13            * tools/formed/formed/plugins/export/xls.py: New, export key value
14            tables as excel workbook with one sheet per table.
15    
16            * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
17    
18    2008-05-21      Frank Koormann <[email protected]>
19    
20            * tools/formed/formed/plugins/export/xsd.py
21            (SchemaCreator._createChoice): Fix use of choices name.
22    
23    2008-04-29      Sascha L. Teichmann <[email protected]>
24    
25            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
26              to allow arbitrary order of repeat groups.
27    
28    2008-04-29      Sascha L. Teichmann <[email protected]>
29    
30            * tools/formed/formed/plugins/export/xsd.py: Removed a needless
31              character.
32    
33    2008-04-29      Sascha L. Teichmann <[email protected]>
34    
35            * tools/formed/formed/plugins/export/xsd.py: Added annotations
36              to fields.
37    
38    2008-04-29      Sascha L. Teichmann <[email protected]>
39    
40            * tools/formed/formed/plugins/export/xsd.py: Added for
41              choice fields.
42    
43    2008-04-29      Sascha L. Teichmann <[email protected]>
44    
45            * tools/formed/formed/plugins/export/xsd.py: Added support for
46              boolean fields based on enumerations.
47    
48    2008-04-28      Sascha L. Teichmann <[email protected]>
49    
50            * tools/formed/formed/plugins/export/xsd.py: Added support for
51              date, text and textarea fields.
52    
53    2008-04-28      Sascha L. Teichmann <[email protected]>
54    
55            * tools/formed/formed/plugins/export/xsd.py: Added support for
56              repeat groups and integer fields.
57    
58    2008-04-28      Sascha L. Teichmann <[email protected]>
59    
60            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
61              exporting as XML schema. not ready, yet.
62    
63            * tools/formed/formed/config.py: Use new plug-in.
64    
65            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
66    
67    2008-04-17      Torsten Irländer <[email protected]>
68    
69            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
70            for the views because of the new group permissions.
71    
72    2008-04-09      Sascha L. Teichmann <[email protected]>
73    
74            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
75              old anonymized cases.
76    
77    2008-04-01      Sascha L. Teichmann <[email protected]>
78    
79            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
80              from clause to select datasets.
81              Replace ']]>' in CDATA sections with correct splitted replacement.
82    
83    2008-03-12      Sascha L. Teichmann <[email protected]>
84            
85            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
86              script.
87    
88            * tools/anonym/xmlimport.py: commented out database port from
89              connectionstring.
90    
91    2008-03-12      Sascha L. Teichmann <[email protected]>
92    
93            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
94              of anonymization of repeat groups (wrong id was given).
95    
96    2008-03-11      Sascha L. Teichmann <[email protected]>
97    
98            * tools/formed/formed/plugins/export/sql.py: Generate no update
99              statements for relations which have no anonym functions applied.
100    
101    2008-03-11      Sascha L. Teichmann <[email protected]>
102    
103            * tools/formed/formed/plugins/export/sql.py: Added a newline after
104              'COMMIT;' in the last line.
105    
106    2008-03-11      Sascha L. Teichmann <[email protected]>
107    
108            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
109              generated anonymize_case() function.
110              
111    2008-03-11      Sascha L. Teichmann <[email protected]>
112    
113            * tools/formed/formed/plugins/export/sql.py: Added code to
114              generate a plpgsql function anonymize_case() that anonymized
115              a given case and all of its depending repeat groups.
116    
117    2008-03-06      Sascha L. Teichmann <[email protected]>
118    
119            * tools/anonym/xmlimport.py: remove print of insert statement.
120    
121            * tools/formed/formed/plugins/export/sql.py: Print generation date in ISO.
122    
123    2008-03-03      Torsten Irländer <[email protected]>
124    
125            * anonym/cron.sendAnonXml.sh,
126              anonym/getDbList.sh: Modified script to be used directly in the
127              production environment (Copied running scripts from production
128              server)
129    
130            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
131              to be used in a production environment (Cpoied running script from
132              production server)
133    
134            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
135              ensure that only valid cases get exported
136    
137    2008-02-27      Sascha L. Teichmann <[email protected]>
138    
139            * tools/anonym/xmlimport.py: Fixed bug in date converter.
140    
141    2008-02-27      Sascha L. Teichmann <[email protected]>
142    
143            * tools/anonym/xmlimport.py: Simpilied version
144    
145    2008-02-27      Sascha L. Teichmann <[email protected]>
146    
147            * tools/anonym/cron.importAnonXml.sh: Add sudo call for
148              xmlimport.py and parameters.
149    
150            * tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/
151    
152            * tools/anonym/xmlexport.py: Use python interpreter without env
153              because of sudo context.
154    
155    2008-02-26      Sascha L. Teichmann <[email protected]>
156    
157            * tools/anonym/xmlimport.py: added support for getopt. add
158              support to force in fkz in import of case.
159    
160    2008-02-26      Sascha L. Teichmann <[email protected]>
161    
162            * tools/anonym/xmlimport.py: Implemented logic to create/update cases.
163    
164            * tools/anonym/html.awk: produces valid HTML.
165    
166    2008-02-25      Sascha L. Teichmann <[email protected]>
167    
168            * tools/anonym/joincsv.py: Fix a logic bug.
169    
170    2008-02-25      Torsten Irlaender <[email protected]>
171    
172            * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing
173              exportted cases. It will read all files from a directory and import
174              the files into the DB. After that the script will cleanup the
175              directory.
176    
177    2008-02-25      Torsten Irländer <[email protected]>
178            
179            * tools/anonym/cron.sendAnonXml.sh,
180              tools/anonym/xmlexport.py,
181              tools/anonym/getDbList.sh: Added shell-scripts for exporting cases
182    
183    2008-02-25      Sascha L. Teichmann <[email protected]>
184    
185            * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.
186    
187    2008-02-25      Sascha L. Teichmann <[email protected]>
188    
189            * tools/anonym/joincsv.py: New. Joins CSV files.
190    
191            * tools/anonym/html.awk: New. Converts CSV to HTML
192    
193    2008-02-25      Sascha L. Teichmann <[email protected]>
194    
195            * tools/anonym/xmlimport.py: New. Added generation of
196              update statements.
197    
198    2008-02-25      Sascha L. Teichmann <[email protected]>
199    
200            * tools/anonym/xmlimport.py: New. Base for importing
201              XML from cron.
202    
203    2008-02-24      Sascha L. Teichmann <[email protected]>
204    
205            * tools/formed/formed/plugins/export/html2.py: New. plug-in
206              for a simplified HTML output
207    
208            * tools/formed/formed/plugins/export/typemap.py: New. plug-in
209              for dump schema as python dictionary.
210    
211            * tools/formed/formed/config.py: Enable new plug-ins. Out comment
212              old stored procedure and view generators.
213    
214    2008-02-19      Sascha L. Teichmann <[email protected]>
215    
216            * tools/anonym/xmlexport.py: New. Export all cases in database
217              as XML.
218    
219    2008-02-18      Sascha L. Teichmann <[email protected]>
220    
221            * tools/anonym/anoymncsv.py: separate field with '\t' now.
222              all '\t's are replaced by '   ' before. '\r\n' are removed too.
223    
224    2008-02-15      Sascha L. Teichmann <[email protected]>
225    
226            * tools/anonym/anoymncsv.py: simple script to fetch anonymous
227              data from database.
228    
229    2008-02-14      Sascha L. Teichmann <[email protected]>
230    
231            * tools/formed/formed/plugins/export/sql.py: Exchanged name
232              erase_value with suppress_value/suppress_value2.
233    
234  2008-02-13      Sascha L. Teichmann <[email protected]>  2008-02-13      Sascha L. Teichmann <[email protected]>
235    
236          * tools/formed/formed/plugins/export/sql.py: output id, master_id          * tools/formed/formed/plugins/export/sql.py: output id, master_id

Legend:
Removed from v.227  
changed lines
  Added in v.272

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26