/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26