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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26