/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 189 by teichmann, Thu Sep 20 19:46:34 2007 UTC revision 237 by torsten, Mon Feb 25 15:03:38 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    
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: New. Joins CSV files.
15    
16            * tools/anonym/html.awk: New. Converts CSV to HTML
17    
18    2008-02-25      Sascha L. Teichmann <[email protected]>
19    
20            * tools/anonym/xmlimport.py: New. Added generation of
21              update statements.
22    
23    2008-02-25      Sascha L. Teichmann <[email protected]>
24    
25            * tools/anonym/xmlimport.py: New. Base for importing
26              XML from cron.
27    
28    2008-02-24      Sascha L. Teichmann <[email protected]>
29    
30            * tools/formed/formed/plugins/export/html2.py: New. plug-in
31              for a simplified HTML output
32    
33            * tools/formed/formed/plugins/export/typemap.py: New. plug-in
34              for dump schema as python dictionary.
35    
36            * tools/formed/formed/config.py: Enable new plug-ins. Out comment
37              old stored procedure and view generators.
38    
39    2008-02-19      Sascha L. Teichmann <[email protected]>
40    
41            * tools/anonym/xmlexport.py: New. Export all cases in database
42              as XML.
43    
44    2008-02-18      Sascha L. Teichmann <[email protected]>
45    
46            * tools/anonym/anoymncsv.py: separate field with '\t' now.
47              all '\t's are replaced by '   ' before. '\r\n' are removed too.
48    
49    2008-02-15      Sascha L. Teichmann <[email protected]>
50    
51            * tools/anonym/anoymncsv.py: simple script to fetch anonymous
52              data from database.
53    
54    2008-02-14      Sascha L. Teichmann <[email protected]>
55    
56            * tools/formed/formed/plugins/export/sql.py: Exchanged name
57              erase_value with suppress_value/suppress_value2.
58    
59    2008-02-13      Sascha L. Teichmann <[email protected]>
60    
61            * tools/formed/formed/plugins/export/sql.py: output id, master_id
62              substitute 'erase_value' with NULL value.
63    
64    2008-02-13      Sascha L. Teichmann <[email protected]>
65    
66            * tools/formed/formed/plugins/export/sql.py: output id, master_id
67              and uuid_id in anonymiziation views too.
68    
69    2008-02-13      Sascha L. Teichmann <[email protected]>
70    
71            * tools/formed/formed/plugins/export/sql.py: Added generation
72              of anonymiziation views for master table views and repeat group
73              views.
74    
75    2008-02-13      Sascha L. Teichmann <[email protected]>
76    
77            * tools/formed/formed/model/nodecomponents.py: Added attribute
78              "function"
79    
80            * tools/formed/formed/io/document.py: Save attributes in
81              alphabetical order.
82    
83    2008-02-02      Sascha L. Teichmann <[email protected]>
84    
85            * tools/formed/formed/plugins/export/sql.py: Added update rule
86              for master table and repeat groups views. Granted update right
87              to :cm_ka_group.
88    
89    2008-02-01      Sascha L. Teichmann <[email protected]>
90    
91            * tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id'
92              for master table and repeat groups. Also added unique constraints
93              to these columns.
94    
95    2007-12-10      Sascha L. Teichmann <[email protected]>
96    
97            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system
98              property 'root.element' to specify the name of the XML root.
99    
100            * pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted.
101    
102    2007-11-22      Sascha L. Teichmann <[email protected]>
103    
104            * pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts
105              for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde.
106    
107            * pdf2xfa/README.TXT: Add a remark to new boot scripts.
108    
109    2007-11-21      Sascha L. Teichmann <[email protected]>
110    
111            * pdf2xfa/src/de/intevation/pdfimport/Log.java: New.
112              Sends logging to file.
113    
114            * pdf2xfa/src/de/intevation/pdfimport/Server.java,
115              pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted
116              to use new logging.
117    
118            * pdf2xfa/README.TXT: Added remark how to use logging.
119    
120    2007-11-16      Frank Koormann <[email protected]>
121    
122            * tools/formed/formed/plugins/export/sql.py (createSchema):
123            Append only column "bearbeiter_id", standins are modelled by a
124            separate table.
125    
126    2007-11-16      Sascha L. Teichmann <[email protected]>
127    
128            * tools/formed/formed/model/data.py,
129              tools/formed/formed/plugins/web/view_renderer.py:
130              Added an invisible flag for info fields.
131    
132    2007-11-07      Sascha L. Teichmann <[email protected]>
133    
134            * tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs
135              (calling a wrong method).
136    
137    2007-11-07      Sascha L. Teichmann <[email protected]>
138    
139            * tools/formed/formed/model/nodecomponents.py: Added a field
140              'alternative' to all node components. This might be of help to
141              match PDF imports where the descriptions do not match.
142    
143    2007-10-23      Frank Koormann <[email protected]>
144    
145            * tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views
146    
147    2007-10-23      Frank Koormann <[email protected]>
148    
149            * tools/formed/formed/plugins/export/sql.py: Set default
150            value (-1) for choices and bools.
151    
152    2007-10-21      Frank Koormann <[email protected]>
153    
154            * tools/formed/formed/plugins/export/sql.py: Grant statements for
155            descriptive tables added.
156            (Table.getName): new
157    
158    2007-10-21      Frank Koormann <[email protected]>
159    
160            * tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE"
161            statements for views and roles to make updates easier.
162            Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE.
163    
164    2007-10-19      Frank Koormann <[email protected]>
165    
166            * tools/formed/formed/plugins/export/sql.py: Added GRANT statements
167            for views. The statements are prepared for variable substitution
168            when executing the SQL-scripts by psql.
169    
170    2007-10-18      Sascha L. Teichmann <[email protected]>
171    
172            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed:
173              End of result XML was truncated because of an unflushed buffer.
174    
175    2007-10-17      Sascha L. Teichmann <[email protected]>
176    
177            * pdf2xfa/bin/build-jar.sh: New. Build production jar file.
178    
179            * pdf2xfa/README.TXT: Adjusted how to build production jar file
180              and how to use it.
181    
182            * pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class
183              and iText dependency.
184    
185    2007-10-16      Sascha L. Teichmann <[email protected]>
186    
187            * tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe'
188              are not modeled as BOOLEANs any more. That simpifies the conversion
189              process web vs. db.
190    
191    2007-10-07      Sascha L. Teichmann <[email protected]>
192    
193            * tools/formed/formed/plugins/export/sql.py: Added the remaining
194              UPDATE rules.
195    
196    2007-10-07      Sascha L. Teichmann <[email protected]>
197    
198            * tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some
199              views. TODO: Test'em and implement the rest.
200    
201    2007-10-07      Sascha L. Teichmann <[email protected]>
202    
203            * tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT
204              rules referenced none existing views.
205    
206    2007-10-07      Sascha L. Teichmann <[email protected]>
207    
208            * tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT
209              rules for views. TODO: add UPDATE rules.
210    
211    2007-10-07      Sascha L. Teichmann <[email protected]>
212    
213            * tools/formed/formed/plugins/export/old_sql.py: New. Contains
214              the legacy SQL export filters.
215    
216            * tools/formed/formed/plugins/export/sql.py: Factored out the
217              legacy SQL export filters to old_sql.
218    
219            * tools/formed/formed/config.py: Adjusted to fetch legacy
220              filters from old_sql.
221    
222    2007-10-06      Sascha L. Teichmann <[email protected]>
223    
224            * pdf2xfa/**: Initial import of the PDF to XFA server.
225    
226    2007-10-06      Sascha L. Teichmann <[email protected]>
227    
228            * tools/formed/formed/plugins/export/sql.py: Fixed bug
229              that made choices of three elements to booleans if
230              they have other meanings than 'Ja', 'Nein', 'keine Angabe'.
231    
232    2007-10-05      Sascha L. Teichmann <[email protected]>
233    
234            * tools/formed/formed/plugins/export/sql.py: Select ids of
235              underlaying tables in views too.
236    
237    2007-10-04      Sascha L. Teichmann <[email protected]>
238    
239            * tools/formed/formed/plugins/export/sql.py: Create schema inside transaction.
240              Various bug fixes.
241    
242    2007-10-04      Sascha L. Teichmann <[email protected]>
243    
244            * tools/formed/formed/model/data.py: Added GroupNode.allWidgets()
245              to extract fields from embedded repeat groups.
246    
247            * tools/formed/formed/plugins/export/sql.py: The SQL exporter exports
248              views per page too. Result not tested yet.
249    
250    2007-10-01      Sascha L. Teichmann <[email protected]>
251    
252            * tools/formed/formed/plugins/web/view_renderer.py: Ignore
253              in-page repeat groups while rendering pages.
254    
255    2007-10-01      Sascha L. Teichmann <[email protected]>
256    
257            * tools/formed/formed/model/nodecomponents.py: Added visitor
258              traversals for document trees.
259    
260            * tools/formed/formed/model/data.py: Rewrote the
261              Page.allWidgets() method to use new visitor for
262              tree traversal.
263    
264    2007-09-27      Torsten Irlaender <[email protected]>
265    
266            * tools/formed/formed/plugins/names/filter.py: Pages are now included
267              in the rename by formular name  algorithm
268    
269    2007-09-26      Sascha L. Teichmann <[email protected]>
270    
271            * tools/formed/formed/model/data.py: Removed old {next|prev}Page()
272              TODO: rewrite Page.allWidgets().
273    
274            * tools/formed/formed/model/nodecomponents.py: Added a method
275              Node.firstLevel(criterion) to walk a defined line in the tree.
276    
277            * tools/formed/formed/plugins/export/sql.py: Extract data suitable to
278              build views and respective joins.
279    
280    2007-09-26      Sascha L. Teichmann <[email protected]>
281    
282            * tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to
283              FORMED environment variable. If set to true tidylib is used to
284              filter HTML content to be W3C valid. To use this feature install
285              uTidylib.
286    
287            * tools/formed/formed/plugins/web/server.py: Check if MIME type is
288              text/html and filters content through tidy if requested.
289    
290    2007-09-25      Torsten Irlaender <[email protected]>
291    
292            * tools/formed/formed/plugins/web/view_renderer.py: Small fix and
293              cleanup of the form generation code.
294    
295    2007-09-21      Sascha L. Teichmann <[email protected]>
296    
297            * tools/formed/formed/plugins/export/sql.py: Added generation time
298              and DROP TABLE statements to schema export.
299    
300  2007-09-20      Sascha L. Teichmann <[email protected]>  2007-09-20      Sascha L. Teichmann <[email protected]>
301    
302          * tools/formed/formed/plugins/export/sql.py: The tables are generated          * tools/formed/formed/plugins/export/sql.py: The tables are generated

Legend:
Removed from v.189  
changed lines
  Added in v.237

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26