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