/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 258 by teichmann, Tue Apr 1 13:01:15 2008 UTC revision 310 by teichmann, Tue Feb 10 09:58:34 2009 UTC
# Line 1  Line 1 
1    2009-02-09      Sascha L. Teichmanne <[email protected]>
2    
3            * formed/formed/plugins/export/sql.py: Fixed problem with
4              description reference tables of radio groups.
5    
6    2009-02-09      Sascha L. Teichmanne <[email protected]>
7    
8            * formed/formed/plugins/export/sql.py: replace '-' in names
9              by '_'.
10              
11    2009-02-09      Sascha L. Teichmanne <[email protected]>
12    
13            * formed/formed/plugins/export/sql.py: to figure ou which
14              tables are equal the insert statememnts are lower cased
15              and sorted before they are compared. This reduces the number
16              of generated referfence tables.
17    
18    2009-02-09      Sascha L. Teichmanne <[email protected]>
19    
20            Repair SQL schema creation for radio groups.
21    
22            * formed/formed/plugins/export/sql.py: radio groups are handled
23              like choices now.
24    
25    2009-02-09      Sascha L. Teichmanne <[email protected]>
26    
27            Make it startable again.
28    
29            * formed/formed/plugins/export/xls.py: Import pyExcelerator only
30              when plug-in is called.
31    
32            * formed/formed/model/nodecomponents.py: Event routing was messed up.
33              Rewired root node with document.
34    
35            * formed/formed/plugins/web/help.py: Removed old xml.ext import.
36              XXX: This breaks creating help by now!
37    
38            * formed/formed/io/parser.py: Replace old deprecated base class
39              by new one.
40    
41            * formed/formed/main.py: Do not crash if locale cannot be set.
42    
43            * formed/formed/ui/controls.py: Use document.getCase() instead
44              of document.case to prevent uninitialized dereferences.
45    
46    2009-01-22      Torsten Irländer <[email protected]>
47    
48            Implemented new XML-Format for formed xml files.
49    
50            * formed/formed/model/nodecomponents.py,
51              formed/formed/io/document.py,
52              formed/formed/main.py,
53              formed/formed/ui/controls.py: Introduced new "case" and "logbook"
54              node. Under case is the definition of the formular. logbook will
55              hold the defintion of logboog entrys. For now only the part under
56              "case" can be modified.  
57    
58    2009-01-21      Torsten Irländer <[email protected]>
59    
60            Changed way how XSD-Scheme is generated
61    
62            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
63              logbookentrys. The scheme definiton is now hardcoded in the
64              exporter as it will rarely change. It logbookpart will not be
65              generated from the formedtree anymore.
66    
67    2009-01-20      Torsten Irländer <[email protected]>
68    
69            Support Logbook entrys in xsd schema export
70    
71            * formed/formed/model/data.py: Repeatnode are now handeld as
72              repeatgroups in xsd-export
73            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
74              logbookentrys. The scheme will now validate against an xmlfile from
75              the offlineclient.
76    
77    2009-01-09      Torsten Irländer <[email protected]>
78    
79            Added new repeat node
80    
81            * formed/formed/model/data.py,
82              formed/formed/io/document.py: Added repeatnode to the formedtree.
83              TODO: Remove repeatgroup handling from the groupnode.
84    
85    2009-01-08      Torsten Irländer <[email protected]>
86    
87            Add isset operator to autogenerated rules.
88    
89            * formed/formed/plugins/modify/rules.py: Add issed operator to standard
90              autogenerated rules.
91    
92    2008-12-17      Frank Koormann <[email protected]>
93    
94            * formed/formed/plugins/export/latex.py: Export form as set of
95            latex tables to be included into a master document. The export
96            generates section marks to structure the form and placeholders for
97            help texts to be merged in by a post processing step.
98    
99    2008-12-04      Sascha L. Teichmann <[email protected]>
100    
101            * formed/formed/model/expr.py: Added 'today' which pushes the current date
102              on the stack.
103    
104    2008-12-03      Sascha L. Teichmann <[email protected]>
105    
106            * formed/formed/plugins/web/controllers.py: compute changeset more correctly in
107              storage of fields.
108    
109            * formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer
110              fields as an accepted value. Generate schema for radio groups too.
111    
112    2008-12-01      Torsten Irländer <[email protected]>
113    
114            Added autmatic generation of required rules
115    
116            * formed/formed/model/data.py,
117              formed/formed/model/expr.py,
118              formed/formed/plugins/modify/rules.py: Default rules for required
119              fields can now be generated.
120    
121    2008-11-28      Sascha L. Teichmann <[email protected]>
122    
123            * formed/formed/model/data.py, formed/formed/model/nodecomponents.py:
124              Ported WidgetCollector from Offline client.
125    
126            * formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify,
127              formed/formed/plugins/modify/rules.py: Stub for required rules generator.
128    
129            * formed/formed/config.py: Bind new filter to FormEd
130    
131    2008-11-27      Torsten Irländer <[email protected]>
132    
133            * formed/formed/model/data.py: Added new attribute mark for rules
134    
135    2008-11-10      Torsten Irländer <[email protected]>
136    
137            Implemented radio-matrix elements. radio elelement having the same
138            options can now be rendered in table form.
139    
140            * formed/formed/model/data.py,
141              formed/formed/io/document.py: Added new radio-matrix element to the
142              model and gui
143            * formed/formed/plugins/web/view_renderer.py: Write html-renderer for
144              the radio-matrix element.
145    
146    2008-11.03      Torsten Irländer <[email protected]>
147    
148            * formed/formed/model/data.py: Fixed import error
149    
150    2008-10-29      Sascha L. Teichmann <[email protected]>
151    
152            Relative paths in external choices are now possible. Relative paths are
153            relative to path of the master document.
154    
155            * formed/model/data.py: external choice are now storing the path to the
156              master document.
157    
158            * formed/formed/io/document.py: Pass context to SAX builder.
159    
160            * formed/formed/io/factories.py: For new created nodes look if there
161              is a method 'setLoadContext' and call it.
162    
163    2008-09-04      Sascha L. Teichmann <[email protected]>
164    
165            * doc/beschreibung.txt: New. Initial description of FormEd (german).
166    
167    2008-08-22      Sascha L. Teichmann <[email protected]>
168    
169            * formed/formed/model/nodecomponents.py: Added attribute 'flags'.
170    
171    2008-08-21      Sascha L. Teichmann <[email protected]>
172    
173            * formed/formed/io/document.py: Indent tree while saving
174            * formed/formed/main.py: removed needless print
175    
176    2008-08-15      Sascha L. Teichmann <[email protected]>
177    
178            * LICENSE: New GPLv3
179            * */*.py, *.sh: Added reference to LICENSE
180    
181    2008-08-15      Sascha L. Teichmann <[email protected]>
182    
183            * tools: removed because there a no tools any more.
184    
185    2008-08-15      Sascha L. Teichmann <[email protected]>
186    
187            * tools/formed: moved one level up because its the only
188              part of this project now.
189    
190    2008-08-15      Sascha L. Teichmann <[email protected]>
191    
192            * tools/anonym/*: Removed as it belongs to mpuls WASKA
193    
194    2008-08-15      Sascha L. Teichmann <[email protected]>
195    
196            * pdf2xfa/*: removed. It belongs to mpuls
197    
198    2008-08-13 L. Teichmann <[email protected]>
199    
200            i18n of the plug-ins:
201            * tools/formed/formed/plugins/export/diff.py,
202              tools/formed/formed/plugins/export/data.py,
203              tools/formed/formed/plugins/export/old_sql.py,
204              tools/formed/formed/plugins/export/latex.py,
205              tools/formed/formed/plugins/export/xsd.py,
206              tools/formed/formed/plugins/export/sql.py,
207              tools/formed/formed/plugins/export/typemap.py,
208              tools/formed/formed/plugins/export/html.py,
209              tools/formed/formed/plugins/export/mode.py,
210              tools/formed/formed/plugins/export/html2.py,
211              tools/formed/formed/plugins/export/xls.py,
212              tools/formed/formed/plugins/names/filter.py,
213              tools/formed/formed/plugins/plugin.py,
214              tools/formed/formed/plugins/web/help.py,
215              tools/formed/formed/plugins/web/form_renderer.py,
216              tools/formed/formed/plugins/web/plugin.py,
217              tools/formed/formed/plugins/web/error_renderer.py,
218              tools/formed/formed/plugins/web/view_renderer.py,
219              tools/formed/formed/plugins/web/semantic.py,
220              tools/formed/formed/plugins/web/cache.py,
221              tools/formed/formed/plugins/web/server.py,
222              tools/formed/formed/plugins/web/controllers.py,
223              tools/formed/formed/plugins/web/renderer.py,
224              tools/formed/formed/plugins/ui/controls.py,
225              tools/formed/formed/config.py: _("")s the stuff
226              tools/formed/po/formed.pot, tools/formed/po/de_DE.po:
227              extracted and translated.
228    
229    2008-08-08      Sascha L. Teichmann <[email protected]>
230    
231            First version of FormEd i18n. After checkout go to tools/formed/po/ and
232            say 'make mo'. Afterwards you can start FormEd as usual.
233    
234            * tools/formed/resources: New. Place to places ressources like *.mo files
235            * tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s
236              
237            * tools/formed/po,
238              tools/formed/po/Makefile,
239              tools/formed/po/formed.pot,
240              tools/formed/po/de_DE.po: i18n stuff.
241    
242    2008-08-08      Sascha L. Teichmann <[email protected]>
243    
244            * tools/anonym/xmlexport.py: Only export cases which are not
245              'schwebend geloescht'.
246    
247    2008-07-23      Sascha L. Teichmann <[email protected]>
248    
249            Fixed issue472
250    
251            * tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree.
252    
253    2008-07-17      Sascha L. Teichmann <[email protected]>
254    
255            * tools/anonym/xmlimport.py: removed marking of invalid cases
256            * tools/anonym/cron.importAnonXml.sh: re-inserted here.
257    
258    2008-07.07      Torsten Irländer <[email protected]>
259    
260            * tools/formed/formed/plugins/export/latex.py
261              tools/formed/formed/config.py: Added new LaTex Export. Beware this
262              is even more ugly the HTML Export.
263            * tools/formed/formed/plugins/export/html.py: Added information on
264              anonymisation to the html export.
265    
266    2008-07-07      Sascha L. Teichmann <[email protected]>
267    
268            * tools/anonym/xmlimport.py: Mark cases if they are inconsistent.
269    
270    2008-07-07      Sascha L. Teichmann <[email protected]>
271    
272            * tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4)
273    
274    2008-07-07      Sascha L. Teichmann <[email protected]>  
275            
276            * tools/formed/formed/plugins/export/html.py: Added additional column
277            to the html export with information how each field will get
278            anonymized.
279    
280    2008-07-07      Sascha L. Teichmann <[email protected]>  
281    
282            * tools/anonym/xmlimport.py: sync with productive version.
283    
284    2008-06-10      Torsten Irländer <[email protected]>
285    
286            * tools/formed/formed/plugins/export/sql.py: grant admin permission to
287              call anonymize function
288    
289    2008-05-21      Sascha L. Teichmann <[email protected]>  
290    
291            * tools/formed/formed/plugins/export/xsd.py: Brought encoding
292              back to UTF-8.
293    
294    2008-05-21      Frank Koormann <[email protected]>
295    
296            * tools/formed/formed/plugins/export/xls.py: New, export key value
297            tables as excel workbook with one sheet per table.
298    
299            * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
300    
301    2008-05-21      Frank Koormann <[email protected]>
302    
303            * tools/formed/formed/plugins/export/xsd.py
304            (SchemaCreator._createChoice): Fix use of choices name.
305    
306    2008-04-29      Sascha L. Teichmann <[email protected]>
307    
308            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
309              to allow arbitrary order of repeat groups.
310    
311    2008-04-29      Sascha L. Teichmann <[email protected]>
312    
313            * tools/formed/formed/plugins/export/xsd.py: Removed a needless
314              character.
315    
316    2008-04-29      Sascha L. Teichmann <[email protected]>
317    
318            * tools/formed/formed/plugins/export/xsd.py: Added annotations
319              to fields.
320    
321    2008-04-29      Sascha L. Teichmann <[email protected]>
322    
323            * tools/formed/formed/plugins/export/xsd.py: Added for
324              choice fields.
325    
326    2008-04-29      Sascha L. Teichmann <[email protected]>
327    
328            * tools/formed/formed/plugins/export/xsd.py: Added support for
329              boolean fields based on enumerations.
330    
331    2008-04-28      Sascha L. Teichmann <[email protected]>
332    
333            * tools/formed/formed/plugins/export/xsd.py: Added support for
334              date, text and textarea fields.
335    
336    2008-04-28      Sascha L. Teichmann <[email protected]>
337    
338            * tools/formed/formed/plugins/export/xsd.py: Added support for
339              repeat groups and integer fields.
340    
341    2008-04-28      Sascha L. Teichmann <[email protected]>
342    
343            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
344              exporting as XML schema. not ready, yet.
345    
346            * tools/formed/formed/config.py: Use new plug-in.
347    
348            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
349    
350    2008-04-17      Torsten Irländer <[email protected]>
351    
352            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
353            for the views because of the new group permissions.
354    
355    2008-04-09      Sascha L. Teichmann <[email protected]>
356    
357            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
358              old anonymized cases.
359    
360  2008-04-01      Sascha L. Teichmann <[email protected]>  2008-04-01      Sascha L. Teichmann <[email protected]>
361    
362          * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"          * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"

Legend:
Removed from v.258  
changed lines
  Added in v.310

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26