/[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 322 by teichmann, Tue Mar 31 12:44:02 2009 UTC
# Line 1  Line 1 
1    2009-03-31      Sascha L. Teichmann <[email protected]>
2    
3            * formed/formed/model/exprtree.py: Add some code to pretty print
4              the trees infix.
5    
6            * formed/formed/plugins/export/rules.py: New. Exporter for human
7              readable rules.
8    
9            * formed/formed/plugins/export/html.py: Fixed HTML generation.
10    
11            * formed/formed/config.py: Added new new Rule export plug-in.
12    
13    2009-03-31      Sascha L. Teichmann <[email protected]>
14    
15            * formed/formed/model/exprtree.py: Fixes from server. Raise
16              exceptions if there is less or more than one element on stack
17              after compilation of expression.
18    
19    2009-03-20      Sascha L. Teichmann <[email protected]>
20    
21            * formed/formed/model/data.py: Removed debug output
22    
23            * formed/formed/plugins/modify/rules.py: Fixed error message.
24              Generate past and future rules.
25    
26    2009-03-16      Sascha L. Teichmann <[email protected]>
27    
28            * formed/formed/model/exprtree.py: Forget to call today with context.
29    
30    2009-03-16      Sascha L. Teichmann <[email protected]>
31    
32            * formed/formed/io/document.py: Fixed syntax typo.
33    
34    2009-03-16      Sascha L. Teichmann <[email protected]>
35    
36            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
37    
38    2009-03-16      Sascha L. Teichmann <[email protected]>
39    
40            * formed/formed/model/data.py: Added ConditionalNode
41    
42            * formed/formed/io/document.py: Make ConditionalNode loadable.
43    
44    2009-03-13      Sascha L. Teichmann <[email protected]>
45    
46            * formed/formed/plugins/modify/rules.py: Make the error descriptions
47              in date sequence rules more precise.
48    
49    2009-03-13      Sascha L. Teichmann <[email protected]>
50    
51            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
52    
53    2009-03-13      Sascha L. Teichmann <[email protected]>
54    
55            * formed/formed/model/exprtree.py: New tree based expression engine.
56    
57            * formed/formed/model/__init__.py, formed/formed/model/data.py:
58              Adjusted imports.
59    
60    2009-03-12      Torsten Irländer <[email protected]>
61    
62            Introduced new order attribute for date fields
63    
64            * formed/formed/model/data.py: Order fields can be used to define to
65            ordering of datefields withing the document. Needed for automatic
66            generation of consistency rules.
67    
68    2009-02-09      Sascha L. Teichmann <[email protected]>
69    
70            * formed/formed/model/data.py: Allow pages to be 'invisible'.
71    
72    2009-02-09      Sascha L. Teichmann <[email protected]>
73    
74            * formed/formed/plugins/export/sql.py: Fixed problem with
75              description reference tables of radio groups.
76    
77    2009-02-09      Sascha L. Teichmann <[email protected]>
78    
79            * formed/formed/plugins/export/sql.py: replace '-' in names
80              by '_'.
81              
82    2009-02-09      Sascha L. Teichmann <[email protected]>
83    
84            * formed/formed/plugins/export/sql.py: to figure ou which
85              tables are equal the insert statememnts are lower cased
86              and sorted before they are compared. This reduces the number
87              of generated referfence tables.
88    
89    2009-02-09      Sascha L. Teichmann <[email protected]>
90    
91            Repair SQL schema creation for radio groups.
92    
93            * formed/formed/plugins/export/sql.py: radio groups are handled
94              like choices now.
95    
96    2009-02-09      Sascha L. Teichmann <[email protected]>
97    
98            Make it startable again.
99    
100            * formed/formed/plugins/export/xls.py: Import pyExcelerator only
101              when plug-in is called.
102    
103            * formed/formed/model/nodecomponents.py: Event routing was messed up.
104              Rewired root node with document.
105    
106            * formed/formed/plugins/web/help.py: Removed old xml.ext import.
107              XXX: This breaks creating help by now!
108    
109            * formed/formed/io/parser.py: Replace old deprecated base class
110              by new one.
111    
112            * formed/formed/main.py: Do not crash if locale cannot be set.
113    
114            * formed/formed/ui/controls.py: Use document.getCase() instead
115              of document.case to prevent uninitialized dereferences.
116    
117    2009-01-22      Torsten Irländer <[email protected]>
118    
119            Implemented new XML-Format for formed xml files.
120    
121            * formed/formed/model/nodecomponents.py,
122              formed/formed/io/document.py,
123              formed/formed/main.py,
124              formed/formed/ui/controls.py: Introduced new "case" and "logbook"
125              node. Under case is the definition of the formular. logbook will
126              hold the defintion of logboog entrys. For now only the part under
127              "case" can be modified.  
128    
129    2009-01-21      Torsten Irländer <[email protected]>
130    
131            Changed way how XSD-Scheme is generated
132    
133            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
134              logbookentrys. The scheme definiton is now hardcoded in the
135              exporter as it will rarely change. It logbookpart will not be
136              generated from the formedtree anymore.
137    
138    2009-01-20      Torsten Irländer <[email protected]>
139    
140            Support Logbook entrys in xsd schema export
141    
142            * formed/formed/model/data.py: Repeatnode are now handeld as
143              repeatgroups in xsd-export
144            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
145              logbookentrys. The scheme will now validate against an xmlfile from
146              the offlineclient.
147    
148    2009-01-09      Torsten Irländer <[email protected]>
149    
150            Added new repeat node
151    
152            * formed/formed/model/data.py,
153              formed/formed/io/document.py: Added repeatnode to the formedtree.
154              TODO: Remove repeatgroup handling from the groupnode.
155    
156    2009-01-08      Torsten Irländer <[email protected]>
157    
158            Add isset operator to autogenerated rules.
159    
160            * formed/formed/plugins/modify/rules.py: Add issed operator to standard
161              autogenerated rules.
162    
163    2008-12-17      Frank Koormann <[email protected]>
164    
165            * formed/formed/plugins/export/latex.py: Export form as set of
166            latex tables to be included into a master document. The export
167            generates section marks to structure the form and placeholders for
168            help texts to be merged in by a post processing step.
169    
170  2008-12-04      Sascha L. Teichmann <[email protected]>  2008-12-04      Sascha L. Teichmann <[email protected]>
171    
172          * 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.322

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26