/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 204 by teichmann, Sun Oct 7 10:37:02 2007 UTC revision 242 by teichmann, Wed Feb 27 07:13:31 2008 UTC
# Line 1  Line 1 
1    2008-02-27      Sascha L. Teichmann <[email protected]>
2            * tools/anonym/cron.importAnonXml.sh: Add sudo call for
3              xmlimport.py and parameters.
4    
5            * tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/
6    
7            * tools/anonym/xmlexport.py: Use python interpreter without env
8              because of sudo context.
9    
10    2008-02-26      Sascha L. Teichmann <[email protected]>
11    
12            * tools/anonym/xmlimport.py: added support for getopt. add
13              support to force in fkz in import of case.
14    
15    2008-02-26      Sascha L. Teichmann <[email protected]>
16    
17            * tools/anonym/xmlimport.py: Implemented logic to create/update cases.
18    
19            * tools/anonym/html.awk: produces valid HTML.
20    
21    2008-02-25      Sascha L. Teichmann <[email protected]>
22    
23            * tools/anonym/joincsv.py: Fix a logic bug.
24    
25    2008-02-25      Torsten Irlaender <[email protected]>
26    
27            * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing
28              exportted cases. It will read all files from a directory and import
29              the files into the DB. After that the script will cleanup the
30              directory.
31    
32    2008-02-25      Sascha L. Teichmann <[email protected]>
33    
34            * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.
35    
36    2008-02-25      Sascha L. Teichmann <[email protected]>
37    
38            * tools/anonym/joincsv.py: New. Joins CSV files.
39    
40            * tools/anonym/html.awk: New. Converts CSV to HTML
41    
42    2008-02-25      Sascha L. Teichmann <[email protected]>
43    
44            * tools/anonym/xmlimport.py: New. Added generation of
45              update statements.
46    
47    2008-02-25      Sascha L. Teichmann <[email protected]>
48    
49            * tools/anonym/xmlimport.py: New. Base for importing
50              XML from cron.
51    
52    2008-02-24      Sascha L. Teichmann <[email protected]>
53    
54            * tools/formed/formed/plugins/export/html2.py: New. plug-in
55              for a simplified HTML output
56    
57            * tools/formed/formed/plugins/export/typemap.py: New. plug-in
58              for dump schema as python dictionary.
59    
60            * tools/formed/formed/config.py: Enable new plug-ins. Out comment
61              old stored procedure and view generators.
62    
63    2008-02-19      Sascha L. Teichmann <[email protected]>
64    
65            * tools/anonym/xmlexport.py: New. Export all cases in database
66              as XML.
67    
68    2008-02-18      Sascha L. Teichmann <[email protected]>
69    
70            * tools/anonym/anoymncsv.py: separate field with '\t' now.
71              all '\t's are replaced by '   ' before. '\r\n' are removed too.
72    
73    2008-02-15      Sascha L. Teichmann <[email protected]>
74    
75            * tools/anonym/anoymncsv.py: simple script to fetch anonymous
76              data from database.
77    
78    2008-02-14      Sascha L. Teichmann <[email protected]>
79    
80            * tools/formed/formed/plugins/export/sql.py: Exchanged name
81              erase_value with suppress_value/suppress_value2.
82    
83    2008-02-13      Sascha L. Teichmann <[email protected]>
84    
85            * tools/formed/formed/plugins/export/sql.py: output id, master_id
86              substitute 'erase_value' with NULL value.
87    
88    2008-02-13      Sascha L. Teichmann <[email protected]>
89    
90            * tools/formed/formed/plugins/export/sql.py: output id, master_id
91              and uuid_id in anonymiziation views too.
92    
93    2008-02-13      Sascha L. Teichmann <[email protected]>
94    
95            * tools/formed/formed/plugins/export/sql.py: Added generation
96              of anonymiziation views for master table views and repeat group
97              views.
98    
99    2008-02-13      Sascha L. Teichmann <[email protected]>
100    
101            * tools/formed/formed/model/nodecomponents.py: Added attribute
102              "function"
103    
104            * tools/formed/formed/io/document.py: Save attributes in
105              alphabetical order.
106    
107    2008-02-02      Sascha L. Teichmann <[email protected]>
108    
109            * tools/formed/formed/plugins/export/sql.py: Added update rule
110              for master table and repeat groups views. Granted update right
111              to :cm_ka_group.
112    
113    2008-02-01      Sascha L. Teichmann <[email protected]>
114    
115            * tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id'
116              for master table and repeat groups. Also added unique constraints
117              to these columns.
118    
119    2007-12-10      Sascha L. Teichmann <[email protected]>
120    
121            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system
122              property 'root.element' to specify the name of the XML root.
123    
124            * pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted.
125    
126    2007-11-22      Sascha L. Teichmann <[email protected]>
127    
128            * pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts
129              for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde.
130    
131            * pdf2xfa/README.TXT: Add a remark to new boot scripts.
132    
133    2007-11-21      Sascha L. Teichmann <[email protected]>
134    
135            * pdf2xfa/src/de/intevation/pdfimport/Log.java: New.
136              Sends logging to file.
137    
138            * pdf2xfa/src/de/intevation/pdfimport/Server.java,
139              pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted
140              to use new logging.
141    
142            * pdf2xfa/README.TXT: Added remark how to use logging.
143    
144    2007-11-16      Frank Koormann <[email protected]>
145    
146            * tools/formed/formed/plugins/export/sql.py (createSchema):
147            Append only column "bearbeiter_id", standins are modelled by a
148            separate table.
149    
150    2007-11-16      Sascha L. Teichmann <[email protected]>
151    
152            * tools/formed/formed/model/data.py,
153              tools/formed/formed/plugins/web/view_renderer.py:
154              Added an invisible flag for info fields.
155    
156    2007-11-07      Sascha L. Teichmann <[email protected]>
157    
158            * tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs
159              (calling a wrong method).
160    
161    2007-11-07      Sascha L. Teichmann <[email protected]>
162    
163            * tools/formed/formed/model/nodecomponents.py: Added a field
164              'alternative' to all node components. This might be of help to
165              match PDF imports where the descriptions do not match.
166    
167    2007-10-23      Frank Koormann <[email protected]>
168    
169            * tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views
170    
171    2007-10-23      Frank Koormann <[email protected]>
172    
173            * tools/formed/formed/plugins/export/sql.py: Set default
174            value (-1) for choices and bools.
175    
176    2007-10-21      Frank Koormann <[email protected]>
177    
178            * tools/formed/formed/plugins/export/sql.py: Grant statements for
179            descriptive tables added.
180            (Table.getName): new
181    
182    2007-10-21      Frank Koormann <[email protected]>
183    
184            * tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE"
185            statements for views and roles to make updates easier.
186            Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE.
187    
188    2007-10-19      Frank Koormann <[email protected]>
189    
190            * tools/formed/formed/plugins/export/sql.py: Added GRANT statements
191            for views. The statements are prepared for variable substitution
192            when executing the SQL-scripts by psql.
193    
194    2007-10-18      Sascha L. Teichmann <[email protected]>
195    
196            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed:
197              End of result XML was truncated because of an unflushed buffer.
198    
199    2007-10-17      Sascha L. Teichmann <[email protected]>
200    
201            * pdf2xfa/bin/build-jar.sh: New. Build production jar file.
202    
203            * pdf2xfa/README.TXT: Adjusted how to build production jar file
204              and how to use it.
205    
206            * pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class
207              and iText dependency.
208    
209    2007-10-16      Sascha L. Teichmann <[email protected]>
210    
211            * tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe'
212              are not modeled as BOOLEANs any more. That simpifies the conversion
213              process web vs. db.
214    
215    2007-10-07      Sascha L. Teichmann <[email protected]>
216    
217            * tools/formed/formed/plugins/export/sql.py: Added the remaining
218              UPDATE rules.
219    
220    2007-10-07      Sascha L. Teichmann <[email protected]>
221    
222            * tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some
223              views. TODO: Test'em and implement the rest.
224    
225  2007-10-07      Sascha L. Teichmann <[email protected]>  2007-10-07      Sascha L. Teichmann <[email protected]>
226    
227          * tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT          * tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT

Legend:
Removed from v.204  
changed lines
  Added in v.242

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26