/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 184 by teichmann, Mon Sep 17 14:52:49 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]>
226    
227            * tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT
228              rules referenced none existing views.
229    
230    2007-10-07      Sascha L. Teichmann <[email protected]>
231    
232            * tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT
233              rules for views. TODO: add UPDATE rules.
234    
235    2007-10-07      Sascha L. Teichmann <[email protected]>
236    
237            * tools/formed/formed/plugins/export/old_sql.py: New. Contains
238              the legacy SQL export filters.
239    
240            * tools/formed/formed/plugins/export/sql.py: Factored out the
241              legacy SQL export filters to old_sql.
242    
243            * tools/formed/formed/config.py: Adjusted to fetch legacy
244              filters from old_sql.
245    
246    2007-10-06      Sascha L. Teichmann <[email protected]>
247    
248            * pdf2xfa/**: Initial import of the PDF to XFA server.
249    
250    2007-10-06      Sascha L. Teichmann <[email protected]>
251    
252            * tools/formed/formed/plugins/export/sql.py: Fixed bug
253              that made choices of three elements to booleans if
254              they have other meanings than 'Ja', 'Nein', 'keine Angabe'.
255    
256    2007-10-05      Sascha L. Teichmann <[email protected]>
257    
258            * tools/formed/formed/plugins/export/sql.py: Select ids of
259              underlaying tables in views too.
260    
261    2007-10-04      Sascha L. Teichmann <[email protected]>
262    
263            * tools/formed/formed/plugins/export/sql.py: Create schema inside transaction.
264              Various bug fixes.
265    
266    2007-10-04      Sascha L. Teichmann <[email protected]>
267    
268            * tools/formed/formed/model/data.py: Added GroupNode.allWidgets()
269              to extract fields from embedded repeat groups.
270    
271            * tools/formed/formed/plugins/export/sql.py: The SQL exporter exports
272              views per page too. Result not tested yet.
273    
274    2007-10-01      Sascha L. Teichmann <[email protected]>
275    
276            * tools/formed/formed/plugins/web/view_renderer.py: Ignore
277              in-page repeat groups while rendering pages.
278    
279    2007-10-01      Sascha L. Teichmann <[email protected]>
280    
281            * tools/formed/formed/model/nodecomponents.py: Added visitor
282              traversals for document trees.
283    
284            * tools/formed/formed/model/data.py: Rewrote the
285              Page.allWidgets() method to use new visitor for
286              tree traversal.
287    
288    2007-09-27      Torsten Irlaender <[email protected]>
289    
290            * tools/formed/formed/plugins/names/filter.py: Pages are now included
291              in the rename by formular name  algorithm
292    
293    2007-09-26      Sascha L. Teichmann <[email protected]>
294    
295            * tools/formed/formed/model/data.py: Removed old {next|prev}Page()
296              TODO: rewrite Page.allWidgets().
297    
298            * tools/formed/formed/model/nodecomponents.py: Added a method
299              Node.firstLevel(criterion) to walk a defined line in the tree.
300    
301            * tools/formed/formed/plugins/export/sql.py: Extract data suitable to
302              build views and respective joins.
303    
304    2007-09-26      Sascha L. Teichmann <[email protected]>
305    
306            * tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to
307              FORMED environment variable. If set to true tidylib is used to
308              filter HTML content to be W3C valid. To use this feature install
309              uTidylib.
310    
311            * tools/formed/formed/plugins/web/server.py: Check if MIME type is
312              text/html and filters content through tidy if requested.
313    
314    2007-09-25      Torsten Irlaender <[email protected]>
315    
316            * tools/formed/formed/plugins/web/view_renderer.py: Small fix and
317              cleanup of the form generation code.
318    
319    2007-09-21      Sascha L. Teichmann <[email protected]>
320    
321            * tools/formed/formed/plugins/export/sql.py: Added generation time
322              and DROP TABLE statements to schema export.
323    
324    2007-09-20      Sascha L. Teichmann <[email protected]>
325    
326            * tools/formed/formed/plugins/export/sql.py: The tables are generated
327              in correct topolocial order now.
328    
329    2007-09-20      Sascha L. Teichmann <[email protected]>
330    
331            * tools/formed/formed/plugins/export/mode.py: New. Filter to export
332              a document with items that are in given mode.
333    
334            * tools/formed/formed/model/nodecomponents.py: Added methods to clone
335              trees depending on selected modes.
336    
337            * tools/formed/formed/model/data.py, tools/formed/formed/model/expr.py:
338              Fixed clone issue with RuleNodes.
339    
340            * tools/formed/formed/config.py: Use new plug-in.
341    
342    2007-09-17      Sascha L. Teichmann <[email protected]>
343    
344            * tools/formed/formed/plugins/web/view_renderer.py: Make the
345              view renderer a real view renderer. It takes a list of
346              items now and not only a single page.
347    
348            * tools/formed/formed/plugins/web/renderer.py: Feed a list
349              of items to the view renderer.
350    
351    2007-09-17      Torsten Irlaender <[email protected]>
352    
353            * tools/formed/formed/plugins/web/view_renderer.py:
354              Small tweaks in rendering bools.
355              RadioNodes (with all its children) can now be placed in a container.
356              The radiobools will not get a surrounding <div> anymore.
357              I am not sure if the new way results in the wanted behaivor, but the
358              rendering results are much better now :)
359              Maybe we need a similar approach for checkboxes?
360              Rendering groups is still broken in some way.
361    
362    2007-09-17      Sascha L. Teichmann <[email protected]>
363    
364            * tools/formed/formed/plugins/web/view_renderer.py: Fixed
365              a few bugs: Do not render empty containers, do not
366              generate misplaced <br class="newline"> in choices.
367              Add a nameless container to catch the items that are
368              nor explicitly assigned to a target. Removed FormData.
369    
370            * tools/formed/formed/plugins/web/renderer.py: Removed
371              a needless import
372    
373  2007-09-17      Sascha L. Teichmann <[email protected]>  2007-09-17      Sascha L. Teichmann <[email protected]>
374    
375          * tools/formed/formed/plugins/web/view_renderer.py: Implemented          * tools/formed/formed/plugins/web/view_renderer.py: Implemented

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26