/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.188  
changed lines
  Added in v.244

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26