/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 242 by teichmann, Wed Feb 27 07:13:31 2008 UTC revision 276 by teichmann, Mon Jul 7 10:59:40 2008 UTC
# Line 1  Line 1 
1    2008-07-07      Sascha L. Teichmann <[email protected]>
2    
3            * tools/anonym/xmlimport.py: Mark cases if they are inconsistent.
4    
5    2008-07-07      Sascha L. Teichmann <[email protected]>
6    
7            * tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4)
8    
9    2008-07-07      Sascha L. Teichmann <[email protected]>  
10    
11            * tools/anonym/xmlimport.py: sync with productive version.
12    
13    2008-06-10      Torsten Irländer <[email protected]>
14    
15            * tools/formed/formed/plugins/export/sql.py: grant admin permission to
16              call anonymize function
17    
18    2008-05-21      Sascha L. Teichmann <[email protected]>  
19    
20            * tools/formed/formed/plugins/export/xsd.py: Brought encoding
21              back to UTF-8.
22    
23    2008-05-21      Frank Koormann <[email protected]>
24    
25            * tools/formed/formed/plugins/export/xls.py: New, export key value
26            tables as excel workbook with one sheet per table.
27    
28            * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
29    
30    2008-05-21      Frank Koormann <[email protected]>
31    
32            * tools/formed/formed/plugins/export/xsd.py
33            (SchemaCreator._createChoice): Fix use of choices name.
34    
35    2008-04-29      Sascha L. Teichmann <[email protected]>
36    
37            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
38              to allow arbitrary order of repeat groups.
39    
40    2008-04-29      Sascha L. Teichmann <[email protected]>
41    
42            * tools/formed/formed/plugins/export/xsd.py: Removed a needless
43              character.
44    
45    2008-04-29      Sascha L. Teichmann <[email protected]>
46    
47            * tools/formed/formed/plugins/export/xsd.py: Added annotations
48              to fields.
49    
50    2008-04-29      Sascha L. Teichmann <[email protected]>
51    
52            * tools/formed/formed/plugins/export/xsd.py: Added for
53              choice fields.
54    
55    2008-04-29      Sascha L. Teichmann <[email protected]>
56    
57            * tools/formed/formed/plugins/export/xsd.py: Added support for
58              boolean fields based on enumerations.
59    
60    2008-04-28      Sascha L. Teichmann <[email protected]>
61    
62            * tools/formed/formed/plugins/export/xsd.py: Added support for
63              date, text and textarea fields.
64    
65    2008-04-28      Sascha L. Teichmann <[email protected]>
66    
67            * tools/formed/formed/plugins/export/xsd.py: Added support for
68              repeat groups and integer fields.
69    
70    2008-04-28      Sascha L. Teichmann <[email protected]>
71    
72            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
73              exporting as XML schema. not ready, yet.
74    
75            * tools/formed/formed/config.py: Use new plug-in.
76    
77            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
78    
79    2008-04-17      Torsten Irländer <[email protected]>
80    
81            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
82            for the views because of the new group permissions.
83    
84    2008-04-09      Sascha L. Teichmann <[email protected]>
85    
86            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
87              old anonymized cases.
88    
89    2008-04-01      Sascha L. Teichmann <[email protected]>
90    
91            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
92              from clause to select datasets.
93              Replace ']]>' in CDATA sections with correct splitted replacement.
94    
95    2008-03-12      Sascha L. Teichmann <[email protected]>
96            
97            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
98              script.
99    
100            * tools/anonym/xmlimport.py: commented out database port from
101              connectionstring.
102    
103    2008-03-12      Sascha L. Teichmann <[email protected]>
104    
105            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
106              of anonymization of repeat groups (wrong id was given).
107    
108    2008-03-11      Sascha L. Teichmann <[email protected]>
109    
110            * tools/formed/formed/plugins/export/sql.py: Generate no update
111              statements for relations which have no anonym functions applied.
112    
113    2008-03-11      Sascha L. Teichmann <[email protected]>
114    
115            * tools/formed/formed/plugins/export/sql.py: Added a newline after
116              'COMMIT;' in the last line.
117    
118    2008-03-11      Sascha L. Teichmann <[email protected]>
119    
120            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
121              generated anonymize_case() function.
122              
123    2008-03-11      Sascha L. Teichmann <[email protected]>
124    
125            * tools/formed/formed/plugins/export/sql.py: Added code to
126              generate a plpgsql function anonymize_case() that anonymized
127              a given case and all of its depending repeat groups.
128    
129    2008-03-06      Sascha L. Teichmann <[email protected]>
130    
131            * tools/anonym/xmlimport.py: remove print of insert statement.
132    
133            * tools/formed/formed/plugins/export/sql.py: Print generation date in ISO.
134    
135    2008-03-03      Torsten Irländer <[email protected]>
136    
137            * anonym/cron.sendAnonXml.sh,
138              anonym/getDbList.sh: Modified script to be used directly in the
139              production environment (Copied running scripts from production
140              server)
141    
142            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
143              to be used in a production environment (Cpoied running script from
144              production server)
145    
146            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
147              ensure that only valid cases get exported
148    
149  2008-02-27      Sascha L. Teichmann <[email protected]>  2008-02-27      Sascha L. Teichmann <[email protected]>
150    
151            * tools/anonym/xmlimport.py: Fixed bug in date converter.
152    
153    2008-02-27      Sascha L. Teichmann <[email protected]>
154    
155            * tools/anonym/xmlimport.py: Simpilied version
156    
157    2008-02-27      Sascha L. Teichmann <[email protected]>
158    
159          * tools/anonym/cron.importAnonXml.sh: Add sudo call for          * tools/anonym/cron.importAnonXml.sh: Add sudo call for
160            xmlimport.py and parameters.            xmlimport.py and parameters.
161    
# Line 29  Line 186 
186            the files into the DB. After that the script will cleanup the            the files into the DB. After that the script will cleanup the
187            directory.            directory.
188    
189    2008-02-25      Torsten Irländer <[email protected]>
190            
191            * tools/anonym/cron.sendAnonXml.sh,
192              tools/anonym/xmlexport.py,
193              tools/anonym/getDbList.sh: Added shell-scripts for exporting cases
194    
195  2008-02-25      Sascha L. Teichmann <[email protected]>  2008-02-25      Sascha L. Teichmann <[email protected]>
196    
197          * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.          * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.

Legend:
Removed from v.242  
changed lines
  Added in v.276

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26