1 |
|
2007-08-23 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/names/filter.py: Removed |
4 |
|
HTML and SQL exporters. |
5 |
|
|
6 |
|
* tools/formed/formed/plugins/export, |
7 |
|
tools/formed/formed/plugins/export/__init__.py, |
8 |
|
tools/formed/formed/plugins/export/sql.py, |
9 |
|
tools/formed/formed/plugins/export/html.py: New: Contain |
10 |
|
the HTML and the SQL exporters now. |
11 |
|
|
12 |
|
* tools/formed/formed/config.py: Use exporters from different |
13 |
|
package now. |
14 |
|
|
15 |
|
2007-08-23 Torsten Irlaender <[email protected]> |
16 |
|
|
17 |
|
* tools/formed/formed/plugins/names/filter.py: Added an |
18 |
|
pseudo SQL export filters. TODO: Move HTML and SQL filter |
19 |
|
in a new file (formed/plugins/export/htmlexport.py and |
20 |
|
sqlexport.py?) |
21 |
|
|
22 |
|
* tools/formed/formed/config.py: Install the new SQL filter. |
23 |
|
|
24 |
|
2007-08-23 Sascha L. Teichmann <[email protected]> |
25 |
|
|
26 |
|
* tools/formed/formed/model/nodecomponents.py: Added a depth() |
27 |
|
method to determine the depth of particular tree item. |
28 |
|
|
29 |
|
* tools/formed/formed/plugins/names/filter.py: Added an |
30 |
|
HTML export filters. TODO: needs more work. |
31 |
|
|
32 |
|
* tools/formed/formed/config.py: Install the new HTML filter. |
33 |
|
|
34 |
|
2007-08-23 Torsten Irlaender <[email protected]> |
35 |
|
|
36 |
|
* contrib/extract-xfa-fields_and_options.xsl: Added small xsl script |
37 |
|
to extract fields and options in the XFA Data in teh PDF. This |
38 |
|
script might me handy to indicate changes between the different |
39 |
|
formular versions. |
40 |
|
|
41 |
|
2007-08-23 Sascha L. Teichmann <[email protected]> |
42 |
|
|
43 |
|
* tools/formed/formed/main.py: Add an 'all' mode to |
44 |
|
select all modes. ;-) |
45 |
|
|
46 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
47 |
|
|
48 |
|
* tools/formed/test-data/simple.xml, |
49 |
|
tools/formed/formed/model/data.py, |
50 |
|
tools/formed/formed/plugins/web/plugin.py, |
51 |
|
tools/formed/formed/plugins/web/renderer.py, |
52 |
|
tools/formed/formed/io/document.py, |
53 |
|
tools/formed/formed/main.py: Removed support for switch nodes. |
54 |
|
BEWARE: This breaks compatibility with older documents! |
55 |
|
|
56 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
57 |
|
|
58 |
|
* tools/formed/formed/plugins/web/plugin.py: Uses the |
59 |
|
getSelectedMode() from main now. |
60 |
|
|
61 |
|
* tools/formed/formed/main.py: selected mode is now hold |
62 |
|
in main. |
63 |
|
|
64 |
|
* tools/formed/formed/config.py: removed selected mode from |
65 |
|
env configuration. |
66 |
|
|
67 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
68 |
|
|
69 |
|
* tools/formed/formed/ui/controls.py: Attributes in GUI attribute |
70 |
|
table are now alphabetically sorted. |
71 |
|
|
72 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
73 |
|
|
74 |
|
* tools/formed/formed/model/nodecomponents.py: Added code to |
75 |
|
establish the new 'modes' recursively. |
76 |
|
|
77 |
|
* tools/formed/formed/plugins/plugin.py: Pass main instead |
78 |
|
of cfg on plug-in start-up. |
79 |
|
|
80 |
|
* tools/formed/formed/plugins/web/plugin.py: Use the new |
81 |
|
'modes' attribute for rendering. |
82 |
|
|
83 |
|
* tools/formed/formed/plugins/web/renderer.py: Use decorators |
84 |
|
to check the new modes. |
85 |
|
|
86 |
|
* tools/formed/formed/main.py: Adjusted to new infrastructure. |
87 |
|
|
88 |
2007-08-22 Sascha L. Teichmann <[email protected]> |
2007-08-22 Sascha L. Teichmann <[email protected]> |
89 |
|
|
90 |
* tools/formed/formed/model/nodecomponents.py: Added an |
* tools/formed/formed/model/nodecomponents.py: Added an |