1 |
|
2009-03-13 Torsten Irländer <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
4 |
|
|
5 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
6 |
|
Adjusted imports. |
7 |
|
|
8 |
|
2009-03-12 Torsten Irländer <[email protected]> |
9 |
|
|
10 |
|
Introduced new order attribute for date fields |
11 |
|
|
12 |
|
* formed/formed/model/data.py: Order fields can be used to define to |
13 |
|
ordering of datefields withing the document. Needed for automatic |
14 |
|
generation of consistency rules. |
15 |
|
|
16 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* formed/formed/model/data.py: Allow pages to be 'invisible'. |
19 |
|
|
20 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
21 |
|
|
22 |
|
* formed/formed/plugins/export/sql.py: Fixed problem with |
23 |
|
description reference tables of radio groups. |
24 |
|
|
25 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
26 |
|
|
27 |
|
* formed/formed/plugins/export/sql.py: replace '-' in names |
28 |
|
by '_'. |
29 |
|
|
30 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
31 |
|
|
32 |
|
* formed/formed/plugins/export/sql.py: to figure ou which |
33 |
|
tables are equal the insert statememnts are lower cased |
34 |
|
and sorted before they are compared. This reduces the number |
35 |
|
of generated referfence tables. |
36 |
|
|
37 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
38 |
|
|
39 |
|
Repair SQL schema creation for radio groups. |
40 |
|
|
41 |
|
* formed/formed/plugins/export/sql.py: radio groups are handled |
42 |
|
like choices now. |
43 |
|
|
44 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
45 |
|
|
46 |
|
Make it startable again. |
47 |
|
|
48 |
|
* formed/formed/plugins/export/xls.py: Import pyExcelerator only |
49 |
|
when plug-in is called. |
50 |
|
|
51 |
|
* formed/formed/model/nodecomponents.py: Event routing was messed up. |
52 |
|
Rewired root node with document. |
53 |
|
|
54 |
|
* formed/formed/plugins/web/help.py: Removed old xml.ext import. |
55 |
|
XXX: This breaks creating help by now! |
56 |
|
|
57 |
|
* formed/formed/io/parser.py: Replace old deprecated base class |
58 |
|
by new one. |
59 |
|
|
60 |
|
* formed/formed/main.py: Do not crash if locale cannot be set. |
61 |
|
|
62 |
|
* formed/formed/ui/controls.py: Use document.getCase() instead |
63 |
|
of document.case to prevent uninitialized dereferences. |
64 |
|
|
65 |
2009-01-22 Torsten Irländer <[email protected]> |
2009-01-22 Torsten Irländer <[email protected]> |
66 |
|
|
67 |
Implemented new XML-Format for formed xml files. |
Implemented new XML-Format for formed xml files. |