/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.256  
changed lines
  Added in v.288

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26