/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26