/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.237  
changed lines
  Added in v.281

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26