/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.252  
changed lines
  Added in v.292

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26