/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 419 by roland, Mon Nov 8 10:17:48 2010 UTC revision 432 by torsten, Mon Dec 13 11:50:48 2010 UTC
# Line 1  Line 1 
1    2010-12-13  Torsten Irlaender <[email protected]>
2    
3            * formed/formed/model/data.py (GroupNode.isRepeat): Issue1565: Fixed
4            isRepeat function. Check typ instead of repeat attribute. Removed
5            setRepeat function (not used anywhere)
6    
7    2010-11-24  Bernhard Herzog  <[email protected]>
8    
9            * formed/formed/plugins/export/rules_sh.py (generate_tagging):
10            Remove unused variable "inserts" and corresponding commented out
11            code.
12    
13    2010-11-24  Bernhard Herzog  <[email protected]>
14    
15            * formed/formed/plugins/export/rules_sh.py: Remove some commented
16            out code.
17    
18    2010-11-24  Bernhard Herzog  <[email protected]>
19    
20            * formed/formed/plugins/export/rules_sh.py: expand star-import.
21    
22    2010-11-24  Bernhard Herzog  <[email protected]>
23    
24            * formed/formed/plugins/export/rules_sh.py (sql_OperatorUnary):
25            Put parentheses around the comparison for the KNOWN operator in
26            the generated SQL to ensure correct evaluation order.
27    
28    2010-11-24  Bernhard Herzog  <[email protected]>
29    
30            * formed/formed/plugins/export/rules_sh.py (binary_operator_map):
31            New.  Map binary formed expr operators to their SQL counterparts.
32            (sql_OperatorBinary): Use binary_operator_map instead of a cascade
33            of if-statements with lots of code duplication.  Also, put
34            parentheses around the resulting SQL expression to make sure the
35            expression is correctly.  This fixes a problem with WASKO tagging
36            rules, where the a FormEd expression of the form like "2 1 1980
37            date 1 1 1980 date - 93 *" would be incorrectly converted to the
38            SQL expression "93 * '1980-01-02'::date - '1980-01-01'::date"
39    
40    2010-11-24  Bernhard Herzog  <[email protected]>
41    
42            * formed/formed/plugins/export/rules_sh.py: Fix formatting.
43    
44    2010-11-15  Torsten Irlaender <[email protected]>
45    
46            * formed/formed/model/data.py: Do not set attribute "repeat" for
47            Repeat-Groups.
48    
49    2010-11-10  Torsten Irlaender <[email protected]>
50    
51            * formed/formed/plugins/modify/rules.py: Fixed date sequence rule
52            checks for date in future.
53    
54  2010-11-08  Roland Geider <[email protected]>  2010-11-08  Roland Geider <[email protected]>
55    
56          * formed/formed/plugins/export/xsd.py: validate formedtree.xml          * formed/formed/plugins/export/xsd.py: validate formedtree.xml

Legend:
Removed from v.419  
changed lines
  Added in v.432

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26