1 |
|
2007-08-23 Torsten Irlaender <[email protected]> |
2 |
|
|
3 |
|
* contrib/extract-xfa-fields_and_options.xsl: Added small xsl script |
4 |
|
to extract fields and options in the XFA Data in teh PDF. This |
5 |
|
script might me handy to indicate changes between the different |
6 |
|
formular versions. |
7 |
|
|
8 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
9 |
|
|
10 |
|
* tools/formed/formed/main.py: Add an 'all' mode to |
11 |
|
select all modes. ;-) |
12 |
|
|
13 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
14 |
|
|
15 |
|
* tools/formed/test-data/simple.xml, |
16 |
|
tools/formed/formed/model/data.py, |
17 |
|
tools/formed/formed/plugins/web/plugin.py, |
18 |
|
tools/formed/formed/plugins/web/renderer.py, |
19 |
|
tools/formed/formed/io/document.py, |
20 |
|
tools/formed/formed/main.py: Removed support for switch nodes. |
21 |
|
BEWARE: This breaks compatibility with older documents! |
22 |
|
|
23 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
24 |
|
|
25 |
|
* tools/formed/formed/plugins/web/plugin.py: Uses the |
26 |
|
getSelectedMode() from main now. |
27 |
|
|
28 |
|
* tools/formed/formed/main.py: selected mode is now hold |
29 |
|
in main. |
30 |
|
|
31 |
|
* tools/formed/formed/config.py: removed selected mode from |
32 |
|
env configuration. |
33 |
|
|
34 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
35 |
|
|
36 |
|
* tools/formed/formed/ui/controls.py: Attributes in GUI attribute |
37 |
|
table are now alphabetically sorted. |
38 |
|
|
39 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
40 |
|
|
41 |
|
* tools/formed/formed/model/nodecomponents.py: Added code to |
42 |
|
establish the new 'modes' recursively. |
43 |
|
|
44 |
|
* tools/formed/formed/plugins/plugin.py: Pass main instead |
45 |
|
of cfg on plug-in start-up. |
46 |
|
|
47 |
|
* tools/formed/formed/plugins/web/plugin.py: Use the new |
48 |
|
'modes' attribute for rendering. |
49 |
|
|
50 |
|
* tools/formed/formed/plugins/web/renderer.py: Use decorators |
51 |
|
to check the new modes. |
52 |
|
|
53 |
|
* tools/formed/formed/main.py: Adjusted to new infrastructure. |
54 |
|
|
55 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
56 |
|
|
57 |
|
* tools/formed/formed/model/nodecomponents.py: Added an |
58 |
|
attribute 'modes' to NodeComponents. |
59 |
|
|
60 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
61 |
|
|
62 |
|
* tools/formed/formed/model/data.py: Small cosmetic cleanups |
63 |
|
|
64 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
65 |
|
|
66 |
|
* tools/formed/formed/plugins/web/renderer.py: Another fix |
67 |
|
for the hidden field. Argh! |
68 |
|
|
69 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
70 |
|
|
71 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed double |
72 |
|
generation of hidden page field. |
73 |
|
|
74 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
75 |
|
|
76 |
|
* tools/formed/formed/plugins/web/semantic.py: Added semantic |
77 |
|
checks for radio groups. |
78 |
|
|
79 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
80 |
|
|
81 |
|
* tools/formed/formed/plugins/web/semantic.py: Added semantic |
82 |
|
checks for choices. |
83 |
|
|
84 |
|
2007-08-21 Frank Koormann <[email protected]> |
85 |
|
|
86 |
|
* contrib/convert-formedtree2html.xsl: Display switch nodes as |
87 |
|
alternatives. |
88 |
|
|
89 |
|
2007-08-21 Frank Koormann <[email protected]> |
90 |
|
|
91 |
|
* contrib/convert-formedtree2html.xsl: |
92 |
|
Replace technical types with readable descriptions |
93 |
|
|
94 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
95 |
|
|
96 |
|
* tools/formed/formed/plugins/web/plugin.py: Fix a few smaller |
97 |
|
issues. 'action' looks for all widgets on a page now, goes |
98 |
|
through all passed parameters, tries to match them with the |
99 |
|
widgets of the page and put them into the semantic box. |
100 |
|
Afterwards a list of untouched page parameters are left |
101 |
|
which will be deleted from the semantic box. |
102 |
|
|
103 |
|
* tools/formed/formed/plugins/web/semantic.py: Simplified. |
104 |
|
The NodeComponent is passed as an argument now. |
105 |
|
|
106 |
|
* tools/formed/formed/plugins/web/renderer.py: Generate a |
107 |
|
hidden field to store the name of the page. |
108 |
|
|
109 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
110 |
|
|
111 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixed an encoding |
112 |
|
issue with incoming UTF-8 data. |
113 |
|
|
114 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
115 |
|
|
116 |
|
* tools/formed/test-data/simple.xml: Improve test for widgets |
117 |
|
in switches. |
118 |
|
|
119 |
|
* tools/formed/formed/model/data.py: Added a method to find all |
120 |
|
widgets in a given page. Fixed a bug when walking in switch |
121 |
|
with a given mode. |
122 |
|
|
123 |
|
* tools/formed/formed/plugins/web/plugin.py: Simple test for |
124 |
|
listing all widgets in page. |
125 |
|
|
126 |
2007-08-21 Torsten Irlaender <[email protected]> |
2007-08-21 Torsten Irlaender <[email protected]> |
127 |
|
|
128 |
* tools/formed/formed/plugins/names/filter.py: Fixed file-encoding to |
* tools/formed/formed/plugins/names/filter.py: Fixed file-encoding to |