1 |
|
2008-03-06 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/anonym/xmlimport.py: remove print of insert statement. |
4 |
|
|
5 |
|
* tools/formed/formed/plugins/export/sql.py: Print generation date in ISO. |
6 |
|
|
7 |
|
2008-03-03 Torsten Irländer <[email protected]> |
8 |
|
|
9 |
|
* anonym/cron.sendAnonXml.sh, |
10 |
|
anonym/getDbList.sh: Modified script to be used directly in the |
11 |
|
production environment (Copied running scripts from production |
12 |
|
server) |
13 |
|
|
14 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
15 |
|
|
16 |
|
* tools/anonym/xmlimport.py: Fixed bug in date converter. |
17 |
|
|
18 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
19 |
|
|
20 |
|
* tools/anonym/xmlimport.py: Simpilied version |
21 |
|
|
22 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
* tools/anonym/cron.importAnonXml.sh: Add sudo call for |
25 |
|
xmlimport.py and parameters. |
26 |
|
|
27 |
|
* tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/ |
28 |
|
|
29 |
|
* tools/anonym/xmlexport.py: Use python interpreter without env |
30 |
|
because of sudo context. |
31 |
|
|
32 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools/anonym/xmlimport.py: added support for getopt. add |
35 |
|
support to force in fkz in import of case. |
36 |
|
|
37 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
38 |
|
|
39 |
|
* tools/anonym/xmlimport.py: Implemented logic to create/update cases. |
40 |
|
|
41 |
|
* tools/anonym/html.awk: produces valid HTML. |
42 |
|
|
43 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
44 |
|
|
45 |
|
* tools/anonym/joincsv.py: Fix a logic bug. |
46 |
|
|
47 |
|
2008-02-25 Torsten Irlaender <[email protected]> |
48 |
|
|
49 |
|
* tools/anonym/cron.importAnonXml.sh: Added shellscript for importing |
50 |
|
exportted cases. It will read all files from a directory and import |
51 |
|
the files into the DB. After that the script will cleanup the |
52 |
|
directory. |
53 |
|
|
54 |
|
2008-02-25 Torsten Irländer <[email protected]> |
55 |
|
|
56 |
|
* tools/anonym/cron.sendAnonXml.sh, |
57 |
|
tools/anonym/xmlexport.py, |
58 |
|
tools/anonym/getDbList.sh: Added shell-scripts for exporting cases |
59 |
|
|
60 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
61 |
|
|
62 |
|
* tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols. |
63 |
|
|
64 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
65 |
|
|
66 |
|
* tools/anonym/joincsv.py: New. Joins CSV files. |
67 |
|
|
68 |
|
* tools/anonym/html.awk: New. Converts CSV to HTML |
69 |
|
|
70 |
2008-02-25 Sascha L. Teichmann <[email protected]> |
2008-02-25 Sascha L. Teichmann <[email protected]> |
71 |
|
|
72 |
* tools/anonym/xmlimport.py: New. Added generation of |
* tools/anonym/xmlimport.py: New. Added generation of |