1 |
|
2008-02-25 Torsten Irländer <[email protected]> |
2 |
|
|
3 |
|
* tools/anonym/cron.sendAnonXml.sh, |
4 |
|
tools/anonym/xmlexport.py, |
5 |
|
tools/anonym/getDbList.sh: Added shell-scripts for exporting cases |
6 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/anonym/xmlimport.py: New. Added generation of |
9 |
|
update statements. |
10 |
|
|
11 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/anonym/xmlimport.py: New. Base for importing |
14 |
|
XML from cron. |
15 |
|
|
16 |
|
2008-02-24 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/export/html2.py: New. plug-in |
19 |
|
for a simplified HTML output |
20 |
|
|
21 |
|
* tools/formed/formed/plugins/export/typemap.py: New. plug-in |
22 |
|
for dump schema as python dictionary. |
23 |
|
|
24 |
|
* tools/formed/formed/config.py: Enable new plug-ins. Out comment |
25 |
|
old stored procedure and view generators. |
26 |
|
|
27 |
|
2008-02-19 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* tools/anonym/xmlexport.py: New. Export all cases in database |
30 |
|
as XML. |
31 |
|
|
32 |
|
2008-02-18 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools/anonym/anoymncsv.py: separate field with '\t' now. |
35 |
|
all '\t's are replaced by ' ' before. '\r\n' are removed too. |
36 |
|
|
37 |
|
2008-02-15 Sascha L. Teichmann <[email protected]> |
38 |
|
|
39 |
|
* tools/anonym/anoymncsv.py: simple script to fetch anonymous |
40 |
|
data from database. |
41 |
|
|
42 |
|
2008-02-14 Sascha L. Teichmann <[email protected]> |
43 |
|
|
44 |
|
* tools/formed/formed/plugins/export/sql.py: Exchanged name |
45 |
|
erase_value with suppress_value/suppress_value2. |
46 |
|
|
47 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
48 |
|
|
49 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
50 |
|
substitute 'erase_value' with NULL value. |
51 |
|
|
52 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
53 |
|
|
54 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
55 |
|
and uuid_id in anonymiziation views too. |
56 |
|
|
57 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
58 |
|
|
59 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation |
60 |
|
of anonymiziation views for master table views and repeat group |
61 |
|
views. |
62 |
|
|
63 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
64 |
|
|
65 |
|
* tools/formed/formed/model/nodecomponents.py: Added attribute |
66 |
|
"function" |
67 |
|
|
68 |
|
* tools/formed/formed/io/document.py: Save attributes in |
69 |
|
alphabetical order. |
70 |
|
|
71 |
|
2008-02-02 Sascha L. Teichmann <[email protected]> |
72 |
|
|
73 |
|
* tools/formed/formed/plugins/export/sql.py: Added update rule |
74 |
|
for master table and repeat groups views. Granted update right |
75 |
|
to :cm_ka_group. |
76 |
|
|
77 |
|
2008-02-01 Sascha L. Teichmann <[email protected]> |
78 |
|
|
79 |
|
* tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id' |
80 |
|
for master table and repeat groups. Also added unique constraints |
81 |
|
to these columns. |
82 |
|
|
83 |
|
2007-12-10 Sascha L. Teichmann <[email protected]> |
84 |
|
|
85 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system |
86 |
|
property 'root.element' to specify the name of the XML root. |
87 |
|
|
88 |
|
* pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted. |
89 |
|
|
90 |
|
2007-11-22 Sascha L. Teichmann <[email protected]> |
91 |
|
|
92 |
|
* pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts |
93 |
|
for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde. |
94 |
|
|
95 |
|
* pdf2xfa/README.TXT: Add a remark to new boot scripts. |
96 |
|
|
97 |
|
2007-11-21 Sascha L. Teichmann <[email protected]> |
98 |
|
|
99 |
|
* pdf2xfa/src/de/intevation/pdfimport/Log.java: New. |
100 |
|
Sends logging to file. |
101 |
|
|
102 |
|
* pdf2xfa/src/de/intevation/pdfimport/Server.java, |
103 |
|
pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted |
104 |
|
to use new logging. |
105 |
|
|
106 |
|
* pdf2xfa/README.TXT: Added remark how to use logging. |
107 |
|
|
108 |
|
2007-11-16 Frank Koormann <[email protected]> |
109 |
|
|
110 |
|
* tools/formed/formed/plugins/export/sql.py (createSchema): |
111 |
|
Append only column "bearbeiter_id", standins are modelled by a |
112 |
|
separate table. |
113 |
|
|
114 |
|
2007-11-16 Sascha L. Teichmann <[email protected]> |
115 |
|
|
116 |
|
* tools/formed/formed/model/data.py, |
117 |
|
tools/formed/formed/plugins/web/view_renderer.py: |
118 |
|
Added an invisible flag for info fields. |
119 |
|
|
120 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
121 |
|
|
122 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs |
123 |
|
(calling a wrong method). |
124 |
|
|
125 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
126 |
|
|
127 |
|
* tools/formed/formed/model/nodecomponents.py: Added a field |
128 |
|
'alternative' to all node components. This might be of help to |
129 |
|
match PDF imports where the descriptions do not match. |
130 |
|
|
131 |
|
2007-10-23 Frank Koormann <[email protected]> |
132 |
|
|
133 |
|
* tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views |
134 |
|
|
135 |
2007-10-23 Frank Koormann <[email protected]> |
2007-10-23 Frank Koormann <[email protected]> |
136 |
|
|
137 |
* tools/formed/formed/plugins/export/sql.py: Set default |
* tools/formed/formed/plugins/export/sql.py: Set default |