1 |
|
2007-08-24 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/main.py: Little workaround for |
4 |
|
mode selection if someone adds an removes a mode. |
5 |
|
|
6 |
|
2007-08-24 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/test-data/simple.xml: Better test case for |
9 |
|
mode depended leaf items. |
10 |
|
|
11 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
12 |
|
to calculate the effective mode of an item. |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/export/html.py: Use effective |
15 |
|
mode. TODO: the 'all' modus return false results sometimes. |
16 |
|
Cause: The modes are only cumulated over time. Removal is |
17 |
|
not done. |
18 |
|
|
19 |
|
2007-08-24 Sascha L. Teichmann <[email protected]> |
20 |
|
|
21 |
|
* tools/formed/formed/plugins/export/html.py: Dump the items |
22 |
|
of radio groups and choices too. |
23 |
|
|
24 |
|
2007-08-24 Torsten Irlaender <[email protected]> |
25 |
|
|
26 |
|
* tools/formed/formed/plugins/names/filter.py: Modified the renaming |
27 |
|
by formular names to make the naming more database friendly. |
28 |
|
Now only alphanumeric and underscore chars is allowed. |
29 |
|
|
30 |
|
2007-08-24 Sascha L. Teichmann <[email protected]> |
31 |
|
|
32 |
|
* tools/formed/formed/plugins/export/html.py: Tweaked |
33 |
|
HTML table exporter a bit to be on par with the XSLT |
34 |
|
script. TODO: Dump items in radio and choice groups. |
35 |
|
|
36 |
|
2007-08-23 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
|
* tools/formed/formed/plugins/names/filter.py: Removed |
39 |
|
HTML and SQL exporters. |
40 |
|
|
41 |
|
* tools/formed/formed/plugins/export, |
42 |
|
tools/formed/formed/plugins/export/__init__.py, |
43 |
|
tools/formed/formed/plugins/export/sql.py, |
44 |
|
tools/formed/formed/plugins/export/html.py: New: Contain |
45 |
|
the HTML and the SQL exporters now. |
46 |
|
|
47 |
|
* tools/formed/formed/config.py: Use exporters from different |
48 |
|
package now. |
49 |
|
|
50 |
|
2007-08-23 Torsten Irlaender <[email protected]> |
51 |
|
|
52 |
|
* tools/formed/formed/plugins/names/filter.py: Added an |
53 |
|
pseudo SQL export filters. TODO: Move HTML and SQL filter |
54 |
|
in a new file (formed/plugins/export/htmlexport.py and |
55 |
|
sqlexport.py?) |
56 |
|
|
57 |
|
* tools/formed/formed/config.py: Install the new SQL filter. |
58 |
|
|
59 |
|
2007-08-23 Sascha L. Teichmann <[email protected]> |
60 |
|
|
61 |
|
* tools/formed/formed/model/nodecomponents.py: Added a depth() |
62 |
|
method to determine the depth of particular tree item. |
63 |
|
|
64 |
|
* tools/formed/formed/plugins/names/filter.py: Added an |
65 |
|
HTML export filters. TODO: needs more work. |
66 |
|
|
67 |
|
* tools/formed/formed/config.py: Install the new HTML filter. |
68 |
|
|
69 |
|
2007-08-23 Torsten Irlaender <[email protected]> |
70 |
|
|
71 |
|
* contrib/extract-xfa-fields_and_options.xsl: Added small xsl script |
72 |
|
to extract fields and options in the XFA Data in teh PDF. This |
73 |
|
script might me handy to indicate changes between the different |
74 |
|
formular versions. |
75 |
|
|
76 |
|
2007-08-23 Sascha L. Teichmann <[email protected]> |
77 |
|
|
78 |
|
* tools/formed/formed/main.py: Add an 'all' mode to |
79 |
|
select all modes. ;-) |
80 |
|
|
81 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
82 |
|
|
83 |
|
* tools/formed/test-data/simple.xml, |
84 |
|
tools/formed/formed/model/data.py, |
85 |
|
tools/formed/formed/plugins/web/plugin.py, |
86 |
|
tools/formed/formed/plugins/web/renderer.py, |
87 |
|
tools/formed/formed/io/document.py, |
88 |
|
tools/formed/formed/main.py: Removed support for switch nodes. |
89 |
|
BEWARE: This breaks compatibility with older documents! |
90 |
|
|
91 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
92 |
|
|
93 |
|
* tools/formed/formed/plugins/web/plugin.py: Uses the |
94 |
|
getSelectedMode() from main now. |
95 |
|
|
96 |
|
* tools/formed/formed/main.py: selected mode is now hold |
97 |
|
in main. |
98 |
|
|
99 |
|
* tools/formed/formed/config.py: removed selected mode from |
100 |
|
env configuration. |
101 |
|
|
102 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
103 |
|
|
104 |
|
* tools/formed/formed/ui/controls.py: Attributes in GUI attribute |
105 |
|
table are now alphabetically sorted. |
106 |
|
|
107 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
108 |
|
|
109 |
|
* tools/formed/formed/model/nodecomponents.py: Added code to |
110 |
|
establish the new 'modes' recursively. |
111 |
|
|
112 |
|
* tools/formed/formed/plugins/plugin.py: Pass main instead |
113 |
|
of cfg on plug-in start-up. |
114 |
|
|
115 |
|
* tools/formed/formed/plugins/web/plugin.py: Use the new |
116 |
|
'modes' attribute for rendering. |
117 |
|
|
118 |
|
* tools/formed/formed/plugins/web/renderer.py: Use decorators |
119 |
|
to check the new modes. |
120 |
|
|
121 |
|
* tools/formed/formed/main.py: Adjusted to new infrastructure. |
122 |
|
|
123 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
124 |
|
|
125 |
|
* tools/formed/formed/model/nodecomponents.py: Added an |
126 |
|
attribute 'modes' to NodeComponents. |
127 |
|
|
128 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
129 |
|
|
130 |
|
* tools/formed/formed/model/data.py: Small cosmetic cleanups |
131 |
|
|
132 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
133 |
|
|
134 |
|
* tools/formed/formed/plugins/web/renderer.py: Another fix |
135 |
|
for the hidden field. Argh! |
136 |
|
|
137 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
138 |
|
|
139 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed double |
140 |
|
generation of hidden page field. |
141 |
|
|
142 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
143 |
|
|
144 |
|
* tools/formed/formed/plugins/web/semantic.py: Added semantic |
145 |
|
checks for radio groups. |
146 |
|
|
147 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
148 |
|
|
149 |
|
* tools/formed/formed/plugins/web/semantic.py: Added semantic |
150 |
|
checks for choices. |
151 |
|
|
152 |
|
2007-08-21 Frank Koormann <[email protected]> |
153 |
|
|
154 |
|
* contrib/convert-formedtree2html.xsl: Display switch nodes as |
155 |
|
alternatives. |
156 |
|
|
157 |
|
2007-08-21 Frank Koormann <[email protected]> |
158 |
|
|
159 |
|
* contrib/convert-formedtree2html.xsl: |
160 |
|
Replace technical types with readable descriptions |
161 |
|
|
162 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
163 |
|
|
164 |
|
* tools/formed/formed/plugins/web/plugin.py: Fix a few smaller |
165 |
|
issues. 'action' looks for all widgets on a page now, goes |
166 |
|
through all passed parameters, tries to match them with the |
167 |
|
widgets of the page and put them into the semantic box. |
168 |
|
Afterwards a list of untouched page parameters are left |
169 |
|
which will be deleted from the semantic box. |
170 |
|
|
171 |
|
* tools/formed/formed/plugins/web/semantic.py: Simplified. |
172 |
|
The NodeComponent is passed as an argument now. |
173 |
|
|
174 |
|
* tools/formed/formed/plugins/web/renderer.py: Generate a |
175 |
|
hidden field to store the name of the page. |
176 |
|
|
177 |
2007-08-21 Sascha L. Teichmann <[email protected]> |
2007-08-21 Sascha L. Teichmann <[email protected]> |
178 |
|
|
179 |
* tools/formed/formed/plugins/web/plugin.py: Fixed an encoding |
* tools/formed/formed/plugins/web/plugin.py: Fixed an encoding |