1 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/anonym/xmlimport.py: Implemented logic to create/update cases. |
4 |
|
|
5 |
|
* tools/anonym/html.awk: produces valid HTML. |
6 |
|
|
7 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
8 |
|
|
9 |
|
* tools/anonym/joincsv.py: Fix a logic bug. |
10 |
|
|
11 |
|
2008-02-25 Torsten Irlaender <[email protected]> |
12 |
|
|
13 |
|
* tools/anonym/cron.importAnonXml.sh: Added shellscript for importing |
14 |
|
exportted cases. It will read all files from a directory and import |
15 |
|
the files into the DB. After that the script will cleanup the |
16 |
|
directory. |
17 |
|
|
18 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
19 |
|
|
20 |
|
* tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols. |
21 |
|
|
22 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
* tools/anonym/joincsv.py: New. Joins CSV files. |
25 |
|
|
26 |
|
* tools/anonym/html.awk: New. Converts CSV to HTML |
27 |
|
|
28 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
29 |
|
|
30 |
|
* tools/anonym/xmlimport.py: New. Added generation of |
31 |
|
update statements. |
32 |
|
|
33 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
34 |
|
|
35 |
|
* tools/anonym/xmlimport.py: New. Base for importing |
36 |
|
XML from cron. |
37 |
|
|
38 |
|
2008-02-24 Sascha L. Teichmann <[email protected]> |
39 |
|
|
40 |
|
* tools/formed/formed/plugins/export/html2.py: New. plug-in |
41 |
|
for a simplified HTML output |
42 |
|
|
43 |
|
* tools/formed/formed/plugins/export/typemap.py: New. plug-in |
44 |
|
for dump schema as python dictionary. |
45 |
|
|
46 |
|
* tools/formed/formed/config.py: Enable new plug-ins. Out comment |
47 |
|
old stored procedure and view generators. |
48 |
|
|
49 |
|
2008-02-19 Sascha L. Teichmann <[email protected]> |
50 |
|
|
51 |
|
* tools/anonym/xmlexport.py: New. Export all cases in database |
52 |
|
as XML. |
53 |
|
|
54 |
|
2008-02-18 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
|
* tools/anonym/anoymncsv.py: separate field with '\t' now. |
57 |
|
all '\t's are replaced by ' ' before. '\r\n' are removed too. |
58 |
|
|
59 |
|
2008-02-15 Sascha L. Teichmann <[email protected]> |
60 |
|
|
61 |
|
* tools/anonym/anoymncsv.py: simple script to fetch anonymous |
62 |
|
data from database. |
63 |
|
|
64 |
|
2008-02-14 Sascha L. Teichmann <[email protected]> |
65 |
|
|
66 |
|
* tools/formed/formed/plugins/export/sql.py: Exchanged name |
67 |
|
erase_value with suppress_value/suppress_value2. |
68 |
|
|
69 |
2008-02-13 Sascha L. Teichmann <[email protected]> |
2008-02-13 Sascha L. Teichmann <[email protected]> |
70 |
|
|
71 |
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
* tools/formed/formed/plugins/export/sql.py: output id, master_id |