1 |
|
2007-08-15 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/plugin.py, |
4 |
|
tools/formed/formed/plugins/web/renderer.py: Added parameter |
5 |
|
print out in web plugin. |
6 |
|
|
7 |
|
2007-08-15 Torsten Irlaender <[email protected]> |
8 |
|
|
9 |
|
* contrib/convert-formedtree2csv.xsl: Added small script for |
10 |
|
exporting the formed tree to csv |
11 |
|
|
12 |
|
2007-08-14 Sascha L. Teichmann <[email protected]> |
13 |
|
|
14 |
|
* tools/formed/formed/model/data.py, |
15 |
|
tools/formed/formed/model/nodecomponents.py, |
16 |
|
tools/formed/formed/io/document.py: Added a 'switch' node. |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/web/renderer.py:Render the |
19 |
|
new 'switch' node. |
20 |
|
|
21 |
|
* tools/formed/formed/plugins/web/plugin.py, |
22 |
|
tools/formed/formed/config.py: Added a 'web.mode' parameter |
23 |
|
to FORMED environment variable. |
24 |
|
e.g. 'FORMED=web.mode:modeX' sets the mode 'modeX'. |
25 |
|
Defaults to 'default'. |
26 |
|
|
27 |
|
* tools/formed/test-data/simple.xml: Added test for switch. |
28 |
|
|
29 |
|
2007-08-14 Sascha L. Teichmann <[email protected]> |
30 |
|
|
31 |
|
* tools/formed/formed/model/nodecomponents.py: Added an |
32 |
|
attribute 'formularname' to base class of node components. |
33 |
|
|
34 |
|
2007-08-13 Sascha L. Teichmann <[email protected]> |
35 |
|
|
36 |
|
* tools/formed/formed/io/document.py, |
37 |
|
tools/formed/formed/model/data.py, |
38 |
|
tools/formed/formed/model/nodecomponents.py: Added an item |
39 |
|
to model external item lists. |
40 |
|
|
41 |
|
* tools/formed/formed/plugins/web/renderer.py: Render new item |
42 |
|
list. |
43 |
|
* tools/formed/formed/main.py: Added a forgotten 'self.' |
44 |
|
|
45 |
|
* contrib/extract-xfa-items.sh: Modified to generate |
46 |
|
documents to be loadable from new item lists |
47 |
|
|
48 |
|
2007-08-13 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
|
* tools/formed/formed/main.py: Fixed typo |
51 |
|
|
52 |
|
2007-08-13 Sascha L. Teichmann <[email protected]> |
53 |
|
|
54 |
|
* contrib/extract-xfa-items.sh: New. Can be used to extract longer |
55 |
|
choice item lists for a given field from XFA files. e.g. with |
56 |
|
'./contrib/extract-xfa-items.sh Muttersprache alles.xml' |
57 |
|
|
58 |
|
2007-08-12 Sascha L. Teichmann <[email protected]> |
59 |
|
|
60 |
|
* tools/formed/formed/model/data.py, |
61 |
|
tools/formed/formed/plugins/web/renderer.py, |
62 |
|
tools/formed/formed/io/document.py: Changed the structure |
63 |
|
of choice constructs. The idea to hold the different items |
64 |
|
of a particular choice in a semicolon separated list was bad. |
65 |
|
Now choices are groups and the option items are modelled as |
66 |
|
embedded bools. (mainly Torsten Irländer's idea). |
67 |
|
|
68 |
|
WARNING: this makes old document files containing choices incompatible!!! |
69 |
|
Use the following XSLT to reestablish compatibility. |
70 |
|
|
71 |
|
* contrib/itemize-choices.xsl: New converts old to new structure. |
72 |
|
Needs exslt.org's string extensions (which xsltproc includes) |
73 |
|
|
74 |
|
* tools/formed/test-data/simple.xml: Ajusted to new structure |
75 |
|
|
76 |
|
* tools/formed/formed/plugins/web/plugin.py: remove debug output |
77 |
|
|
78 |
|
* tools/formed/formed/model/nodecomponents.py: fixed a small bug in |
79 |
|
node finding code. It now uses the walk() generator, too. |
80 |
|
|
81 |
|
2007-08-12 Sascha L. Teichmann <[email protected]> |
82 |
|
|
83 |
|
* tools/formed/formed/main.py: Added a clone item on the toolbar which |
84 |
|
copies the currently selected item and appends it after the selection. |
85 |
|
|
86 |
|
* tools/formed/formed/model/nodecomponents.py: Added code to clone parts |
87 |
|
of the tree. |
88 |
|
|
89 |
|
* tools/formed/formed/ui/controls.py: Added a getSelected method. |
90 |
|
|
91 |
|
* tools/formed/formed/model/misc.py: Fixed a programming bug. |
92 |
|
forgot a 'self.' prefix. |
93 |
|
|
94 |
2007-08-12 Sascha L. Teichmann <[email protected]> |
2007-08-12 Sascha L. Teichmann <[email protected]> |
95 |
|
|
96 |
* tools/formed/formed/model/nodecomponents.py: Added a method to append |
* tools/formed/formed/model/nodecomponents.py: Added a method to append |