/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.258  
changed lines
  Added in v.287

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26