/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26