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