/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 224 by teichmann, Wed Feb 13 12:08:21 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]>
197    
198            * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing
199              exportted cases. It will read all files from a directory and import
200              the files into the DB. After that the script will cleanup the
201              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]>
210    
211            * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.
212    
213    2008-02-25      Sascha L. Teichmann <[email protected]>
214    
215            * tools/anonym/joincsv.py: New. Joins CSV files.
216    
217            * tools/anonym/html.awk: New. Converts CSV to HTML
218    
219    2008-02-25      Sascha L. Teichmann <[email protected]>
220    
221            * tools/anonym/xmlimport.py: New. Added generation of
222              update statements.
223    
224    2008-02-25      Sascha L. Teichmann <[email protected]>
225    
226            * tools/anonym/xmlimport.py: New. Base for importing
227              XML from cron.
228    
229    2008-02-24      Sascha L. Teichmann <[email protected]>
230    
231            * tools/formed/formed/plugins/export/html2.py: New. plug-in
232              for a simplified HTML output
233    
234            * tools/formed/formed/plugins/export/typemap.py: New. plug-in
235              for dump schema as python dictionary.
236    
237            * tools/formed/formed/config.py: Enable new plug-ins. Out comment
238              old stored procedure and view generators.
239    
240    2008-02-19      Sascha L. Teichmann <[email protected]>
241    
242            * tools/anonym/xmlexport.py: New. Export all cases in database
243              as XML.
244    
245    2008-02-18      Sascha L. Teichmann <[email protected]>
246    
247            * tools/anonym/anoymncsv.py: separate field with '\t' now.
248              all '\t's are replaced by '   ' before. '\r\n' are removed too.
249    
250    2008-02-15      Sascha L. Teichmann <[email protected]>
251    
252            * tools/anonym/anoymncsv.py: simple script to fetch anonymous
253              data from database.
254    
255    2008-02-14      Sascha L. Teichmann <[email protected]>
256    
257            * tools/formed/formed/plugins/export/sql.py: Exchanged name
258              erase_value with suppress_value/suppress_value2.
259    
260    2008-02-13      Sascha L. Teichmann <[email protected]>
261    
262            * tools/formed/formed/plugins/export/sql.py: output id, master_id
263              substitute 'erase_value' with NULL value.
264    
265    2008-02-13      Sascha L. Teichmann <[email protected]>
266    
267            * tools/formed/formed/plugins/export/sql.py: output id, master_id
268              and uuid_id in anonymiziation views too.
269    
270    2008-02-13      Sascha L. Teichmann <[email protected]>
271    
272            * tools/formed/formed/plugins/export/sql.py: Added generation
273              of anonymiziation views for master table views and repeat group
274              views.
275    
276  2008-02-13      Sascha L. Teichmann <[email protected]>  2008-02-13      Sascha L. Teichmann <[email protected]>
277    
278          * tools/formed/formed/model/nodecomponents.py: Added attribute          * tools/formed/formed/model/nodecomponents.py: Added attribute

Legend:
Removed from v.224  
changed lines
  Added in v.278

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26