/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.242  
changed lines
  Added in v.290

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26