/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.199  
changed lines
  Added in v.295

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26