/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 252 by teichmann, Tue Mar 11 11:50:56 2008 UTC revision 277 by torsten, Mon Jul 7 11:29:34 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/formed/formed/plugins/export/html.py: Added additional column
12            to the html export with information how each field will get
13            anonymized.
14    
15    2008-07-07      Sascha L. Teichmann <[email protected]>  
16    
17            * tools/anonym/xmlimport.py: sync with productive version.
18    
19    2008-06-10      Torsten Irländer <[email protected]>
20    
21            * tools/formed/formed/plugins/export/sql.py: grant admin permission to
22              call anonymize function
23    
24    2008-05-21      Sascha L. Teichmann <[email protected]>  
25    
26            * tools/formed/formed/plugins/export/xsd.py: Brought encoding
27              back to UTF-8.
28    
29    2008-05-21      Frank Koormann <[email protected]>
30    
31            * tools/formed/formed/plugins/export/xls.py: New, export key value
32            tables as excel workbook with one sheet per table.
33    
34            * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
35    
36    2008-05-21      Frank Koormann <[email protected]>
37    
38            * tools/formed/formed/plugins/export/xsd.py
39            (SchemaCreator._createChoice): Fix use of choices name.
40    
41    2008-04-29      Sascha L. Teichmann <[email protected]>
42    
43            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
44              to allow arbitrary order of repeat groups.
45    
46    2008-04-29      Sascha L. Teichmann <[email protected]>
47    
48            * tools/formed/formed/plugins/export/xsd.py: Removed a needless
49              character.
50    
51    2008-04-29      Sascha L. Teichmann <[email protected]>
52    
53            * tools/formed/formed/plugins/export/xsd.py: Added annotations
54              to fields.
55    
56    2008-04-29      Sascha L. Teichmann <[email protected]>
57    
58            * tools/formed/formed/plugins/export/xsd.py: Added for
59              choice fields.
60    
61    2008-04-29      Sascha L. Teichmann <[email protected]>
62    
63            * tools/formed/formed/plugins/export/xsd.py: Added support for
64              boolean fields based on enumerations.
65    
66    2008-04-28      Sascha L. Teichmann <[email protected]>
67    
68            * tools/formed/formed/plugins/export/xsd.py: Added support for
69              date, text and textarea fields.
70    
71    2008-04-28      Sascha L. Teichmann <[email protected]>
72    
73            * tools/formed/formed/plugins/export/xsd.py: Added support for
74              repeat groups and integer fields.
75    
76    2008-04-28      Sascha L. Teichmann <[email protected]>
77    
78            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
79              exporting as XML schema. not ready, yet.
80    
81            * tools/formed/formed/config.py: Use new plug-in.
82    
83            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
84    
85    2008-04-17      Torsten Irländer <[email protected]>
86    
87            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
88            for the views because of the new group permissions.
89    
90    2008-04-09      Sascha L. Teichmann <[email protected]>
91    
92            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
93              old anonymized cases.
94    
95    2008-04-01      Sascha L. Teichmann <[email protected]>
96    
97            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
98              from clause to select datasets.
99              Replace ']]>' in CDATA sections with correct splitted replacement.
100    
101    2008-03-12      Sascha L. Teichmann <[email protected]>
102            
103            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
104              script.
105    
106            * tools/anonym/xmlimport.py: commented out database port from
107              connectionstring.
108    
109    2008-03-12      Sascha L. Teichmann <[email protected]>
110    
111            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
112              of anonymization of repeat groups (wrong id was given).
113    
114    2008-03-11      Sascha L. Teichmann <[email protected]>
115    
116            * tools/formed/formed/plugins/export/sql.py: Generate no update
117              statements for relations which have no anonym functions applied.
118    
119    2008-03-11      Sascha L. Teichmann <[email protected]>
120    
121            * tools/formed/formed/plugins/export/sql.py: Added a newline after
122              'COMMIT;' in the last line.
123    
124    2008-03-11      Sascha L. Teichmann <[email protected]>
125    
126            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
127              generated anonymize_case() function.
128              
129  2008-03-11      Sascha L. Teichmann <[email protected]>  2008-03-11      Sascha L. Teichmann <[email protected]>
130    
131          * tools/formed/formed/plugins/export/sql.py: Added code to          * tools/formed/formed/plugins/export/sql.py: Added code to
# Line 17  Line 145 
145            production environment (Copied running scripts from production            production environment (Copied running scripts from production
146            server)            server)
147    
148            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
149              to be used in a production environment (Cpoied running script from
150              production server)
151    
152            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
153              ensure that only valid cases get exported
154    
155  2008-02-27      Sascha L. Teichmann <[email protected]>  2008-02-27      Sascha L. Teichmann <[email protected]>
156    
157          * tools/anonym/xmlimport.py: Fixed bug in date converter.          * tools/anonym/xmlimport.py: Fixed bug in date converter.

Legend:
Removed from v.252  
changed lines
  Added in v.277

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26