1 |
|
2007-08-13 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/io/document.py, |
4 |
|
tools/formed/formed/model/data.py, |
5 |
|
tools/formed/formed/model/nodecomponents.py: Added an item |
6 |
|
to model external item lists. |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/web/renderer.py: Render new item |
9 |
|
list. |
10 |
|
* tools/formed/formed/main.py: Added a forgotten 'self.' |
11 |
|
|
12 |
|
* contrib/extract-xfa-items.sh: Modified to generate |
13 |
|
documents to be loadable from new item lists |
14 |
|
|
15 |
|
2007-08-13 Sascha L. Teichmann <[email protected]> |
16 |
|
|
17 |
|
* tools/formed/formed/main.py: Fixed typo |
18 |
|
|
19 |
|
2007-08-13 Sascha L. Teichmann <[email protected]> |
20 |
|
|
21 |
|
* contrib/extract-xfa-items.sh: New. Can be used to extract longer |
22 |
|
choice item lists for a given field from XFA files. e.g. with |
23 |
|
'./contrib/extract-xfa-items.sh Muttersprache alles.xml' |
24 |
|
|
25 |
|
2007-08-12 Sascha L. Teichmann <[email protected]> |
26 |
|
|
27 |
|
* tools/formed/formed/model/data.py, |
28 |
|
tools/formed/formed/plugins/web/renderer.py, |
29 |
|
tools/formed/formed/io/document.py: Changed the structure |
30 |
|
of choice constructs. The idea to hold the different items |
31 |
|
of a particular choice in a semicolon separated list was bad. |
32 |
|
Now choices are groups and the option items are modelled as |
33 |
|
embedded bools. (mainly Torsten Irländer's idea). |
34 |
|
|
35 |
|
WARNING: this makes old document files containing choices incompatible!!! |
36 |
|
Use the following XSLT to reestablish compatibility. |
37 |
|
|
38 |
|
* contrib/itemize-choices.xsl: New converts old to new structure. |
39 |
|
Needs exslt.org's string extensions (which xsltproc includes) |
40 |
|
|
41 |
|
* tools/formed/test-data/simple.xml: Ajusted to new structure |
42 |
|
|
43 |
|
* tools/formed/formed/plugins/web/plugin.py: remove debug output |
44 |
|
|
45 |
|
* tools/formed/formed/model/nodecomponents.py: fixed a small bug in |
46 |
|
node finding code. It now uses the walk() generator, too. |
47 |
|
|
48 |
2007-08-12 Sascha L. Teichmann <[email protected]> |
2007-08-12 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
* tools/formed/formed/main.py: Added a clone item on the toolbar which |
* tools/formed/formed/main.py: Added a clone item on the toolbar which |