1 |
|
2011-03-15 Roland Geider <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/export/xls.py: Generate correct XLS if there |
4 |
|
are conditionals in Choices. |
5 |
|
|
6 |
|
2011-03-14 Roland Geider <[email protected]> |
7 |
|
|
8 |
|
* formed/formed/plugins/export/xsd.py, |
9 |
|
formed/formed/config.py: Generate correct XSD if there are |
10 |
|
conditionals in Choices. Also deactivate the webserver nobody is |
11 |
|
using. |
12 |
|
|
13 |
|
2011-03-08 Roland Geider <[email protected]> |
14 |
|
|
15 |
|
* formed/formed/plugins/export/xsd.py: Updated XSD |
16 |
|
|
17 |
|
2011-02-23 Bernhard Herzog <[email protected]> |
18 |
|
|
19 |
|
Port new RepeatNode attributes "orderby" and "reverse" from libformed |
20 |
|
|
21 |
|
* formed/formed/model/data.py (RepeatNode.__init__): Add |
22 |
|
attributes "orderby" and "reverse" so that they can be edited with |
23 |
|
formed. |
24 |
|
|
25 |
|
2011-02-22 Roland Geider <[email protected]> |
26 |
|
|
27 |
|
* formed/formed/plugins/export/xsd.py: Added support for <float> |
28 |
|
element |
29 |
|
|
30 |
|
2011-01-19 Torsten Irlaender <[email protected]> |
31 |
|
|
32 |
|
* formed/formed/plugins/export/new_sql.py |
33 |
|
(SchemaCreator._createChoice): Fix traversing choicelists wich |
34 |
|
conditional nodes. |
35 |
|
|
36 |
|
2011-01-11 Torsten Irlaender <[email protected]> |
37 |
|
|
38 |
|
* formed/formed/model/exprtree.py: Added List-Node and Contains |
39 |
|
function. |
40 |
|
|
41 |
|
2010-12-27 Torsten Irlaender <[email protected]> |
42 |
|
|
43 |
|
* formed/formed/model/data.py (WidgetCollector.visitor): Removed |
44 |
|
clause to ignore Repeatgroups. |
45 |
|
|
46 |
|
2010-12-13 Torsten Irlaender <[email protected]> |
47 |
|
|
48 |
|
* formed/formed/model/data.py (GroupNode.isRepeat): Issue1565: Fixed |
49 |
|
isRepeat function. Check typ instead of repeat attribute. Removed |
50 |
|
setRepeat function (not used anywhere) |
51 |
|
|
52 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
53 |
|
|
54 |
|
* formed/formed/plugins/export/rules_sh.py (generate_tagging): |
55 |
|
Remove unused variable "inserts" and corresponding commented out |
56 |
|
code. |
57 |
|
|
58 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
59 |
|
|
60 |
|
* formed/formed/plugins/export/rules_sh.py: Remove some commented |
61 |
|
out code. |
62 |
|
|
63 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
64 |
|
|
65 |
|
* formed/formed/plugins/export/rules_sh.py: expand star-import. |
66 |
|
|
67 |
|
2010-11-24 Bernhard Herzog <[email protected]> |
68 |
|
|
69 |
|
* formed/formed/plugins/export/rules_sh.py (sql_OperatorUnary): |
70 |
|
Put parentheses around the comparison for the KNOWN operator in |
71 |
|
the generated SQL to ensure correct evaluation order. |
72 |
|
|
73 |
2010-11-24 Bernhard Herzog <[email protected]> |
2010-11-24 Bernhard Herzog <[email protected]> |
74 |
|
|
75 |
* formed/formed/plugins/export/rules_sh.py (binary_operator_map): |
* formed/formed/plugins/export/rules_sh.py (binary_operator_map): |