/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.255  
changed lines
  Added in v.282

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26