/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 225 by teichmann, Wed Feb 13 16:07:19 2008 UTC revision 287 by teichmann, Fri Aug 15 13:49:46 2008 UTC
# Line 1  Line 1 
1    2008-08-15      Sascha L. Teichmann <[email protected]>
2    
3            * tools: removed because there a no tools any more.
4    
5    2008-08-15      Sascha L. Teichmann <[email protected]>
6    
7            * tools/formed: moved one level up because its the only
8              part of this project now.
9    
10    2008-08-15      Sascha L. Teichmann <[email protected]>
11    
12            * tools/anonym/*: Removed as it belongs to mpuls WASKA
13    
14    2008-08-15      Sascha L. Teichmann <[email protected]>
15    
16            * pdf2xfa/*: removed. It belongs to mpuls
17    
18    2008-08-13 L. Teichmann <[email protected]>
19    
20            i18n of the plug-ins:
21            * tools/formed/formed/plugins/export/diff.py,
22              tools/formed/formed/plugins/export/data.py,
23              tools/formed/formed/plugins/export/old_sql.py,
24              tools/formed/formed/plugins/export/latex.py,
25              tools/formed/formed/plugins/export/xsd.py,
26              tools/formed/formed/plugins/export/sql.py,
27              tools/formed/formed/plugins/export/typemap.py,
28              tools/formed/formed/plugins/export/html.py,
29              tools/formed/formed/plugins/export/mode.py,
30              tools/formed/formed/plugins/export/html2.py,
31              tools/formed/formed/plugins/export/xls.py,
32              tools/formed/formed/plugins/names/filter.py,
33              tools/formed/formed/plugins/plugin.py,
34              tools/formed/formed/plugins/web/help.py,
35              tools/formed/formed/plugins/web/form_renderer.py,
36              tools/formed/formed/plugins/web/plugin.py,
37              tools/formed/formed/plugins/web/error_renderer.py,
38              tools/formed/formed/plugins/web/view_renderer.py,
39              tools/formed/formed/plugins/web/semantic.py,
40              tools/formed/formed/plugins/web/cache.py,
41              tools/formed/formed/plugins/web/server.py,
42              tools/formed/formed/plugins/web/controllers.py,
43              tools/formed/formed/plugins/web/renderer.py,
44              tools/formed/formed/plugins/ui/controls.py,
45              tools/formed/formed/config.py: _("")s the stuff
46              tools/formed/po/formed.pot, tools/formed/po/de_DE.po:
47              extracted and translated.
48    
49    2008-08-08      Sascha L. Teichmann <[email protected]>
50    
51            First version of FormEd i18n. After checkout go to tools/formed/po/ and
52            say 'make mo'. Afterwards you can start FormEd as usual.
53    
54            * tools/formed/resources: New. Place to places ressources like *.mo files
55            * tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s
56              
57            * tools/formed/po,
58              tools/formed/po/Makefile,
59              tools/formed/po/formed.pot,
60              tools/formed/po/de_DE.po: i18n stuff.
61    
62    2008-08-08      Sascha L. Teichmann <[email protected]>
63    
64            * tools/anonym/xmlexport.py: Only export cases which are not
65              'schwebend geloescht'.
66    
67    2008-07-23      Sascha L. Teichmann <[email protected]>
68    
69            Fixed issue472
70    
71            * tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree.
72    
73    2008-07-17      Sascha L. Teichmann <[email protected]>
74    
75            * tools/anonym/xmlimport.py: removed marking of invalid cases
76            * tools/anonym/cron.importAnonXml.sh: re-inserted here.
77    
78    2008-07.07      Torsten Irländer <[email protected]>
79    
80            * tools/formed/formed/plugins/export/latex.py
81              tools/formed/formed/config.py: Added new LaTex Export. Beware this
82              is even more ugly the HTML Export.
83            * tools/formed/formed/plugins/export/html.py: Added information on
84              anonymisation to the html export.
85    
86    2008-07-07      Sascha L. Teichmann <[email protected]>
87    
88            * tools/anonym/xmlimport.py: Mark cases if they are inconsistent.
89    
90    2008-07-07      Sascha L. Teichmann <[email protected]>
91    
92            * tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4)
93    
94    2008-07-07      Sascha L. Teichmann <[email protected]>  
95            
96            * tools/formed/formed/plugins/export/html.py: Added additional column
97            to the html export with information how each field will get
98            anonymized.
99    
100    2008-07-07      Sascha L. Teichmann <[email protected]>  
101    
102            * tools/anonym/xmlimport.py: sync with productive version.
103    
104    2008-06-10      Torsten Irländer <[email protected]>
105    
106            * tools/formed/formed/plugins/export/sql.py: grant admin permission to
107              call anonymize function
108    
109    2008-05-21      Sascha L. Teichmann <[email protected]>  
110    
111            * tools/formed/formed/plugins/export/xsd.py: Brought encoding
112              back to UTF-8.
113    
114    2008-05-21      Frank Koormann <[email protected]>
115    
116            * tools/formed/formed/plugins/export/xls.py: New, export key value
117            tables as excel workbook with one sheet per table.
118    
119            * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
120    
121    2008-05-21      Frank Koormann <[email protected]>
122    
123            * tools/formed/formed/plugins/export/xsd.py
124            (SchemaCreator._createChoice): Fix use of choices name.
125    
126    2008-04-29      Sascha L. Teichmann <[email protected]>
127    
128            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
129              to allow arbitrary order of repeat groups.
130    
131    2008-04-29      Sascha L. Teichmann <[email protected]>
132    
133            * tools/formed/formed/plugins/export/xsd.py: Removed a needless
134              character.
135    
136    2008-04-29      Sascha L. Teichmann <[email protected]>
137    
138            * tools/formed/formed/plugins/export/xsd.py: Added annotations
139              to fields.
140    
141    2008-04-29      Sascha L. Teichmann <[email protected]>
142    
143            * tools/formed/formed/plugins/export/xsd.py: Added for
144              choice fields.
145    
146    2008-04-29      Sascha L. Teichmann <[email protected]>
147    
148            * tools/formed/formed/plugins/export/xsd.py: Added support for
149              boolean fields based on enumerations.
150    
151    2008-04-28      Sascha L. Teichmann <[email protected]>
152    
153            * tools/formed/formed/plugins/export/xsd.py: Added support for
154              date, text and textarea fields.
155    
156    2008-04-28      Sascha L. Teichmann <[email protected]>
157    
158            * tools/formed/formed/plugins/export/xsd.py: Added support for
159              repeat groups and integer fields.
160    
161    2008-04-28      Sascha L. Teichmann <[email protected]>
162    
163            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
164              exporting as XML schema. not ready, yet.
165    
166            * tools/formed/formed/config.py: Use new plug-in.
167    
168            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
169    
170    2008-04-17      Torsten Irländer <[email protected]>
171    
172            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
173            for the views because of the new group permissions.
174    
175    2008-04-09      Sascha L. Teichmann <[email protected]>
176    
177            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
178              old anonymized cases.
179    
180    2008-04-01      Sascha L. Teichmann <[email protected]>
181    
182            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
183              from clause to select datasets.
184              Replace ']]>' in CDATA sections with correct splitted replacement.
185    
186    2008-03-12      Sascha L. Teichmann <[email protected]>
187            
188            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
189              script.
190    
191            * tools/anonym/xmlimport.py: commented out database port from
192              connectionstring.
193    
194    2008-03-12      Sascha L. Teichmann <[email protected]>
195    
196            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
197              of anonymization of repeat groups (wrong id was given).
198    
199    2008-03-11      Sascha L. Teichmann <[email protected]>
200    
201            * tools/formed/formed/plugins/export/sql.py: Generate no update
202              statements for relations which have no anonym functions applied.
203    
204    2008-03-11      Sascha L. Teichmann <[email protected]>
205    
206            * tools/formed/formed/plugins/export/sql.py: Added a newline after
207              'COMMIT;' in the last line.
208    
209    2008-03-11      Sascha L. Teichmann <[email protected]>
210    
211            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
212              generated anonymize_case() function.
213              
214    2008-03-11      Sascha L. Teichmann <[email protected]>
215    
216            * tools/formed/formed/plugins/export/sql.py: Added code to
217              generate a plpgsql function anonymize_case() that anonymized
218              a given case and all of its depending repeat groups.
219    
220    2008-03-06      Sascha L. Teichmann <[email protected]>
221    
222            * tools/anonym/xmlimport.py: remove print of insert statement.
223    
224            * tools/formed/formed/plugins/export/sql.py: Print generation date in ISO.
225    
226    2008-03-03      Torsten Irländer <[email protected]>
227    
228            * anonym/cron.sendAnonXml.sh,
229              anonym/getDbList.sh: Modified script to be used directly in the
230              production environment (Copied running scripts from production
231              server)
232    
233            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
234              to be used in a production environment (Cpoied running script from
235              production server)
236    
237            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
238              ensure that only valid cases get exported
239    
240    2008-02-27      Sascha L. Teichmann <[email protected]>
241    
242            * tools/anonym/xmlimport.py: Fixed bug in date converter.
243    
244    2008-02-27      Sascha L. Teichmann <[email protected]>
245    
246            * tools/anonym/xmlimport.py: Simpilied version
247    
248    2008-02-27      Sascha L. Teichmann <[email protected]>
249    
250            * tools/anonym/cron.importAnonXml.sh: Add sudo call for
251              xmlimport.py and parameters.
252    
253            * tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/
254    
255            * tools/anonym/xmlexport.py: Use python interpreter without env
256              because of sudo context.
257    
258    2008-02-26      Sascha L. Teichmann <[email protected]>
259    
260            * tools/anonym/xmlimport.py: added support for getopt. add
261              support to force in fkz in import of case.
262    
263    2008-02-26      Sascha L. Teichmann <[email protected]>
264    
265            * tools/anonym/xmlimport.py: Implemented logic to create/update cases.
266    
267            * tools/anonym/html.awk: produces valid HTML.
268    
269    2008-02-25      Sascha L. Teichmann <[email protected]>
270    
271            * tools/anonym/joincsv.py: Fix a logic bug.
272    
273    2008-02-25      Torsten Irlaender <[email protected]>
274    
275            * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing
276              exportted cases. It will read all files from a directory and import
277              the files into the DB. After that the script will cleanup the
278              directory.
279    
280    2008-02-25      Torsten Irländer <[email protected]>
281            
282            * tools/anonym/cron.sendAnonXml.sh,
283              tools/anonym/xmlexport.py,
284              tools/anonym/getDbList.sh: Added shell-scripts for exporting cases
285    
286    2008-02-25      Sascha L. Teichmann <[email protected]>
287    
288            * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.
289    
290    2008-02-25      Sascha L. Teichmann <[email protected]>
291    
292            * tools/anonym/joincsv.py: New. Joins CSV files.
293    
294            * tools/anonym/html.awk: New. Converts CSV to HTML
295    
296    2008-02-25      Sascha L. Teichmann <[email protected]>
297    
298            * tools/anonym/xmlimport.py: New. Added generation of
299              update statements.
300    
301    2008-02-25      Sascha L. Teichmann <[email protected]>
302    
303            * tools/anonym/xmlimport.py: New. Base for importing
304              XML from cron.
305    
306    2008-02-24      Sascha L. Teichmann <[email protected]>
307    
308            * tools/formed/formed/plugins/export/html2.py: New. plug-in
309              for a simplified HTML output
310    
311            * tools/formed/formed/plugins/export/typemap.py: New. plug-in
312              for dump schema as python dictionary.
313    
314            * tools/formed/formed/config.py: Enable new plug-ins. Out comment
315              old stored procedure and view generators.
316    
317    2008-02-19      Sascha L. Teichmann <[email protected]>
318    
319            * tools/anonym/xmlexport.py: New. Export all cases in database
320              as XML.
321    
322    2008-02-18      Sascha L. Teichmann <[email protected]>
323    
324            * tools/anonym/anoymncsv.py: separate field with '\t' now.
325              all '\t's are replaced by '   ' before. '\r\n' are removed too.
326    
327    2008-02-15      Sascha L. Teichmann <[email protected]>
328    
329            * tools/anonym/anoymncsv.py: simple script to fetch anonymous
330              data from database.
331    
332    2008-02-14      Sascha L. Teichmann <[email protected]>
333    
334            * tools/formed/formed/plugins/export/sql.py: Exchanged name
335              erase_value with suppress_value/suppress_value2.
336    
337    2008-02-13      Sascha L. Teichmann <[email protected]>
338    
339            * tools/formed/formed/plugins/export/sql.py: output id, master_id
340              substitute 'erase_value' with NULL value.
341    
342    2008-02-13      Sascha L. Teichmann <[email protected]>
343    
344            * tools/formed/formed/plugins/export/sql.py: output id, master_id
345              and uuid_id in anonymiziation views too.
346    
347  2008-02-13      Sascha L. Teichmann <[email protected]>  2008-02-13      Sascha L. Teichmann <[email protected]>
348    
349          * tools/formed/formed/plugins/export/sql.py: Added generation          * tools/formed/formed/plugins/export/sql.py: Added generation

Legend:
Removed from v.225  
changed lines
  Added in v.287

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26