--- trunk/ChangeLog 2008/02/25 15:03:38 237 +++ trunk/ChangeLog 2008/03/03 10:26:38 247 @@ -1,13 +1,59 @@ +2008-03-03 Torsten Irländer + + * anonym/cron.sendAnonXml.sh, + anonym/getDbList.sh: Modified script to be used directly in the + production environment (Copied running scripts from production + server) + +2008-02-27 Sascha L. Teichmann + + * tools/anonym/xmlimport.py: Fixed bug in date converter. + +2008-02-27 Sascha L. Teichmann + + * tools/anonym/xmlimport.py: Simpilied version + +2008-02-27 Sascha L. Teichmann + + * tools/anonym/cron.importAnonXml.sh: Add sudo call for + xmlimport.py and parameters. + + * tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/ + + * tools/anonym/xmlexport.py: Use python interpreter without env + because of sudo context. + +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 Torsten Irländer * tools/anonym/cron.sendAnonXml.sh, tools/anonym/xmlexport.py, tools/anonym/getDbList.sh: Added shell-scripts for exporting cases - * 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