1 |
|
2007-08-23 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/nodecomponents.py: Added a depth() |
4 |
|
method to determine the depth of particular tree item. |
5 |
|
|
6 |
|
* tools/formed/formed/plugins/names/filter.py: Added an |
7 |
|
HTML export filters. TODO: needs more work. |
8 |
|
|
9 |
|
* tools/formed/formed/config.py: Install the new HTML filter. |
10 |
|
|
11 |
|
2007-08-23 Torsten Irlaender <[email protected]> |
12 |
|
|
13 |
|
* contrib/extract-xfa-fields_and_options.xsl: Added small xsl script |
14 |
|
to extract fields and options in the XFA Data in teh PDF. This |
15 |
|
script might me handy to indicate changes between the different |
16 |
|
formular versions. |
17 |
|
|
18 |
|
2007-08-23 Sascha L. Teichmann <[email protected]> |
19 |
|
|
20 |
|
* tools/formed/formed/main.py: Add an 'all' mode to |
21 |
|
select all modes. ;-) |
22 |
|
|
23 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
24 |
|
|
25 |
|
* tools/formed/test-data/simple.xml, |
26 |
|
tools/formed/formed/model/data.py, |
27 |
|
tools/formed/formed/plugins/web/plugin.py, |
28 |
|
tools/formed/formed/plugins/web/renderer.py, |
29 |
|
tools/formed/formed/io/document.py, |
30 |
|
tools/formed/formed/main.py: Removed support for switch nodes. |
31 |
|
BEWARE: This breaks compatibility with older documents! |
32 |
|
|
33 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
34 |
|
|
35 |
|
* tools/formed/formed/plugins/web/plugin.py: Uses the |
36 |
|
getSelectedMode() from main now. |
37 |
|
|
38 |
|
* tools/formed/formed/main.py: selected mode is now hold |
39 |
|
in main. |
40 |
|
|
41 |
|
* tools/formed/formed/config.py: removed selected mode from |
42 |
|
env configuration. |
43 |
|
|
44 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
45 |
|
|
46 |
|
* tools/formed/formed/ui/controls.py: Attributes in GUI attribute |
47 |
|
table are now alphabetically sorted. |
48 |
|
|
49 |
2007-08-22 Sascha L. Teichmann <[email protected]> |
2007-08-22 Sascha L. Teichmann <[email protected]> |
50 |
|
|
51 |
* tools/formed/formed/model/nodecomponents.py: Added code to |
* tools/formed/formed/model/nodecomponents.py: Added code to |