/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 187 by teichmann, Wed Sep 19 16:25:33 2007 UTC revision 275 by teichmann, Mon Jul 7 10:26:03 2008 UTC
# Line 1  Line 1 
1    2008-07-07      Sascha L. Teichmann <[email protected]>
2    
3            * tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4)
4    
5    2008-07-07      Sascha L. Teichmann <[email protected]>  
6    
7            * tools/anonym/xmlimport.py: sync with productive version.
8    
9    2008-06-10      Torsten Irländer <[email protected]>
10    
11            * tools/formed/formed/plugins/export/sql.py: grant admin permission to
12              call anonymize function
13    
14    2008-05-21      Sascha L. Teichmann <[email protected]>  
15    
16            * tools/formed/formed/plugins/export/xsd.py: Brought encoding
17              back to UTF-8.
18    
19    2008-05-21      Frank Koormann <[email protected]>
20    
21            * tools/formed/formed/plugins/export/xls.py: New, export key value
22            tables as excel workbook with one sheet per table.
23    
24            * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
25    
26    2008-05-21      Frank Koormann <[email protected]>
27    
28            * tools/formed/formed/plugins/export/xsd.py
29            (SchemaCreator._createChoice): Fix use of choices name.
30    
31    2008-04-29      Sascha L. Teichmann <[email protected]>
32    
33            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
34              to allow arbitrary order of repeat groups.
35    
36    2008-04-29      Sascha L. Teichmann <[email protected]>
37    
38            * tools/formed/formed/plugins/export/xsd.py: Removed a needless
39              character.
40    
41    2008-04-29      Sascha L. Teichmann <[email protected]>
42    
43            * tools/formed/formed/plugins/export/xsd.py: Added annotations
44              to fields.
45    
46    2008-04-29      Sascha L. Teichmann <[email protected]>
47    
48            * tools/formed/formed/plugins/export/xsd.py: Added for
49              choice fields.
50    
51    2008-04-29      Sascha L. Teichmann <[email protected]>
52    
53            * tools/formed/formed/plugins/export/xsd.py: Added support for
54              boolean fields based on enumerations.
55    
56    2008-04-28      Sascha L. Teichmann <[email protected]>
57    
58            * tools/formed/formed/plugins/export/xsd.py: Added support for
59              date, text and textarea fields.
60    
61    2008-04-28      Sascha L. Teichmann <[email protected]>
62    
63            * tools/formed/formed/plugins/export/xsd.py: Added support for
64              repeat groups and integer fields.
65    
66    2008-04-28      Sascha L. Teichmann <[email protected]>
67    
68            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
69              exporting as XML schema. not ready, yet.
70    
71            * tools/formed/formed/config.py: Use new plug-in.
72    
73            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
74    
75    2008-04-17      Torsten Irländer <[email protected]>
76    
77            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
78            for the views because of the new group permissions.
79    
80    2008-04-09      Sascha L. Teichmann <[email protected]>
81    
82            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
83              old anonymized cases.
84    
85    2008-04-01      Sascha L. Teichmann <[email protected]>
86    
87            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
88              from clause to select datasets.
89              Replace ']]>' in CDATA sections with correct splitted replacement.
90    
91    2008-03-12      Sascha L. Teichmann <[email protected]>
92            
93            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
94              script.
95    
96            * tools/anonym/xmlimport.py: commented out database port from
97              connectionstring.
98    
99    2008-03-12      Sascha L. Teichmann <[email protected]>
100    
101            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
102              of anonymization of repeat groups (wrong id was given).
103    
104    2008-03-11      Sascha L. Teichmann <[email protected]>
105    
106            * tools/formed/formed/plugins/export/sql.py: Generate no update
107              statements for relations which have no anonym functions applied.
108    
109    2008-03-11      Sascha L. Teichmann <[email protected]>
110    
111            * tools/formed/formed/plugins/export/sql.py: Added a newline after
112              'COMMIT;' in the last line.
113    
114    2008-03-11      Sascha L. Teichmann <[email protected]>
115    
116            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
117              generated anonymize_case() function.
118              
119    2008-03-11      Sascha L. Teichmann <[email protected]>
120    
121            * tools/formed/formed/plugins/export/sql.py: Added code to
122              generate a plpgsql function anonymize_case() that anonymized
123              a given case and all of its depending repeat groups.
124    
125    2008-03-06      Sascha L. Teichmann <[email protected]>
126    
127            * tools/anonym/xmlimport.py: remove print of insert statement.
128    
129            * tools/formed/formed/plugins/export/sql.py: Print generation date in ISO.
130    
131    2008-03-03      Torsten Irländer <[email protected]>
132    
133            * anonym/cron.sendAnonXml.sh,
134              anonym/getDbList.sh: Modified script to be used directly in the
135              production environment (Copied running scripts from production
136              server)
137    
138            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
139              to be used in a production environment (Cpoied running script from
140              production server)
141    
142            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
143              ensure that only valid cases get exported
144    
145    2008-02-27      Sascha L. Teichmann <[email protected]>
146    
147            * tools/anonym/xmlimport.py: Fixed bug in date converter.
148    
149    2008-02-27      Sascha L. Teichmann <[email protected]>
150    
151            * tools/anonym/xmlimport.py: Simpilied version
152    
153    2008-02-27      Sascha L. Teichmann <[email protected]>
154    
155            * tools/anonym/cron.importAnonXml.sh: Add sudo call for
156              xmlimport.py and parameters.
157    
158            * tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/
159    
160            * tools/anonym/xmlexport.py: Use python interpreter without env
161              because of sudo context.
162    
163    2008-02-26      Sascha L. Teichmann <[email protected]>
164    
165            * tools/anonym/xmlimport.py: added support for getopt. add
166              support to force in fkz in import of case.
167    
168    2008-02-26      Sascha L. Teichmann <[email protected]>
169    
170            * tools/anonym/xmlimport.py: Implemented logic to create/update cases.
171    
172            * tools/anonym/html.awk: produces valid HTML.
173    
174    2008-02-25      Sascha L. Teichmann <[email protected]>
175    
176            * tools/anonym/joincsv.py: Fix a logic bug.
177    
178    2008-02-25      Torsten Irlaender <[email protected]>
179    
180            * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing
181              exportted cases. It will read all files from a directory and import
182              the files into the DB. After that the script will cleanup the
183              directory.
184    
185    2008-02-25      Torsten Irländer <[email protected]>
186            
187            * tools/anonym/cron.sendAnonXml.sh,
188              tools/anonym/xmlexport.py,
189              tools/anonym/getDbList.sh: Added shell-scripts for exporting cases
190    
191    2008-02-25      Sascha L. Teichmann <[email protected]>
192    
193            * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.
194    
195    2008-02-25      Sascha L. Teichmann <[email protected]>
196    
197            * tools/anonym/joincsv.py: New. Joins CSV files.
198    
199            * tools/anonym/html.awk: New. Converts CSV to HTML
200    
201    2008-02-25      Sascha L. Teichmann <[email protected]>
202    
203            * tools/anonym/xmlimport.py: New. Added generation of
204              update statements.
205    
206    2008-02-25      Sascha L. Teichmann <[email protected]>
207    
208            * tools/anonym/xmlimport.py: New. Base for importing
209              XML from cron.
210    
211    2008-02-24      Sascha L. Teichmann <[email protected]>
212    
213            * tools/formed/formed/plugins/export/html2.py: New. plug-in
214              for a simplified HTML output
215    
216            * tools/formed/formed/plugins/export/typemap.py: New. plug-in
217              for dump schema as python dictionary.
218    
219            * tools/formed/formed/config.py: Enable new plug-ins. Out comment
220              old stored procedure and view generators.
221    
222    2008-02-19      Sascha L. Teichmann <[email protected]>
223    
224            * tools/anonym/xmlexport.py: New. Export all cases in database
225              as XML.
226    
227    2008-02-18      Sascha L. Teichmann <[email protected]>
228    
229            * tools/anonym/anoymncsv.py: separate field with '\t' now.
230              all '\t's are replaced by '   ' before. '\r\n' are removed too.
231    
232    2008-02-15      Sascha L. Teichmann <[email protected]>
233    
234            * tools/anonym/anoymncsv.py: simple script to fetch anonymous
235              data from database.
236    
237    2008-02-14      Sascha L. Teichmann <[email protected]>
238    
239            * tools/formed/formed/plugins/export/sql.py: Exchanged name
240              erase_value with suppress_value/suppress_value2.
241    
242    2008-02-13      Sascha L. Teichmann <[email protected]>
243    
244            * tools/formed/formed/plugins/export/sql.py: output id, master_id
245              substitute 'erase_value' with NULL value.
246    
247    2008-02-13      Sascha L. Teichmann <[email protected]>
248    
249            * tools/formed/formed/plugins/export/sql.py: output id, master_id
250              and uuid_id in anonymiziation views too.
251    
252    2008-02-13      Sascha L. Teichmann <[email protected]>
253    
254            * tools/formed/formed/plugins/export/sql.py: Added generation
255              of anonymiziation views for master table views and repeat group
256              views.
257    
258    2008-02-13      Sascha L. Teichmann <[email protected]>
259    
260            * tools/formed/formed/model/nodecomponents.py: Added attribute
261              "function"
262    
263            * tools/formed/formed/io/document.py: Save attributes in
264              alphabetical order.
265    
266    2008-02-02      Sascha L. Teichmann <[email protected]>
267    
268            * tools/formed/formed/plugins/export/sql.py: Added update rule
269              for master table and repeat groups views. Granted update right
270              to :cm_ka_group.
271    
272    2008-02-01      Sascha L. Teichmann <[email protected]>
273    
274            * tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id'
275              for master table and repeat groups. Also added unique constraints
276              to these columns.
277    
278    2007-12-10      Sascha L. Teichmann <[email protected]>
279    
280            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system
281              property 'root.element' to specify the name of the XML root.
282    
283            * pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted.
284    
285    2007-11-22      Sascha L. Teichmann <[email protected]>
286    
287            * pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts
288              for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde.
289    
290            * pdf2xfa/README.TXT: Add a remark to new boot scripts.
291    
292    2007-11-21      Sascha L. Teichmann <[email protected]>
293    
294            * pdf2xfa/src/de/intevation/pdfimport/Log.java: New.
295              Sends logging to file.
296    
297            * pdf2xfa/src/de/intevation/pdfimport/Server.java,
298              pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted
299              to use new logging.
300    
301            * pdf2xfa/README.TXT: Added remark how to use logging.
302    
303    2007-11-16      Frank Koormann <[email protected]>
304    
305            * tools/formed/formed/plugins/export/sql.py (createSchema):
306            Append only column "bearbeiter_id", standins are modelled by a
307            separate table.
308    
309    2007-11-16      Sascha L. Teichmann <[email protected]>
310    
311            * tools/formed/formed/model/data.py,
312              tools/formed/formed/plugins/web/view_renderer.py:
313              Added an invisible flag for info fields.
314    
315    2007-11-07      Sascha L. Teichmann <[email protected]>
316    
317            * tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs
318              (calling a wrong method).
319    
320    2007-11-07      Sascha L. Teichmann <[email protected]>
321    
322            * tools/formed/formed/model/nodecomponents.py: Added a field
323              'alternative' to all node components. This might be of help to
324              match PDF imports where the descriptions do not match.
325    
326    2007-10-23      Frank Koormann <[email protected]>
327    
328            * tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views
329    
330    2007-10-23      Frank Koormann <[email protected]>
331    
332            * tools/formed/formed/plugins/export/sql.py: Set default
333            value (-1) for choices and bools.
334    
335    2007-10-21      Frank Koormann <[email protected]>
336    
337            * tools/formed/formed/plugins/export/sql.py: Grant statements for
338            descriptive tables added.
339            (Table.getName): new
340    
341    2007-10-21      Frank Koormann <[email protected]>
342    
343            * tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE"
344            statements for views and roles to make updates easier.
345            Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE.
346    
347    2007-10-19      Frank Koormann <[email protected]>
348    
349            * tools/formed/formed/plugins/export/sql.py: Added GRANT statements
350            for views. The statements are prepared for variable substitution
351            when executing the SQL-scripts by psql.
352    
353    2007-10-18      Sascha L. Teichmann <[email protected]>
354    
355            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed:
356              End of result XML was truncated because of an unflushed buffer.
357    
358    2007-10-17      Sascha L. Teichmann <[email protected]>
359    
360            * pdf2xfa/bin/build-jar.sh: New. Build production jar file.
361    
362            * pdf2xfa/README.TXT: Adjusted how to build production jar file
363              and how to use it.
364    
365            * pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class
366              and iText dependency.
367    
368    2007-10-16      Sascha L. Teichmann <[email protected]>
369    
370            * tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe'
371              are not modeled as BOOLEANs any more. That simpifies the conversion
372              process web vs. db.
373    
374    2007-10-07      Sascha L. Teichmann <[email protected]>
375    
376            * tools/formed/formed/plugins/export/sql.py: Added the remaining
377              UPDATE rules.
378    
379    2007-10-07      Sascha L. Teichmann <[email protected]>
380    
381            * tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some
382              views. TODO: Test'em and implement the rest.
383    
384    2007-10-07      Sascha L. Teichmann <[email protected]>
385    
386            * tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT
387              rules referenced none existing views.
388    
389    2007-10-07      Sascha L. Teichmann <[email protected]>
390    
391            * tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT
392              rules for views. TODO: add UPDATE rules.
393    
394    2007-10-07      Sascha L. Teichmann <[email protected]>
395    
396            * tools/formed/formed/plugins/export/old_sql.py: New. Contains
397              the legacy SQL export filters.
398    
399            * tools/formed/formed/plugins/export/sql.py: Factored out the
400              legacy SQL export filters to old_sql.
401    
402            * tools/formed/formed/config.py: Adjusted to fetch legacy
403              filters from old_sql.
404    
405    2007-10-06      Sascha L. Teichmann <[email protected]>
406    
407            * pdf2xfa/**: Initial import of the PDF to XFA server.
408    
409    2007-10-06      Sascha L. Teichmann <[email protected]>
410    
411            * tools/formed/formed/plugins/export/sql.py: Fixed bug
412              that made choices of three elements to booleans if
413              they have other meanings than 'Ja', 'Nein', 'keine Angabe'.
414    
415    2007-10-05      Sascha L. Teichmann <[email protected]>
416    
417            * tools/formed/formed/plugins/export/sql.py: Select ids of
418              underlaying tables in views too.
419    
420    2007-10-04      Sascha L. Teichmann <[email protected]>
421    
422            * tools/formed/formed/plugins/export/sql.py: Create schema inside transaction.
423              Various bug fixes.
424    
425    2007-10-04      Sascha L. Teichmann <[email protected]>
426    
427            * tools/formed/formed/model/data.py: Added GroupNode.allWidgets()
428              to extract fields from embedded repeat groups.
429    
430            * tools/formed/formed/plugins/export/sql.py: The SQL exporter exports
431              views per page too. Result not tested yet.
432    
433    2007-10-01      Sascha L. Teichmann <[email protected]>
434    
435            * tools/formed/formed/plugins/web/view_renderer.py: Ignore
436              in-page repeat groups while rendering pages.
437    
438    2007-10-01      Sascha L. Teichmann <[email protected]>
439    
440            * tools/formed/formed/model/nodecomponents.py: Added visitor
441              traversals for document trees.
442    
443            * tools/formed/formed/model/data.py: Rewrote the
444              Page.allWidgets() method to use new visitor for
445              tree traversal.
446    
447    2007-09-27      Torsten Irlaender <[email protected]>
448    
449            * tools/formed/formed/plugins/names/filter.py: Pages are now included
450              in the rename by formular name  algorithm
451    
452    2007-09-26      Sascha L. Teichmann <[email protected]>
453    
454            * tools/formed/formed/model/data.py: Removed old {next|prev}Page()
455              TODO: rewrite Page.allWidgets().
456    
457            * tools/formed/formed/model/nodecomponents.py: Added a method
458              Node.firstLevel(criterion) to walk a defined line in the tree.
459    
460            * tools/formed/formed/plugins/export/sql.py: Extract data suitable to
461              build views and respective joins.
462    
463    2007-09-26      Sascha L. Teichmann <[email protected]>
464    
465            * tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to
466              FORMED environment variable. If set to true tidylib is used to
467              filter HTML content to be W3C valid. To use this feature install
468              uTidylib.
469    
470            * tools/formed/formed/plugins/web/server.py: Check if MIME type is
471              text/html and filters content through tidy if requested.
472    
473    2007-09-25      Torsten Irlaender <[email protected]>
474    
475            * tools/formed/formed/plugins/web/view_renderer.py: Small fix and
476              cleanup of the form generation code.
477    
478    2007-09-21      Sascha L. Teichmann <[email protected]>
479    
480            * tools/formed/formed/plugins/export/sql.py: Added generation time
481              and DROP TABLE statements to schema export.
482    
483    2007-09-20      Sascha L. Teichmann <[email protected]>
484    
485            * tools/formed/formed/plugins/export/sql.py: The tables are generated
486              in correct topolocial order now.
487    
488    2007-09-20      Sascha L. Teichmann <[email protected]>
489    
490            * tools/formed/formed/plugins/export/mode.py: New. Filter to export
491              a document with items that are in given mode.
492    
493            * tools/formed/formed/model/nodecomponents.py: Added methods to clone
494              trees depending on selected modes.
495    
496            * tools/formed/formed/model/data.py, tools/formed/formed/model/expr.py:
497              Fixed clone issue with RuleNodes.
498    
499            * tools/formed/formed/config.py: Use new plug-in.
500    
501  2007-09-17      Sascha L. Teichmann <[email protected]>  2007-09-17      Sascha L. Teichmann <[email protected]>
502    
503          * tools/formed/formed/plugins/web/view_renderer.py: Make the          * tools/formed/formed/plugins/web/view_renderer.py: Make the

Legend:
Removed from v.187  
changed lines
  Added in v.275

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26