1 |
|
2009-02-09 Sascha L. Teichmanne <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/export/sql.py: Fixed problem with |
4 |
|
description reference tables of radio groups. |
5 |
|
|
6 |
|
2009-02-09 Sascha L. Teichmanne <[email protected]> |
7 |
|
|
8 |
|
* formed/formed/plugins/export/sql.py: replace '-' in names |
9 |
|
by '_'. |
10 |
|
|
11 |
|
2009-02-09 Sascha L. Teichmanne <[email protected]> |
12 |
|
|
13 |
|
* formed/formed/plugins/export/sql.py: to figure ou which |
14 |
|
tables are equal the insert statememnts are lower cased |
15 |
|
and sorted before they are compared. This reduces the number |
16 |
|
of generated referfence tables. |
17 |
|
|
18 |
|
2009-02-09 Sascha L. Teichmanne <[email protected]> |
19 |
|
|
20 |
|
Repair SQL schema creation for radio groups. |
21 |
|
|
22 |
|
* formed/formed/plugins/export/sql.py: radio groups are handled |
23 |
|
like choices now. |
24 |
|
|
25 |
|
2009-02-09 Sascha L. Teichmanne <[email protected]> |
26 |
|
|
27 |
|
Make it startable again. |
28 |
|
|
29 |
|
* formed/formed/plugins/export/xls.py: Import pyExcelerator only |
30 |
|
when plug-in is called. |
31 |
|
|
32 |
|
* formed/formed/model/nodecomponents.py: Event routing was messed up. |
33 |
|
Rewired root node with document. |
34 |
|
|
35 |
|
* formed/formed/plugins/web/help.py: Removed old xml.ext import. |
36 |
|
XXX: This breaks creating help by now! |
37 |
|
|
38 |
|
* formed/formed/io/parser.py: Replace old deprecated base class |
39 |
|
by new one. |
40 |
|
|
41 |
|
* formed/formed/main.py: Do not crash if locale cannot be set. |
42 |
|
|
43 |
|
* formed/formed/ui/controls.py: Use document.getCase() instead |
44 |
|
of document.case to prevent uninitialized dereferences. |
45 |
|
|
46 |
|
2009-01-22 Torsten Irländer <[email protected]> |
47 |
|
|
48 |
|
Implemented new XML-Format for formed xml files. |
49 |
|
|
50 |
|
* formed/formed/model/nodecomponents.py, |
51 |
|
formed/formed/io/document.py, |
52 |
|
formed/formed/main.py, |
53 |
|
formed/formed/ui/controls.py: Introduced new "case" and "logbook" |
54 |
|
node. Under case is the definition of the formular. logbook will |
55 |
|
hold the defintion of logboog entrys. For now only the part under |
56 |
|
"case" can be modified. |
57 |
|
|
58 |
|
2009-01-21 Torsten Irländer <[email protected]> |
59 |
|
|
60 |
|
Changed way how XSD-Scheme is generated |
61 |
|
|
62 |
|
* formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support |
63 |
|
logbookentrys. The scheme definiton is now hardcoded in the |
64 |
|
exporter as it will rarely change. It logbookpart will not be |
65 |
|
generated from the formedtree anymore. |
66 |
|
|
67 |
|
2009-01-20 Torsten Irländer <[email protected]> |
68 |
|
|
69 |
|
Support Logbook entrys in xsd schema export |
70 |
|
|
71 |
|
* formed/formed/model/data.py: Repeatnode are now handeld as |
72 |
|
repeatgroups in xsd-export |
73 |
|
* formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support |
74 |
|
logbookentrys. The scheme will now validate against an xmlfile from |
75 |
|
the offlineclient. |
76 |
|
|
77 |
|
2009-01-09 Torsten Irländer <[email protected]> |
78 |
|
|
79 |
|
Added new repeat node |
80 |
|
|
81 |
|
* formed/formed/model/data.py, |
82 |
|
formed/formed/io/document.py: Added repeatnode to the formedtree. |
83 |
|
TODO: Remove repeatgroup handling from the groupnode. |
84 |
|
|
85 |
|
2009-01-08 Torsten Irländer <[email protected]> |
86 |
|
|
87 |
|
Add isset operator to autogenerated rules. |
88 |
|
|
89 |
|
* formed/formed/plugins/modify/rules.py: Add issed operator to standard |
90 |
|
autogenerated rules. |
91 |
|
|
92 |
|
2008-12-17 Frank Koormann <[email protected]> |
93 |
|
|
94 |
|
* formed/formed/plugins/export/latex.py: Export form as set of |
95 |
|
latex tables to be included into a master document. The export |
96 |
|
generates section marks to structure the form and placeholders for |
97 |
|
help texts to be merged in by a post processing step. |
98 |
|
|
99 |
|
2008-12-04 Sascha L. Teichmann <[email protected]> |
100 |
|
|
101 |
|
* formed/formed/model/expr.py: Added 'today' which pushes the current date |
102 |
|
on the stack. |
103 |
|
|
104 |
|
2008-12-03 Sascha L. Teichmann <[email protected]> |
105 |
|
|
106 |
|
* formed/formed/plugins/web/controllers.py: compute changeset more correctly in |
107 |
|
storage of fields. |
108 |
|
|
109 |
|
* formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer |
110 |
|
fields as an accepted value. Generate schema for radio groups too. |
111 |
|
|
112 |
2008-12-01 Torsten Irländer <[email protected]> |
2008-12-01 Torsten Irländer <[email protected]> |
113 |
|
|
114 |
Added autmatic generation of required rules |
Added autmatic generation of required rules |