1 |
2007-08-22 Sascha L. Teichmann <[email protected]> |
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 |
* tools/formed/formed/main.py: Add an 'all' mode to |
44 |
select all modes. ;-) |
select all modes. ;-) |