--- trunk/ChangeLog 2008/02/01 11:50:39 222 +++ trunk/ChangeLog 2008/02/26 15:38:42 241 @@ -1,3 +1,106 @@ +2008-02-26 Sascha L. Teichmann + + * tools/anonym/xmlimport.py: added support for getopt. add + support to force in fkz in import of case. + +2008-02-26 Sascha L. Teichmann + + * tools/anonym/xmlimport.py: Implemented logic to create/update cases. + + * tools/anonym/html.awk: produces valid HTML. + +2008-02-25 Sascha L. Teichmann + + * tools/anonym/joincsv.py: Fix a logic bug. + +2008-02-25 Torsten Irlaender + + * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing + exportted cases. It will read all files from a directory and import + the files into the DB. After that the script will cleanup the + directory. + +2008-02-25 Sascha L. Teichmann + + * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols. + +2008-02-25 Sascha L. Teichmann + + * tools/anonym/joincsv.py: New. Joins CSV files. + + * tools/anonym/html.awk: New. Converts CSV to HTML + +2008-02-25 Sascha L. Teichmann + + * tools/anonym/xmlimport.py: New. Added generation of + update statements. + +2008-02-25 Sascha L. Teichmann + + * tools/anonym/xmlimport.py: New. Base for importing + XML from cron. + +2008-02-24 Sascha L. Teichmann + + * tools/formed/formed/plugins/export/html2.py: New. plug-in + for a simplified HTML output + + * tools/formed/formed/plugins/export/typemap.py: New. plug-in + for dump schema as python dictionary. + + * tools/formed/formed/config.py: Enable new plug-ins. Out comment + old stored procedure and view generators. + +2008-02-19 Sascha L. Teichmann + + * tools/anonym/xmlexport.py: New. Export all cases in database + as XML. + +2008-02-18 Sascha L. Teichmann + + * tools/anonym/anoymncsv.py: separate field with '\t' now. + all '\t's are replaced by ' ' before. '\r\n' are removed too. + +2008-02-15 Sascha L. Teichmann + + * tools/anonym/anoymncsv.py: simple script to fetch anonymous + data from database. + +2008-02-14 Sascha L. Teichmann + + * tools/formed/formed/plugins/export/sql.py: Exchanged name + erase_value with suppress_value/suppress_value2. + +2008-02-13 Sascha L. Teichmann + + * tools/formed/formed/plugins/export/sql.py: output id, master_id + substitute 'erase_value' with NULL value. + +2008-02-13 Sascha L. Teichmann + + * tools/formed/formed/plugins/export/sql.py: output id, master_id + and uuid_id in anonymiziation views too. + +2008-02-13 Sascha L. Teichmann + + * tools/formed/formed/plugins/export/sql.py: Added generation + of anonymiziation views for master table views and repeat group + views. + +2008-02-13 Sascha L. Teichmann + + * tools/formed/formed/model/nodecomponents.py: Added attribute + "function" + + * tools/formed/formed/io/document.py: Save attributes in + alphabetical order. + +2008-02-02 Sascha L. Teichmann + + * tools/formed/formed/plugins/export/sql.py: Added update rule + for master table and repeat groups views. Granted update right + to :cm_ka_group. + 2008-02-01 Sascha L. Teichmann * tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id'