/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 412 by torsten, Wed Oct 6 12:22:24 2010 UTC revision 434 by torsten, Mon Dec 27 09:42:39 2010 UTC
# Line 1  Line 1 
1    2010-12-27  Torsten Irlaender <[email protected]>
2    
3            * formed/formed/model/data.py (WidgetCollector.visitor): Removed
4            clause to ignore Repeatgroups.
5    
6    2010-12-13  Torsten Irlaender <[email protected]>
7    
8            * formed/formed/model/data.py (GroupNode.isRepeat): Issue1565: Fixed
9            isRepeat function. Check typ instead of repeat attribute. Removed
10            setRepeat function (not used anywhere)
11    
12    2010-11-24  Bernhard Herzog  <[email protected]>
13    
14            * formed/formed/plugins/export/rules_sh.py (generate_tagging):
15            Remove unused variable "inserts" and corresponding commented out
16            code.
17    
18    2010-11-24  Bernhard Herzog  <[email protected]>
19    
20            * formed/formed/plugins/export/rules_sh.py: Remove some commented
21            out code.
22    
23    2010-11-24  Bernhard Herzog  <[email protected]>
24    
25            * formed/formed/plugins/export/rules_sh.py: expand star-import.
26    
27    2010-11-24  Bernhard Herzog  <[email protected]>
28    
29            * formed/formed/plugins/export/rules_sh.py (sql_OperatorUnary):
30            Put parentheses around the comparison for the KNOWN operator in
31            the generated SQL to ensure correct evaluation order.
32    
33    2010-11-24  Bernhard Herzog  <[email protected]>
34    
35            * formed/formed/plugins/export/rules_sh.py (binary_operator_map):
36            New.  Map binary formed expr operators to their SQL counterparts.
37            (sql_OperatorBinary): Use binary_operator_map instead of a cascade
38            of if-statements with lots of code duplication.  Also, put
39            parentheses around the resulting SQL expression to make sure the
40            expression is correctly.  This fixes a problem with WASKO tagging
41            rules, where the a FormEd expression of the form like "2 1 1980
42            date 1 1 1980 date - 93 *" would be incorrectly converted to the
43            SQL expression "93 * '1980-01-02'::date - '1980-01-01'::date"
44    
45    2010-11-24  Bernhard Herzog  <[email protected]>
46    
47            * formed/formed/plugins/export/rules_sh.py: Fix formatting.
48    
49    2010-11-15  Torsten Irlaender <[email protected]>
50    
51            * formed/formed/model/data.py: Do not set attribute "repeat" for
52            Repeat-Groups.
53    
54    2010-11-10  Torsten Irlaender <[email protected]>
55    
56            * formed/formed/plugins/modify/rules.py: Fixed date sequence rule
57            checks for date in future.
58    
59    2010-11-08  Roland Geider <[email protected]>
60    
61            * formed/formed/plugins/export/xsd.py: validate formedtree.xml
62    
63    2010-11-08  Roland Geider <[email protected]>
64    
65            * formed/formed/model/data.py,
66              formed/formed/plugins/export/xsd.py,
67              formed/formed/config.py: issue1131: generate XSD for case exports
68    
69    2010-10-21  Torsten Irlaender <[email protected]>
70    
71            * formed/formed/plugins/export/rules_sh.py: Added new LE-Operator
72            * formed/formed/plugins/modify/rules.py: Add error rule to force phase
73              relevant datefields not to be "unknown".
74    
75    2010-10-12  Roland Geider <[email protected]>
76    
77            * formed/formed/plugins/export/rules_sh.py: Ignore rules if any fields
78              in the rule are in a repeat group
79    
80    2010-10-11  Roland Geider <[email protected]>
81    
82            * formed/plugins/export/rules_sh.py: Added support to more opperators
83              to be able to export the WASKO case
84    
85  2010-10-06  Torsten Irlaender <[email protected]>  2010-10-06  Torsten Irlaender <[email protected]>
86    
87          * formed/formed/plugins/export/rules_sh.py (generate_tagging): Fixed          * formed/formed/plugins/export/rules_sh.py (generate_tagging): Fixed

Legend:
Removed from v.412  
changed lines
  Added in v.434

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26