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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26