/[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 269 by frank, Wed May 21 13:26:10 2008 UTC
# Line 1  Line 1 
1    2008-04-29      Frank Koormann <[email protected]>
2    
3            * tools/formed/formed/plugins/export/xsd.py
4            (SchemaCreator._createChoice): Fix use of choices name.
5    
6    2008-04-29      Sascha L. Teichmann <[email protected]>
7    
8            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
9              to allow arbitrary order of repeat groups.
10    
11    2008-04-29      Sascha L. Teichmann <[email protected]>
12    
13            * tools/formed/formed/plugins/export/xsd.py: Removed a needless
14              character.
15    
16    2008-04-29      Sascha L. Teichmann <[email protected]>
17    
18            * tools/formed/formed/plugins/export/xsd.py: Added annotations
19              to fields.
20    
21    2008-04-29      Sascha L. Teichmann <[email protected]>
22    
23            * tools/formed/formed/plugins/export/xsd.py: Added for
24              choice fields.
25    
26    2008-04-29      Sascha L. Teichmann <[email protected]>
27    
28            * tools/formed/formed/plugins/export/xsd.py: Added support for
29              boolean fields based on enumerations.
30    
31    2008-04-28      Sascha L. Teichmann <[email protected]>
32    
33            * tools/formed/formed/plugins/export/xsd.py: Added support for
34              date, text and textarea fields.
35    
36    2008-04-28      Sascha L. Teichmann <[email protected]>
37    
38            * tools/formed/formed/plugins/export/xsd.py: Added support for
39              repeat groups and integer fields.
40    
41    2008-04-28      Sascha L. Teichmann <[email protected]>
42    
43            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
44              exporting as XML schema. not ready, yet.
45    
46            * tools/formed/formed/config.py: Use new plug-in.
47    
48            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
49    
50    2008-04-17      Torsten Irländer <[email protected]>
51    
52            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
53            for the views because of the new group permissions.
54    
55    2008-04-09      Sascha L. Teichmann <[email protected]>
56    
57            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
58              old anonymized cases.
59    
60    2008-04-01      Sascha L. Teichmann <[email protected]>
61    
62            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
63              from clause to select datasets.
64              Replace ']]>' in CDATA sections with correct splitted replacement.
65    
66    2008-03-12      Sascha L. Teichmann <[email protected]>
67            
68            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
69              script.
70    
71            * tools/anonym/xmlimport.py: commented out database port from
72              connectionstring.
73    
74    2008-03-12      Sascha L. Teichmann <[email protected]>
75    
76            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
77              of anonymization of repeat groups (wrong id was given).
78    
79    2008-03-11      Sascha L. Teichmann <[email protected]>
80    
81            * tools/formed/formed/plugins/export/sql.py: Generate no update
82              statements for relations which have no anonym functions applied.
83    
84    2008-03-11      Sascha L. Teichmann <[email protected]>
85    
86            * tools/formed/formed/plugins/export/sql.py: Added a newline after
87              'COMMIT;' in the last line.
88    
89    2008-03-11      Sascha L. Teichmann <[email protected]>
90    
91            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
92              generated anonymize_case() function.
93              
94    2008-03-11      Sascha L. Teichmann <[email protected]>
95    
96            * tools/formed/formed/plugins/export/sql.py: Added code to
97              generate a plpgsql function anonymize_case() that anonymized
98              a given case and all of its depending repeat groups.
99    
100    2008-03-06      Sascha L. Teichmann <[email protected]>
101    
102            * tools/anonym/xmlimport.py: remove print of insert statement.
103    
104            * tools/formed/formed/plugins/export/sql.py: Print generation date in ISO.
105    
106    2008-03-03      Torsten Irländer <[email protected]>
107    
108            * anonym/cron.sendAnonXml.sh,
109              anonym/getDbList.sh: Modified script to be used directly in the
110              production environment (Copied running scripts from production
111              server)
112    
113            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
114              to be used in a production environment (Cpoied running script from
115              production server)
116    
117            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
118              ensure that only valid cases get exported
119    
120  2008-02-27      Sascha L. Teichmann <[email protected]>  2008-02-27      Sascha L. Teichmann <[email protected]>
121    
122            * tools/anonym/xmlimport.py: Fixed bug in date converter.
123    
124    2008-02-27      Sascha L. Teichmann <[email protected]>
125    
126            * tools/anonym/xmlimport.py: Simpilied version
127    
128    2008-02-27      Sascha L. Teichmann <[email protected]>
129    
130          * tools/anonym/cron.importAnonXml.sh: Add sudo call for          * tools/anonym/cron.importAnonXml.sh: Add sudo call for
131            xmlimport.py and parameters.            xmlimport.py and parameters.
132    
# Line 29  Line 157 
157            the files into the DB. After that the script will cleanup the            the files into the DB. After that the script will cleanup the
158            directory.            directory.
159    
160    2008-02-25      Torsten Irländer <[email protected]>
161            
162            * tools/anonym/cron.sendAnonXml.sh,
163              tools/anonym/xmlexport.py,
164              tools/anonym/getDbList.sh: Added shell-scripts for exporting cases
165    
166  2008-02-25      Sascha L. Teichmann <[email protected]>  2008-02-25      Sascha L. Teichmann <[email protected]>
167    
168          * 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.269

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26