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