/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 299 by teichmann, Thu Dec 4 10:39:22 2008 UTC revision 312 by torsten, Thu Mar 12 16:14:26 2009 UTC
# Line 1  Line 1 
1    2009-03-12      Torsten Irländer <[email protected]>
2    
3            Introduced new order attribute for date fields
4    
5            * formed/formed/model/data.py: Order fields can be used to define to
6            ordering of datefields withing the document. Needed for automatic
7            generation of consistency rules.
8    
9    2009-02-09      Sascha L. Teichmann <[email protected]>
10    
11            * formed/formed/model/data.py: Allow pages to be 'invisible'.
12    
13    2009-02-09      Sascha L. Teichmann <[email protected]>
14    
15            * formed/formed/plugins/export/sql.py: Fixed problem with
16              description reference tables of radio groups.
17    
18    2009-02-09      Sascha L. Teichmann <[email protected]>
19    
20            * formed/formed/plugins/export/sql.py: replace '-' in names
21              by '_'.
22              
23    2009-02-09      Sascha L. Teichmann <[email protected]>
24    
25            * formed/formed/plugins/export/sql.py: to figure ou which
26              tables are equal the insert statememnts are lower cased
27              and sorted before they are compared. This reduces the number
28              of generated referfence tables.
29    
30    2009-02-09      Sascha L. Teichmann <[email protected]>
31    
32            Repair SQL schema creation for radio groups.
33    
34            * formed/formed/plugins/export/sql.py: radio groups are handled
35              like choices now.
36    
37    2009-02-09      Sascha L. Teichmann <[email protected]>
38    
39            Make it startable again.
40    
41            * formed/formed/plugins/export/xls.py: Import pyExcelerator only
42              when plug-in is called.
43    
44            * formed/formed/model/nodecomponents.py: Event routing was messed up.
45              Rewired root node with document.
46    
47            * formed/formed/plugins/web/help.py: Removed old xml.ext import.
48              XXX: This breaks creating help by now!
49    
50            * formed/formed/io/parser.py: Replace old deprecated base class
51              by new one.
52    
53            * formed/formed/main.py: Do not crash if locale cannot be set.
54    
55            * formed/formed/ui/controls.py: Use document.getCase() instead
56              of document.case to prevent uninitialized dereferences.
57    
58    2009-01-22      Torsten Irländer <[email protected]>
59    
60            Implemented new XML-Format for formed xml files.
61    
62            * formed/formed/model/nodecomponents.py,
63              formed/formed/io/document.py,
64              formed/formed/main.py,
65              formed/formed/ui/controls.py: Introduced new "case" and "logbook"
66              node. Under case is the definition of the formular. logbook will
67              hold the defintion of logboog entrys. For now only the part under
68              "case" can be modified.  
69    
70    2009-01-21      Torsten Irländer <[email protected]>
71    
72            Changed way how XSD-Scheme is generated
73    
74            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
75              logbookentrys. The scheme definiton is now hardcoded in the
76              exporter as it will rarely change. It logbookpart will not be
77              generated from the formedtree anymore.
78    
79    2009-01-20      Torsten Irländer <[email protected]>
80    
81            Support Logbook entrys in xsd schema export
82    
83            * formed/formed/model/data.py: Repeatnode are now handeld as
84              repeatgroups in xsd-export
85            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
86              logbookentrys. The scheme will now validate against an xmlfile from
87              the offlineclient.
88    
89    2009-01-09      Torsten Irländer <[email protected]>
90    
91            Added new repeat node
92    
93            * formed/formed/model/data.py,
94              formed/formed/io/document.py: Added repeatnode to the formedtree.
95              TODO: Remove repeatgroup handling from the groupnode.
96    
97    2009-01-08      Torsten Irländer <[email protected]>
98    
99            Add isset operator to autogenerated rules.
100    
101            * formed/formed/plugins/modify/rules.py: Add issed operator to standard
102              autogenerated rules.
103    
104    2008-12-17      Frank Koormann <[email protected]>
105    
106            * formed/formed/plugins/export/latex.py: Export form as set of
107            latex tables to be included into a master document. The export
108            generates section marks to structure the form and placeholders for
109            help texts to be merged in by a post processing step.
110    
111  2008-12-04      Sascha L. Teichmann <[email protected]>  2008-12-04      Sascha L. Teichmann <[email protected]>
112    
113          * formed/formed/model/expr.py: Added 'today' which pushes the current date          * formed/formed/model/expr.py: Added 'today' which pushes the current date

Legend:
Removed from v.299  
changed lines
  Added in v.312

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26