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