/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 254 by teichmann, Tue Mar 11 14:31:23 2008 UTC revision 284 by teichmann, Fri Aug 15 13:42:07 2008 UTC
# Line 1  Line 1 
1    2008-08-15      Sascha L. Teichmann <[email protected]>
2    
3            * pdf2xfa/*: removed. It belongs to mpuls
4    
5    2008-08-13 L. Teichmann <[email protected]>
6    
7            i18n of the plug-ins:
8            * tools/formed/formed/plugins/export/diff.py,
9              tools/formed/formed/plugins/export/data.py,
10              tools/formed/formed/plugins/export/old_sql.py,
11              tools/formed/formed/plugins/export/latex.py,
12              tools/formed/formed/plugins/export/xsd.py,
13              tools/formed/formed/plugins/export/sql.py,
14              tools/formed/formed/plugins/export/typemap.py,
15              tools/formed/formed/plugins/export/html.py,
16              tools/formed/formed/plugins/export/mode.py,
17              tools/formed/formed/plugins/export/html2.py,
18              tools/formed/formed/plugins/export/xls.py,
19              tools/formed/formed/plugins/names/filter.py,
20              tools/formed/formed/plugins/plugin.py,
21              tools/formed/formed/plugins/web/help.py,
22              tools/formed/formed/plugins/web/form_renderer.py,
23              tools/formed/formed/plugins/web/plugin.py,
24              tools/formed/formed/plugins/web/error_renderer.py,
25              tools/formed/formed/plugins/web/view_renderer.py,
26              tools/formed/formed/plugins/web/semantic.py,
27              tools/formed/formed/plugins/web/cache.py,
28              tools/formed/formed/plugins/web/server.py,
29              tools/formed/formed/plugins/web/controllers.py,
30              tools/formed/formed/plugins/web/renderer.py,
31              tools/formed/formed/plugins/ui/controls.py,
32              tools/formed/formed/config.py: _("")s the stuff
33              tools/formed/po/formed.pot, tools/formed/po/de_DE.po:
34              extracted and translated.
35    
36    2008-08-08      Sascha L. Teichmann <[email protected]>
37    
38            First version of FormEd i18n. After checkout go to tools/formed/po/ and
39            say 'make mo'. Afterwards you can start FormEd as usual.
40    
41            * tools/formed/resources: New. Place to places ressources like *.mo files
42            * tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s
43              
44            * tools/formed/po,
45              tools/formed/po/Makefile,
46              tools/formed/po/formed.pot,
47              tools/formed/po/de_DE.po: i18n stuff.
48    
49    2008-08-08      Sascha L. Teichmann <[email protected]>
50    
51            * tools/anonym/xmlexport.py: Only export cases which are not
52              'schwebend geloescht'.
53    
54    2008-07-23      Sascha L. Teichmann <[email protected]>
55    
56            Fixed issue472
57    
58            * tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree.
59    
60    2008-07-17      Sascha L. Teichmann <[email protected]>
61    
62            * tools/anonym/xmlimport.py: removed marking of invalid cases
63            * tools/anonym/cron.importAnonXml.sh: re-inserted here.
64    
65    2008-07.07      Torsten Irländer <[email protected]>
66    
67            * tools/formed/formed/plugins/export/latex.py
68              tools/formed/formed/config.py: Added new LaTex Export. Beware this
69              is even more ugly the HTML Export.
70            * tools/formed/formed/plugins/export/html.py: Added information on
71              anonymisation to the html export.
72    
73    2008-07-07      Sascha L. Teichmann <[email protected]>
74    
75            * tools/anonym/xmlimport.py: Mark cases if they are inconsistent.
76    
77    2008-07-07      Sascha L. Teichmann <[email protected]>
78    
79            * tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4)
80    
81    2008-07-07      Sascha L. Teichmann <[email protected]>  
82            
83            * tools/formed/formed/plugins/export/html.py: Added additional column
84            to the html export with information how each field will get
85            anonymized.
86    
87    2008-07-07      Sascha L. Teichmann <[email protected]>  
88    
89            * tools/anonym/xmlimport.py: sync with productive version.
90    
91    2008-06-10      Torsten Irländer <[email protected]>
92    
93            * tools/formed/formed/plugins/export/sql.py: grant admin permission to
94              call anonymize function
95    
96    2008-05-21      Sascha L. Teichmann <[email protected]>  
97    
98            * tools/formed/formed/plugins/export/xsd.py: Brought encoding
99              back to UTF-8.
100    
101    2008-05-21      Frank Koormann <[email protected]>
102    
103            * tools/formed/formed/plugins/export/xls.py: New, export key value
104            tables as excel workbook with one sheet per table.
105    
106            * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
107    
108    2008-05-21      Frank Koormann <[email protected]>
109    
110            * tools/formed/formed/plugins/export/xsd.py
111            (SchemaCreator._createChoice): Fix use of choices name.
112    
113    2008-04-29      Sascha L. Teichmann <[email protected]>
114    
115            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
116              to allow arbitrary order of repeat groups.
117    
118    2008-04-29      Sascha L. Teichmann <[email protected]>
119    
120            * tools/formed/formed/plugins/export/xsd.py: Removed a needless
121              character.
122    
123    2008-04-29      Sascha L. Teichmann <[email protected]>
124    
125            * tools/formed/formed/plugins/export/xsd.py: Added annotations
126              to fields.
127    
128    2008-04-29      Sascha L. Teichmann <[email protected]>
129    
130            * tools/formed/formed/plugins/export/xsd.py: Added for
131              choice fields.
132    
133    2008-04-29      Sascha L. Teichmann <[email protected]>
134    
135            * tools/formed/formed/plugins/export/xsd.py: Added support for
136              boolean fields based on enumerations.
137    
138    2008-04-28      Sascha L. Teichmann <[email protected]>
139    
140            * tools/formed/formed/plugins/export/xsd.py: Added support for
141              date, text and textarea fields.
142    
143    2008-04-28      Sascha L. Teichmann <[email protected]>
144    
145            * tools/formed/formed/plugins/export/xsd.py: Added support for
146              repeat groups and integer fields.
147    
148    2008-04-28      Sascha L. Teichmann <[email protected]>
149    
150            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
151              exporting as XML schema. not ready, yet.
152    
153            * tools/formed/formed/config.py: Use new plug-in.
154    
155            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
156    
157    2008-04-17      Torsten Irländer <[email protected]>
158    
159            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
160            for the views because of the new group permissions.
161    
162    2008-04-09      Sascha L. Teichmann <[email protected]>
163    
164            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
165              old anonymized cases.
166    
167    2008-04-01      Sascha L. Teichmann <[email protected]>
168    
169            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
170              from clause to select datasets.
171              Replace ']]>' in CDATA sections with correct splitted replacement.
172    
173    2008-03-12      Sascha L. Teichmann <[email protected]>
174            
175            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
176              script.
177    
178            * tools/anonym/xmlimport.py: commented out database port from
179              connectionstring.
180    
181    2008-03-12      Sascha L. Teichmann <[email protected]>
182    
183            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
184              of anonymization of repeat groups (wrong id was given).
185    
186    2008-03-11      Sascha L. Teichmann <[email protected]>
187    
188            * tools/formed/formed/plugins/export/sql.py: Generate no update
189              statements for relations which have no anonym functions applied.
190    
191  2008-03-11      Sascha L. Teichmann <[email protected]>  2008-03-11      Sascha L. Teichmann <[email protected]>
192    
193          * tools/formed/formed/plugins/export/sql.py: Added a newline after          * tools/formed/formed/plugins/export/sql.py: Added a newline after
# Line 27  Line 217 
217            production environment (Copied running scripts from production            production environment (Copied running scripts from production
218            server)            server)
219    
220            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
221              to be used in a production environment (Cpoied running script from
222              production server)
223    
224            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
225              ensure that only valid cases get exported
226    
227  2008-02-27      Sascha L. Teichmann <[email protected]>  2008-02-27      Sascha L. Teichmann <[email protected]>
228    
229          * tools/anonym/xmlimport.py: Fixed bug in date converter.          * tools/anonym/xmlimport.py: Fixed bug in date converter.

Legend:
Removed from v.254  
changed lines
  Added in v.284

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26