/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.256  
changed lines
  Added in v.302

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26