1 |
2009-02-09 Sascha L. Teichmanne <[email protected]> |
2009-03-31 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
4 |
|
exceptions if there is less or more than one element on stack |
5 |
|
after compilation of expression. |
6 |
|
|
7 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
8 |
|
|
9 |
|
* formed/formed/model/data.py: Removed debug output |
10 |
|
|
11 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
12 |
|
Generate past and future rules. |
13 |
|
|
14 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
15 |
|
|
16 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
17 |
|
|
18 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
19 |
|
|
20 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
21 |
|
|
22 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
25 |
|
|
26 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
27 |
|
|
28 |
|
* formed/formed/model/data.py: Added ConditionalNode |
29 |
|
|
30 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
31 |
|
|
32 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
35 |
|
in date sequence rules more precise. |
36 |
|
|
37 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
38 |
|
|
39 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
40 |
|
|
41 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
42 |
|
|
43 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
44 |
|
|
45 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
46 |
|
Adjusted imports. |
47 |
|
|
48 |
|
2009-03-12 Torsten Irländer <[email protected]> |
49 |
|
|
50 |
|
Introduced new order attribute for date fields |
51 |
|
|
52 |
|
* formed/formed/model/data.py: Order fields can be used to define to |
53 |
|
ordering of datefields withing the document. Needed for automatic |
54 |
|
generation of consistency rules. |
55 |
|
|
56 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
57 |
|
|
58 |
|
* formed/formed/model/data.py: Allow pages to be 'invisible'. |
59 |
|
|
60 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
61 |
|
|
62 |
|
* formed/formed/plugins/export/sql.py: Fixed problem with |
63 |
|
description reference tables of radio groups. |
64 |
|
|
65 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
66 |
|
|
67 |
|
* formed/formed/plugins/export/sql.py: replace '-' in names |
68 |
|
by '_'. |
69 |
|
|
70 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
71 |
|
|
72 |
* formed/formed/plugins/export/sql.py: to figure ou which |
* formed/formed/plugins/export/sql.py: to figure ou which |
73 |
tables are equal the insert statememnts are lower cased |
tables are equal the insert statememnts are lower cased |
74 |
and sorted before they are compared. This reduces the number |
and sorted before they are compared. This reduces the number |
75 |
of generated referfence tables. |
of generated referfence tables. |
76 |
|
|
77 |
2009-02-09 Sascha L. Teichmanne <[email protected]> |
2009-02-09 Sascha L. Teichmann <[email protected]> |
78 |
|
|
79 |
Repair SQL schema creation for radio groups. |
Repair SQL schema creation for radio groups. |
80 |
|
|
81 |
* formed/formed/plugins/export/sql.py: radio groups are handled |
* formed/formed/plugins/export/sql.py: radio groups are handled |
82 |
like choices now. |
like choices now. |
83 |
|
|
84 |
2009-02-09 Sascha L. Teichmanne <[email protected]> |
2009-02-09 Sascha L. Teichmann <[email protected]> |
85 |
|
|
86 |
Make it startable again. |
Make it startable again. |
87 |
|
|