/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 308 by teichmann, Fri Feb 6 17:41:29 2009 UTC revision 332 by teichmann, Tue May 26 14:12:25 2009 UTC
# Line 1  Line 1 
1  2009-02-09      Sascha L. Teichmanne <[email protected]>  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          * formed/formed/plugins/export/sql.py: to figure ou which
144            tables are equal the insert statememnts are lower cased            tables are equal the insert statememnts are lower cased
145            and sorted before they are compared. This reduces the number            and sorted before they are compared. This reduces the number
146            of generated referfence tables.            of generated referfence tables.
147    
148  2009-02-09      Sascha L. Teichmanne <[email protected]>  2009-02-09      Sascha L. Teichmann <[email protected]>
149    
150          Repair SQL schema creation for radio groups.          Repair SQL schema creation for radio groups.
151    
152          * formed/formed/plugins/export/sql.py: radio groups are handled          * formed/formed/plugins/export/sql.py: radio groups are handled
153            like choices now.            like choices now.
154    
155  2009-02-09      Sascha L. Teichmanne <[email protected]>  2009-02-09      Sascha L. Teichmann <[email protected]>
156    
157          Make it startable again.          Make it startable again.
158    

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26