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