/[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 266 by teichmann, Tue Apr 29 10:10:16 2008 UTC
# Line 1  Line 1 
1  2008-02-25      Torsten Irländer <[email protected]>  2008-04-29      Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/plugins/export/xsd.py: Added annotations
4              to fields.
5    
6    2008-04-29      Sascha L. Teichmann <[email protected]>
7    
8            * tools/formed/formed/plugins/export/xsd.py: Added for
9              choice fields.
10    
11    2008-04-29      Sascha L. Teichmann <[email protected]>
12    
13            * tools/formed/formed/plugins/export/xsd.py: Added support for
14              boolean fields based on enumerations.
15    
16    2008-04-28      Sascha L. Teichmann <[email protected]>
17    
18            * tools/formed/formed/plugins/export/xsd.py: Added support for
19              date, text and textarea fields.
20    
21    2008-04-28      Sascha L. Teichmann <[email protected]>
22    
23            * tools/formed/formed/plugins/export/xsd.py: Added support for
24              repeat groups and integer fields.
25    
26    2008-04-28      Sascha L. Teichmann <[email protected]>
27    
28            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
29              exporting as XML schema. not ready, yet.
30    
31            * tools/formed/formed/config.py: Use new plug-in.
32    
33            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
34    
35    2008-04-17      Torsten Irländer <[email protected]>
36    
37            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
38            for the views because of the new group permissions.
39    
40    2008-04-09      Sascha L. Teichmann <[email protected]>
41    
42            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
43              old anonymized cases.
44    
45    2008-04-01      Sascha L. Teichmann <[email protected]>
46    
47            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
48              from clause to select datasets.
49              Replace ']]>' in CDATA sections with correct splitted replacement.
50    
51    2008-03-12      Sascha L. Teichmann <[email protected]>
52                    
53          * tools/anonym/cron.sendAnonXml.sh,          * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
54            tools/anonym/xmlexport.py,            script.
55            tools/anonym/getDbList.sh: Added shell-scripts for exporting cases  
56            * tools/anonym/xmlimport.py: commented out database port from
57              connectionstring.
58    
59    2008-03-12      Sascha L. Teichmann <[email protected]>
60    
61            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
62              of anonymization of repeat groups (wrong id was given).
63    
64    2008-03-11      Sascha L. Teichmann <[email protected]>
65    
66            * tools/formed/formed/plugins/export/sql.py: Generate no update
67              statements for relations which have no anonym functions applied.
68    
69    2008-03-11      Sascha L. Teichmann <[email protected]>
70    
71            * tools/formed/formed/plugins/export/sql.py: Added a newline after
72              'COMMIT;' in the last line.
73    
74    2008-03-11      Sascha L. Teichmann <[email protected]>
75    
76            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
77              generated anonymize_case() function.
78              
79    2008-03-11      Sascha L. Teichmann <[email protected]>
80    
81            * tools/formed/formed/plugins/export/sql.py: Added code to
82              generate a plpgsql function anonymize_case() that anonymized
83              a given case and all of its depending repeat groups.
84    
85    2008-03-06      Sascha L. Teichmann <[email protected]>
86    
87            * tools/anonym/xmlimport.py: remove print of insert statement.
88    
89            * tools/formed/formed/plugins/export/sql.py: Print generation date in ISO.
90    
91    2008-03-03      Torsten Irländer <[email protected]>
92    
93            * anonym/cron.sendAnonXml.sh,
94              anonym/getDbList.sh: Modified script to be used directly in the
95              production environment (Copied running scripts from production
96              server)
97    
98            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
99              to be used in a production environment (Cpoied running script from
100              production server)
101    
102            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
103              ensure that only valid cases get exported
104    
105    2008-02-27      Sascha L. Teichmann <[email protected]>
106    
107            * tools/anonym/xmlimport.py: Fixed bug in date converter.
108    
109    2008-02-27      Sascha L. Teichmann <[email protected]>
110    
111            * tools/anonym/xmlimport.py: Simpilied version
112    
113    2008-02-27      Sascha L. Teichmann <[email protected]>
114    
115            * tools/anonym/cron.importAnonXml.sh: Add sudo call for
116              xmlimport.py and parameters.
117    
118            * tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/
119    
120            * tools/anonym/xmlexport.py: Use python interpreter without env
121              because of sudo context.
122    
123    2008-02-26      Sascha L. Teichmann <[email protected]>
124    
125            * tools/anonym/xmlimport.py: added support for getopt. add
126              support to force in fkz in import of case.
127    
128    2008-02-26      Sascha L. Teichmann <[email protected]>
129    
130            * tools/anonym/xmlimport.py: Implemented logic to create/update cases.
131    
132            * tools/anonym/html.awk: produces valid HTML.
133    
134    2008-02-25      Sascha L. Teichmann <[email protected]>
135    
136            * tools/anonym/joincsv.py: Fix a logic bug.
137    
138    2008-02-25      Torsten Irlaender <[email protected]>
139    
140          * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing          * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing
141            exportted cases. It will read all files from a directory and import            exportted cases. It will read all files from a directory and import
142            the files into the DB. After that the script will cleanup the            the files into the DB. After that the script will cleanup the
143            directory.            directory.
144    
145    2008-02-25      Torsten Irländer <[email protected]>
146            
147            * tools/anonym/cron.sendAnonXml.sh,
148              tools/anonym/xmlexport.py,
149              tools/anonym/getDbList.sh: Added shell-scripts for exporting cases
150    
151    2008-02-25      Sascha L. Teichmann <[email protected]>
152    
153            * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.
154    
155  2008-02-25      Sascha L. Teichmann <[email protected]>  2008-02-25      Sascha L. Teichmann <[email protected]>
156    
157          * 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.266

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26