/[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 235 by torsten, Mon Feb 25 12:58:41 2008 UTC
# Line 1  Line 1 
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]>
136    
137            * tools/formed/formed/plugins/export/sql.py: Set default
138            value (-1) for choices and bools.
139    
140    2007-10-21      Frank Koormann <[email protected]>
141    
142            * tools/formed/formed/plugins/export/sql.py: Grant statements for
143            descriptive tables added.
144            (Table.getName): new
145    
146    2007-10-21      Frank Koormann <[email protected]>
147    
148            * tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE"
149            statements for views and roles to make updates easier.
150            Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE.
151    
152    2007-10-19      Frank Koormann <[email protected]>
153    
154            * tools/formed/formed/plugins/export/sql.py: Added GRANT statements
155            for views. The statements are prepared for variable substitution
156            when executing the SQL-scripts by psql.
157    
158    2007-10-18      Sascha L. Teichmann <[email protected]>
159    
160            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed:
161              End of result XML was truncated because of an unflushed buffer.
162    
163    2007-10-17      Sascha L. Teichmann <[email protected]>
164    
165            * pdf2xfa/bin/build-jar.sh: New. Build production jar file.
166    
167            * pdf2xfa/README.TXT: Adjusted how to build production jar file
168              and how to use it.
169    
170            * pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class
171              and iText dependency.
172    
173    2007-10-16      Sascha L. Teichmann <[email protected]>
174    
175            * tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe'
176              are not modeled as BOOLEANs any more. That simpifies the conversion
177              process web vs. db.
178    
179    2007-10-07      Sascha L. Teichmann <[email protected]>
180    
181            * tools/formed/formed/plugins/export/sql.py: Added the remaining
182              UPDATE rules.
183    
184    2007-10-07      Sascha L. Teichmann <[email protected]>
185    
186            * tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some
187              views. TODO: Test'em and implement the rest.
188    
189  2007-10-07      Sascha L. Teichmann <[email protected]>  2007-10-07      Sascha L. Teichmann <[email protected]>
190    
191          * 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.235

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26