1 |
|
2007-08-20 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/semantic.py: Added semantic |
4 |
|
tests for dates. |
5 |
|
|
6 |
|
2007-08-20 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/test-data/simple.xml: Tweak a bit for integer |
9 |
|
range test. |
10 |
|
|
11 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
12 |
|
to find a tree item for a given name. |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/web/semantic.py: New: Box for |
15 |
|
semantic checking. Has check for integers. |
16 |
|
|
17 |
|
* tools/formed/formed/plugins/web/plugin.py: Use semantic |
18 |
|
check. |
19 |
|
|
20 |
|
2007-08-20 Torsten Irlaender <[email protected]> |
21 |
|
|
22 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed Syntax in |
23 |
|
selection-field generation (Removed quote) |
24 |
|
|
25 |
|
2007-08-18 Sascha L. Teichmann <[email protected]> |
26 |
|
|
27 |
|
* tools/formed/formed/plugins/web/plugin.py, |
28 |
|
tools/formed/formed/plugins/web/renderer.py: Added a |
29 |
|
simple cookie based session management to the HTML |
30 |
|
renderer. This submit parameters are stored in the |
31 |
|
session now. This will ease testing the constraint |
32 |
|
tests which need to be written soon. |
33 |
|
|
34 |
|
BEWARE: The session management is _not_ made for production! |
35 |
|
Denial of service attacks are too easy, and the |
36 |
|
cryptographical strength of the session id is doubtful. |
37 |
|
|
38 |
|
2007-08-18 Sascha L. Teichmann <[email protected]> |
39 |
|
|
40 |
|
* tools/formed/formed/plugins/web/renderer.py: Escaping text |
41 |
|
coming from the document tree now when inserting it into the |
42 |
|
HTML output. |
43 |
|
|
44 |
|
2007-08-18 Sascha L. Teichmann <[email protected]> |
45 |
|
|
46 |
|
* tools/formed/formed/plugins/plugin.py: Added a new kind |
47 |
|
of plug-in: Filter. They have a short and a long description |
48 |
|
and can be hooked automatically into the new 'Filters' |
49 |
|
sub menu under 'Extra'. They got called when the user |
50 |
|
selects their respective menu item. |
51 |
|
|
52 |
|
* tools/formed/formed/config.py: Contains the list of |
53 |
|
installed filters. |
54 |
|
|
55 |
|
* tools/formed/formed/main.py: Builds the Extra->Filters |
56 |
|
sub menu during gui initialization. The hard wired code |
57 |
|
for make unique and formular name/description -> name |
58 |
|
is removed because they are implemented as filters now. |
59 |
|
|
60 |
|
* tools/formed/formed/model/nodecomponents.py, |
61 |
|
tools/formed/formed/model/data.py: Removed the make |
62 |
|
unique and formular name/description -> name code. |
63 |
|
|
64 |
|
* tools/formed/formed/plugins/names, |
65 |
|
tools/formed/formed/plugins/names/__init__.py, |
66 |
|
tools/formed/formed/plugins/names/filter.py: Added. Contains |
67 |
|
the make unique and formular name/description -> name code |
68 |
|
in form of filters. |
69 |
|
|
70 |
|
* tools/formed/test-data/simple.xml: Modified to be a better |
71 |
|
test for the formular name/description -> name filter. |
72 |
|
|
73 |
|
2007-08-18 Sascha L. Teichmann <[email protected]> |
74 |
|
|
75 |
|
* tools/formed/formed.py, tools/formed/formed/main.py: First |
76 |
|
command line argument is interpreted as filename of document |
77 |
|
to be loaded at program startup. |
78 |
|
|
79 |
|
2007-08-17 Frank Koormann <[email protected]> |
80 |
|
|
81 |
|
* contrib/convert-formedtree2html.xsl: |
82 |
|
Heading level depending on depth of group node. |
83 |
|
In case of radio/choice/check only list of options. |
84 |
|
|
85 |
|
2007-08-17 Torsten Irlaender <[email protected]> |
86 |
|
|
87 |
|
* contrib/convert-formedtree2html.xsl: Output is now generated with |
88 |
|
HTML doc-string and charset information in the meta-header. |
89 |
|
|
90 |
|
2007-08-17 Torsten Irlaender <[email protected]> |
91 |
|
|
92 |
|
* contrib/convert-formedtree2html.xsl: Added small script for |
93 |
|
exporting the formed tree to html |
94 |
|
|
95 |
|
2007-08-17 Torsten Irlaender <[email protected]> |
96 |
|
|
97 |
|
* tools/formed/model/nodecomponents.py: Added function to rename |
98 |
|
the set the name of the node to the formularname. The formularname |
99 |
|
gets shorten to <=64 by removing vowels and is stored lowercase. |
100 |
|
If the name is not unique and additional id value is appended. |
101 |
|
|
102 |
|
* tools/formed/formed/model/data.py: Overwritten renaming-function for |
103 |
|
bool-leafs |
104 |
|
|
105 |
|
* tools/formed/formed/main.py: Added menuitem for renaming the names |
106 |
|
of the element |
107 |
|
|
108 |
|
2007-08-16 Sascha L. Teichmann <[email protected]> |
109 |
|
|
110 |
|
* tools/formed/formed/main.py: Swaped order of |
111 |
|
'Make names unique' and 'Selected mode...' in Extra |
112 |
|
menu and put a separator between them. |
113 |
|
|
114 |
|
2007-08-15 Sascha L. Teichmann <[email protected]> |
115 |
|
|
116 |
|
* tools/formed/formed/model/data.py: SwitchNodes can add |
117 |
|
their modes to a given set now. |
118 |
|
|
119 |
|
* tools/formed/formed/plugins/plugin.py: Simplified |
120 |
|
the plug-in interface. Only the reference to the |
121 |
|
global configuration is passed at setup time. |
122 |
|
|
123 |
|
* tools/formed/formed/plugins/web/plugin.py: Adjusted |
124 |
|
to new plug-in setup. The traveral mode is now taken |
125 |
|
from the global configuration each time a rendering |
126 |
|
is triggered. The FORMED parameter is now named |
127 |
|
'doc.mode' instead of 'web.mode'. The parameter |
128 |
|
is not needed any more because it can be configured |
129 |
|
at runtime. |
130 |
|
|
131 |
|
* tools/formed/formed/main.py: Adjusted to new plugin |
132 |
|
setup. Added a new menu item Extra->Select Mode... |
133 |
|
to select the traversal mode. It is stored in the |
134 |
|
global config. |
135 |
|
|
136 |
|
* tools/formed/formed/config.py: Simplified. Only uses |
137 |
|
one env dictionary to store global configuration parameters. |
138 |
|
|
139 |
|
* tools/formed/formed/ui/controls.py: Add a control to |
140 |
|
select one item from a list of given strings. |
141 |
|
|
142 |
|
2007-08-15 Sascha L. Teichmann <[email protected]> |
143 |
|
|
144 |
|
* tools/formed/formed/plugins/web/plugin.py, |
145 |
|
tools/formed/formed/plugins/web/renderer.py: Added parameter |
146 |
|
print out in web plugin. |
147 |
|
|
148 |
|
2007-08-15 Torsten Irlaender <[email protected]> |
149 |
|
|
150 |
|
* contrib/convert-formedtree2csv.xsl: Added small script for |
151 |
|
exporting the formed tree to csv |
152 |
|
|
153 |
|
2007-08-14 Sascha L. Teichmann <[email protected]> |
154 |
|
|
155 |
|
* tools/formed/formed/model/data.py, |
156 |
|
tools/formed/formed/model/nodecomponents.py, |
157 |
|
tools/formed/formed/io/document.py: Added a 'switch' node. |
158 |
|
|
159 |
|
* tools/formed/formed/plugins/web/renderer.py:Render the |
160 |
|
new 'switch' node. |
161 |
|
|
162 |
|
* tools/formed/formed/plugins/web/plugin.py, |
163 |
|
tools/formed/formed/config.py: Added a 'web.mode' parameter |
164 |
|
to FORMED environment variable. |
165 |
|
e.g. 'FORMED=web.mode:modeX' sets the mode 'modeX'. |
166 |
|
Defaults to 'default'. |
167 |
|
|
168 |
|
* tools/formed/test-data/simple.xml: Added test for switch. |
169 |
|
|
170 |
|
2007-08-14 Sascha L. Teichmann <[email protected]> |
171 |
|
|
172 |
|
* tools/formed/formed/model/nodecomponents.py: Added an |
173 |
|
attribute 'formularname' to base class of node components. |
174 |
|
|
175 |
|
2007-08-13 Sascha L. Teichmann <[email protected]> |
176 |
|
|
177 |
|
* tools/formed/formed/io/document.py, |
178 |
|
tools/formed/formed/model/data.py, |
179 |
|
tools/formed/formed/model/nodecomponents.py: Added an item |
180 |
|
to model external item lists. |
181 |
|
|
182 |
|
* tools/formed/formed/plugins/web/renderer.py: Render new item |
183 |
|
list. |
184 |
|
* tools/formed/formed/main.py: Added a forgotten 'self.' |
185 |
|
|
186 |
|
* contrib/extract-xfa-items.sh: Modified to generate |
187 |
|
documents to be loadable from new item lists |
188 |
|
|
189 |
|
2007-08-13 Sascha L. Teichmann <[email protected]> |
190 |
|
|
191 |
|
* tools/formed/formed/main.py: Fixed typo |
192 |
|
|
193 |
|
2007-08-13 Sascha L. Teichmann <[email protected]> |
194 |
|
|
195 |
|
* contrib/extract-xfa-items.sh: New. Can be used to extract longer |
196 |
|
choice item lists for a given field from XFA files. e.g. with |
197 |
|
'./contrib/extract-xfa-items.sh Muttersprache alles.xml' |
198 |
|
|
199 |
|
2007-08-12 Sascha L. Teichmann <[email protected]> |
200 |
|
|
201 |
|
* tools/formed/formed/model/data.py, |
202 |
|
tools/formed/formed/plugins/web/renderer.py, |
203 |
|
tools/formed/formed/io/document.py: Changed the structure |
204 |
|
of choice constructs. The idea to hold the different items |
205 |
|
of a particular choice in a semicolon separated list was bad. |
206 |
|
Now choices are groups and the option items are modelled as |
207 |
|
embedded bools. (mainly Torsten Irländer's idea). |
208 |
|
|
209 |
|
WARNING: this makes old document files containing choices incompatible!!! |
210 |
|
Use the following XSLT to reestablish compatibility. |
211 |
|
|
212 |
|
* contrib/itemize-choices.xsl: New converts old to new structure. |
213 |
|
Needs exslt.org's string extensions (which xsltproc includes) |
214 |
|
|
215 |
|
* tools/formed/test-data/simple.xml: Ajusted to new structure |
216 |
|
|
217 |
|
* tools/formed/formed/plugins/web/plugin.py: remove debug output |
218 |
|
|
219 |
|
* tools/formed/formed/model/nodecomponents.py: fixed a small bug in |
220 |
|
node finding code. It now uses the walk() generator, too. |
221 |
|
|
222 |
|
2007-08-12 Sascha L. Teichmann <[email protected]> |
223 |
|
|
224 |
|
* tools/formed/formed/main.py: Added a clone item on the toolbar which |
225 |
|
copies the currently selected item and appends it after the selection. |
226 |
|
|
227 |
|
* tools/formed/formed/model/nodecomponents.py: Added code to clone parts |
228 |
|
of the tree. |
229 |
|
|
230 |
|
* tools/formed/formed/ui/controls.py: Added a getSelected method. |
231 |
|
|
232 |
|
* tools/formed/formed/model/misc.py: Fixed a programming bug. |
233 |
|
forgot a 'self.' prefix. |
234 |
|
|
235 |
|
2007-08-12 Sascha L. Teichmann <[email protected]> |
236 |
|
|
237 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method to append |
238 |
|
a second document to the current. |
239 |
|
|
240 |
|
* tools/formed/formed/main.py: Added an 'Import' file menu item to load |
241 |
|
a second document to be appended to the current. |
242 |
|
|
243 |
|
2007-08-12 Sascha L. Teichmann <[email protected]> |
244 |
|
|
245 |
|
* tools/formed/formed/main.py: Added a 'New' item in file menu which creates |
246 |
|
a new document when triggered. |
247 |
|
|
248 |
|
2007-08-12 Sascha L. Teichmann <[email protected]> |
249 |
|
|
250 |
|
* tools/formed/formed/model/nodecomponents.py: Added walk generator over all |
251 |
|
items in the document tree. Added a method to eliminated duplicated names |
252 |
|
in document tree. |
253 |
|
|
254 |
|
* tools/formed/formed/model/misc.py: Added update mechanism for id generator |
255 |
|
after names collisions are eliminated. |
256 |
|
|
257 |
|
* tools/formed/formed/main.py: Added an 'Extra' menu with item |
258 |
|
'Make names unique'. |
259 |
|
|
260 |
|
2007-08-11 Sascha L. Teichmann <[email protected]> |
261 |
|
|
262 |
|
* tools/formed/formed/model/data.py, |
263 |
|
tools/formed/formed/plugins/web/renderer.py: Removed support |
264 |
|
for 'text' attributes in bool items. They were never really |
265 |
|
used and the 'description' attributes fulfill the same |
266 |
|
purpose. |
267 |
|
|
268 |
|
* contrib/remove-bool-text.xsl: Transform to remove the |
269 |
|
'text' attributes from bool items. Apply with: |
270 |
|
'xsltproc contrib/remove-bool-text.xsl old.xml > new.xml' |
271 |
|
|
272 |
|
* tools/formed/test-data/simple.xml: Removed 'text' attributes |
273 |
|
from bool items. |
274 |
|
|
275 |
|
2007-08-11 Sascha L. Teichmann <[email protected]> |
276 |
|
|
277 |
|
* contrib/convert-choices.xsl: Simpified. |
278 |
|
|
279 |
2007-08-11 Sascha L. Teichmann <[email protected]> |
2007-08-11 Sascha L. Teichmann <[email protected]> |
280 |
|
|
281 |
* tools/formed/formed/model/data.py: Removed 'options' attribute |
* tools/formed/formed/model/data.py: Removed 'options' attribute |