/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 237 by torsten, Mon Feb 25 15:03:38 2008 UTC revision 283 by teichmann, Wed Aug 13 14:42:15 2008 UTC
# Line 1  Line 1 
1  2008-02-25      Torsten Irländer <[email protected]>  2008-08-08      Sascha L. Teichmann <[email protected]>
2    
3            i18n of the plug-ins:
4            * tools/formed/formed/plugins/export/diff.py,
5              tools/formed/formed/plugins/export/data.py,
6              tools/formed/formed/plugins/export/old_sql.py,
7              tools/formed/formed/plugins/export/latex.py,
8              tools/formed/formed/plugins/export/xsd.py,
9              tools/formed/formed/plugins/export/sql.py,
10              tools/formed/formed/plugins/export/typemap.py,
11              tools/formed/formed/plugins/export/html.py,
12              tools/formed/formed/plugins/export/mode.py,
13              tools/formed/formed/plugins/export/html2.py,
14              tools/formed/formed/plugins/export/xls.py,
15              tools/formed/formed/plugins/names/filter.py,
16              tools/formed/formed/plugins/plugin.py,
17              tools/formed/formed/plugins/web/help.py,
18              tools/formed/formed/plugins/web/form_renderer.py,
19              tools/formed/formed/plugins/web/plugin.py,
20              tools/formed/formed/plugins/web/error_renderer.py,
21              tools/formed/formed/plugins/web/view_renderer.py,
22              tools/formed/formed/plugins/web/semantic.py,
23              tools/formed/formed/plugins/web/cache.py,
24              tools/formed/formed/plugins/web/server.py,
25              tools/formed/formed/plugins/web/controllers.py,
26              tools/formed/formed/plugins/web/renderer.py,
27              tools/formed/formed/plugins/ui/controls.py,
28              tools/formed/formed/config.py: _("")s the stuff
29              tools/formed/po/formed.pot, tools/formed/po/de_DE.po:
30              extracted and translated.
31    
32    2008-08-08      Sascha L. Teichmann <[email protected]>
33    
34            First version of FormEd i18n. After checkout go to tools/formed/po/ and
35            say 'make mo'. Afterwards you can start FormEd as usual.
36    
37            * tools/formed/resources: New. Place to places ressources like *.mo files
38            * tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s
39              
40            * tools/formed/po,
41              tools/formed/po/Makefile,
42              tools/formed/po/formed.pot,
43              tools/formed/po/de_DE.po: i18n stuff.
44    
45    2008-08-08      Sascha L. Teichmann <[email protected]>
46    
47            * tools/anonym/xmlexport.py: Only export cases which are not
48              'schwebend geloescht'.
49    
50    2008-07-23      Sascha L. Teichmann <[email protected]>
51    
52            Fixed issue472
53    
54            * tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree.
55    
56    2008-07-17      Sascha L. Teichmann <[email protected]>
57    
58            * tools/anonym/xmlimport.py: removed marking of invalid cases
59            * tools/anonym/cron.importAnonXml.sh: re-inserted here.
60    
61    2008-07.07      Torsten Irländer <[email protected]>
62    
63            * tools/formed/formed/plugins/export/latex.py
64              tools/formed/formed/config.py: Added new LaTex Export. Beware this
65              is even more ugly the HTML Export.
66            * tools/formed/formed/plugins/export/html.py: Added information on
67              anonymisation to the html export.
68    
69    2008-07-07      Sascha L. Teichmann <[email protected]>
70    
71            * tools/anonym/xmlimport.py: Mark cases if they are inconsistent.
72    
73    2008-07-07      Sascha L. Teichmann <[email protected]>
74    
75            * tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4)
76    
77    2008-07-07      Sascha L. Teichmann <[email protected]>  
78                    
79          * tools/anonym/cron.sendAnonXml.sh,          * tools/formed/formed/plugins/export/html.py: Added additional column
80            tools/anonym/xmlexport.py,          to the html export with information how each field will get
81            tools/anonym/getDbList.sh: Added shell-scripts for exporting cases          anonymized.
82    
83    2008-07-07      Sascha L. Teichmann <[email protected]>  
84    
85            * tools/anonym/xmlimport.py: sync with productive version.
86    
87    2008-06-10      Torsten Irländer <[email protected]>
88    
89            * tools/formed/formed/plugins/export/sql.py: grant admin permission to
90              call anonymize function
91    
92    2008-05-21      Sascha L. Teichmann <[email protected]>  
93    
94            * tools/formed/formed/plugins/export/xsd.py: Brought encoding
95              back to UTF-8.
96    
97    2008-05-21      Frank Koormann <[email protected]>
98    
99            * tools/formed/formed/plugins/export/xls.py: New, export key value
100            tables as excel workbook with one sheet per table.
101    
102            * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
103    
104    2008-05-21      Frank Koormann <[email protected]>
105    
106            * tools/formed/formed/plugins/export/xsd.py
107            (SchemaCreator._createChoice): Fix use of choices name.
108    
109    2008-04-29      Sascha L. Teichmann <[email protected]>
110    
111            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
112              to allow arbitrary order of repeat groups.
113    
114    2008-04-29      Sascha L. Teichmann <[email protected]>
115    
116            * tools/formed/formed/plugins/export/xsd.py: Removed a needless
117              character.
118    
119    2008-04-29      Sascha L. Teichmann <[email protected]>
120    
121            * tools/formed/formed/plugins/export/xsd.py: Added annotations
122              to fields.
123    
124    2008-04-29      Sascha L. Teichmann <[email protected]>
125    
126            * tools/formed/formed/plugins/export/xsd.py: Added for
127              choice fields.
128    
129    2008-04-29      Sascha L. Teichmann <[email protected]>
130    
131            * tools/formed/formed/plugins/export/xsd.py: Added support for
132              boolean fields based on enumerations.
133    
134    2008-04-28      Sascha L. Teichmann <[email protected]>
135    
136            * tools/formed/formed/plugins/export/xsd.py: Added support for
137              date, text and textarea fields.
138    
139    2008-04-28      Sascha L. Teichmann <[email protected]>
140    
141            * tools/formed/formed/plugins/export/xsd.py: Added support for
142              repeat groups and integer fields.
143    
144    2008-04-28      Sascha L. Teichmann <[email protected]>
145    
146            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
147              exporting as XML schema. not ready, yet.
148    
149            * tools/formed/formed/config.py: Use new plug-in.
150    
151            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
152    
153    2008-04-17      Torsten Irländer <[email protected]>
154    
155            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
156            for the views because of the new group permissions.
157    
158    2008-04-09      Sascha L. Teichmann <[email protected]>
159    
160            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
161              old anonymized cases.
162    
163    2008-04-01      Sascha L. Teichmann <[email protected]>
164    
165            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
166              from clause to select datasets.
167              Replace ']]>' in CDATA sections with correct splitted replacement.
168    
169    2008-03-12      Sascha L. Teichmann <[email protected]>
170            
171            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
172              script.
173    
174            * tools/anonym/xmlimport.py: commented out database port from
175              connectionstring.
176    
177    2008-03-12      Sascha L. Teichmann <[email protected]>
178    
179            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
180              of anonymization of repeat groups (wrong id was given).
181    
182    2008-03-11      Sascha L. Teichmann <[email protected]>
183    
184            * tools/formed/formed/plugins/export/sql.py: Generate no update
185              statements for relations which have no anonym functions applied.
186    
187    2008-03-11      Sascha L. Teichmann <[email protected]>
188    
189            * tools/formed/formed/plugins/export/sql.py: Added a newline after
190              'COMMIT;' in the last line.
191    
192    2008-03-11      Sascha L. Teichmann <[email protected]>
193    
194            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
195              generated anonymize_case() function.
196              
197    2008-03-11      Sascha L. Teichmann <[email protected]>
198    
199            * tools/formed/formed/plugins/export/sql.py: Added code to
200              generate a plpgsql function anonymize_case() that anonymized
201              a given case and all of its depending repeat groups.
202    
203    2008-03-06      Sascha L. Teichmann <[email protected]>
204    
205            * tools/anonym/xmlimport.py: remove print of insert statement.
206    
207            * tools/formed/formed/plugins/export/sql.py: Print generation date in ISO.
208    
209    2008-03-03      Torsten Irländer <[email protected]>
210    
211            * anonym/cron.sendAnonXml.sh,
212              anonym/getDbList.sh: Modified script to be used directly in the
213              production environment (Copied running scripts from production
214              server)
215    
216            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
217              to be used in a production environment (Cpoied running script from
218              production server)
219    
220            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
221              ensure that only valid cases get exported
222    
223    2008-02-27      Sascha L. Teichmann <[email protected]>
224    
225            * tools/anonym/xmlimport.py: Fixed bug in date converter.
226    
227    2008-02-27      Sascha L. Teichmann <[email protected]>
228    
229            * tools/anonym/xmlimport.py: Simpilied version
230    
231    2008-02-27      Sascha L. Teichmann <[email protected]>
232    
233            * tools/anonym/cron.importAnonXml.sh: Add sudo call for
234              xmlimport.py and parameters.
235    
236            * tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/
237    
238            * tools/anonym/xmlexport.py: Use python interpreter without env
239              because of sudo context.
240    
241    2008-02-26      Sascha L. Teichmann <[email protected]>
242    
243            * tools/anonym/xmlimport.py: added support for getopt. add
244              support to force in fkz in import of case.
245    
246    2008-02-26      Sascha L. Teichmann <[email protected]>
247    
248            * tools/anonym/xmlimport.py: Implemented logic to create/update cases.
249    
250            * tools/anonym/html.awk: produces valid HTML.
251    
252    2008-02-25      Sascha L. Teichmann <[email protected]>
253    
254            * tools/anonym/joincsv.py: Fix a logic bug.
255    
256    2008-02-25      Torsten Irlaender <[email protected]>
257    
258          * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing          * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing
259            exportted cases. It will read all files from a directory and import            exportted cases. It will read all files from a directory and import
260            the files into the DB. After that the script will cleanup the            the files into the DB. After that the script will cleanup the
261            directory.            directory.
262    
263    2008-02-25      Torsten Irländer <[email protected]>
264            
265            * tools/anonym/cron.sendAnonXml.sh,
266              tools/anonym/xmlexport.py,
267              tools/anonym/getDbList.sh: Added shell-scripts for exporting cases
268    
269    2008-02-25      Sascha L. Teichmann <[email protected]>
270    
271            * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.
272    
273  2008-02-25      Sascha L. Teichmann <[email protected]>  2008-02-25      Sascha L. Teichmann <[email protected]>
274    
275          * tools/anonym/joincsv.py: New. Joins CSV files.          * tools/anonym/joincsv.py: New. Joins CSV files.

Legend:
Removed from v.237  
changed lines
  Added in v.283

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26