1 |
|
2007-08-24 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/test-data/simple.xml: Better test case for |
4 |
|
mode depended leaf items. |
5 |
|
|
6 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
7 |
|
to calculate the effective mode of an item. |
8 |
|
|
9 |
|
* tools/formed/formed/plugins/export/html.py: Use effective |
10 |
|
mode. TODO: the 'all' modus return false results sometimes. |
11 |
|
Cause: The modes are only cumulated over time. Removal is |
12 |
|
not done. |
13 |
|
|
14 |
|
2007-08-24 Sascha L. Teichmann <[email protected]> |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/export/html.py: Dump the items |
17 |
|
of radio groups and choices too. |
18 |
|
|
19 |
|
2007-08-24 Torsten Irlaender <[email protected]> |
20 |
|
|
21 |
|
* tools/formed/formed/plugins/names/filter.py: Modified the renaming |
22 |
|
by formular names to make the naming more database friendly. |
23 |
|
Now only alphanumeric and underscore chars is allowed. |
24 |
|
|
25 |
|
2007-08-24 Sascha L. Teichmann <[email protected]> |
26 |
|
|
27 |
|
* tools/formed/formed/plugins/export/html.py: Tweaked |
28 |
|
HTML table exporter a bit to be on par with the XSLT |
29 |
|
script. TODO: Dump items in radio and choice groups. |
30 |
|
|
31 |
|
2007-08-23 Sascha L. Teichmann <[email protected]> |
32 |
|
|
33 |
|
* tools/formed/formed/plugins/names/filter.py: Removed |
34 |
|
HTML and SQL exporters. |
35 |
|
|
36 |
|
* tools/formed/formed/plugins/export, |
37 |
|
tools/formed/formed/plugins/export/__init__.py, |
38 |
|
tools/formed/formed/plugins/export/sql.py, |
39 |
|
tools/formed/formed/plugins/export/html.py: New: Contain |
40 |
|
the HTML and the SQL exporters now. |
41 |
|
|
42 |
|
* tools/formed/formed/config.py: Use exporters from different |
43 |
|
package now. |
44 |
|
|
45 |
|
2007-08-23 Torsten Irlaender <[email protected]> |
46 |
|
|
47 |
|
* tools/formed/formed/plugins/names/filter.py: Added an |
48 |
|
pseudo SQL export filters. TODO: Move HTML and SQL filter |
49 |
|
in a new file (formed/plugins/export/htmlexport.py and |
50 |
|
sqlexport.py?) |
51 |
|
|
52 |
|
* tools/formed/formed/config.py: Install the new SQL filter. |
53 |
|
|
54 |
|
2007-08-23 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
|
* tools/formed/formed/model/nodecomponents.py: Added a depth() |
57 |
|
method to determine the depth of particular tree item. |
58 |
|
|
59 |
|
* tools/formed/formed/plugins/names/filter.py: Added an |
60 |
|
HTML export filters. TODO: needs more work. |
61 |
|
|
62 |
|
* tools/formed/formed/config.py: Install the new HTML filter. |
63 |
|
|
64 |
|
2007-08-23 Torsten Irlaender <[email protected]> |
65 |
|
|
66 |
|
* contrib/extract-xfa-fields_and_options.xsl: Added small xsl script |
67 |
|
to extract fields and options in the XFA Data in teh PDF. This |
68 |
|
script might me handy to indicate changes between the different |
69 |
|
formular versions. |
70 |
|
|
71 |
|
2007-08-23 Sascha L. Teichmann <[email protected]> |
72 |
|
|
73 |
|
* tools/formed/formed/main.py: Add an 'all' mode to |
74 |
|
select all modes. ;-) |
75 |
|
|
76 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
77 |
|
|
78 |
|
* tools/formed/test-data/simple.xml, |
79 |
|
tools/formed/formed/model/data.py, |
80 |
|
tools/formed/formed/plugins/web/plugin.py, |
81 |
|
tools/formed/formed/plugins/web/renderer.py, |
82 |
|
tools/formed/formed/io/document.py, |
83 |
|
tools/formed/formed/main.py: Removed support for switch nodes. |
84 |
|
BEWARE: This breaks compatibility with older documents! |
85 |
|
|
86 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
87 |
|
|
88 |
|
* tools/formed/formed/plugins/web/plugin.py: Uses the |
89 |
|
getSelectedMode() from main now. |
90 |
|
|
91 |
|
* tools/formed/formed/main.py: selected mode is now hold |
92 |
|
in main. |
93 |
|
|
94 |
|
* tools/formed/formed/config.py: removed selected mode from |
95 |
|
env configuration. |
96 |
|
|
97 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
98 |
|
|
99 |
|
* tools/formed/formed/ui/controls.py: Attributes in GUI attribute |
100 |
|
table are now alphabetically sorted. |
101 |
|
|
102 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
103 |
|
|
104 |
|
* tools/formed/formed/model/nodecomponents.py: Added code to |
105 |
|
establish the new 'modes' recursively. |
106 |
|
|
107 |
|
* tools/formed/formed/plugins/plugin.py: Pass main instead |
108 |
|
of cfg on plug-in start-up. |
109 |
|
|
110 |
|
* tools/formed/formed/plugins/web/plugin.py: Use the new |
111 |
|
'modes' attribute for rendering. |
112 |
|
|
113 |
|
* tools/formed/formed/plugins/web/renderer.py: Use decorators |
114 |
|
to check the new modes. |
115 |
|
|
116 |
|
* tools/formed/formed/main.py: Adjusted to new infrastructure. |
117 |
|
|
118 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
119 |
|
|
120 |
|
* tools/formed/formed/model/nodecomponents.py: Added an |
121 |
|
attribute 'modes' to NodeComponents. |
122 |
|
|
123 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
124 |
|
|
125 |
|
* tools/formed/formed/model/data.py: Small cosmetic cleanups |
126 |
|
|
127 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
128 |
|
|
129 |
|
* tools/formed/formed/plugins/web/renderer.py: Another fix |
130 |
|
for the hidden field. Argh! |
131 |
|
|
132 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
133 |
|
|
134 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed double |
135 |
|
generation of hidden page field. |
136 |
|
|
137 |
2007-08-21 Sascha L. Teichmann <[email protected]> |
2007-08-21 Sascha L. Teichmann <[email protected]> |
138 |
|
|
139 |
* tools/formed/formed/plugins/web/semantic.py: Added semantic |
* tools/formed/formed/plugins/web/semantic.py: Added semantic |