1 |
2009-02-09 Sascha L. Teichmanne <[email protected]> |
2009-03-13 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
4 |
|
in date sequence rules more precise. |
5 |
|
|
6 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
9 |
|
|
10 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
11 |
|
|
12 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
13 |
|
|
14 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
15 |
|
Adjusted imports. |
16 |
|
|
17 |
|
2009-03-12 Torsten Irländer <[email protected]> |
18 |
|
|
19 |
|
Introduced new order attribute for date fields |
20 |
|
|
21 |
|
* formed/formed/model/data.py: Order fields can be used to define to |
22 |
|
ordering of datefields withing the document. Needed for automatic |
23 |
|
generation of consistency rules. |
24 |
|
|
25 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
26 |
|
|
27 |
|
* formed/formed/model/data.py: Allow pages to be 'invisible'. |
28 |
|
|
29 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
30 |
|
|
31 |
|
* formed/formed/plugins/export/sql.py: Fixed problem with |
32 |
|
description reference tables of radio groups. |
33 |
|
|
34 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
35 |
|
|
36 |
|
* formed/formed/plugins/export/sql.py: replace '-' in names |
37 |
|
by '_'. |
38 |
|
|
39 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
40 |
|
|
41 |
* formed/formed/plugins/export/sql.py: to figure ou which |
* formed/formed/plugins/export/sql.py: to figure ou which |
42 |
tables are equal the insert statememnts are lower cased |
tables are equal the insert statememnts are lower cased |
43 |
and sorted before they are compared. This reduces the number |
and sorted before they are compared. This reduces the number |
44 |
of generated referfence tables. |
of generated referfence tables. |
45 |
|
|
46 |
2009-02-09 Sascha L. Teichmanne <[email protected]> |
2009-02-09 Sascha L. Teichmann <[email protected]> |
47 |
|
|
48 |
Repair SQL schema creation for radio groups. |
Repair SQL schema creation for radio groups. |
49 |
|
|
50 |
* formed/formed/plugins/export/sql.py: radio groups are handled |
* formed/formed/plugins/export/sql.py: radio groups are handled |
51 |
like choices now. |
like choices now. |
52 |
|
|
53 |
2009-02-09 Sascha L. Teichmanne <[email protected]> |
2009-02-09 Sascha L. Teichmann <[email protected]> |
54 |
|
|
55 |
Make it startable again. |
Make it startable again. |
56 |
|
|