/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26