/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.278  
changed lines
  Added in v.332

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26