1 |
|
2007-08-24 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/html.py: Dump the items |
4 |
|
of radio groups and choices too. |
5 |
|
|
6 |
|
2007-08-24 Torsten Irlaender <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/names/filter.py: Modified the renaming |
9 |
|
by formular names to make the naming more database friendly. |
10 |
|
Now only alphanumeric and underscore chars is allowed. |
11 |
|
|
12 |
|
2007-08-24 Sascha L. Teichmann <[email protected]> |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/export/html.py: Tweaked |
15 |
|
HTML table exporter a bit to be on par with the XSLT |
16 |
|
script. TODO: Dump items in radio and choice groups. |
17 |
|
|
18 |
|
2007-08-23 Sascha L. Teichmann <[email protected]> |
19 |
|
|
20 |
|
* tools/formed/formed/plugins/names/filter.py: Removed |
21 |
|
HTML and SQL exporters. |
22 |
|
|
23 |
|
* tools/formed/formed/plugins/export, |
24 |
|
tools/formed/formed/plugins/export/__init__.py, |
25 |
|
tools/formed/formed/plugins/export/sql.py, |
26 |
|
tools/formed/formed/plugins/export/html.py: New: Contain |
27 |
|
the HTML and the SQL exporters now. |
28 |
|
|
29 |
|
* tools/formed/formed/config.py: Use exporters from different |
30 |
|
package now. |
31 |
|
|
32 |
|
2007-08-23 Torsten Irlaender <[email protected]> |
33 |
|
|
34 |
|
* tools/formed/formed/plugins/names/filter.py: Added an |
35 |
|
pseudo SQL export filters. TODO: Move HTML and SQL filter |
36 |
|
in a new file (formed/plugins/export/htmlexport.py and |
37 |
|
sqlexport.py?) |
38 |
|
|
39 |
|
* tools/formed/formed/config.py: Install the new SQL filter. |
40 |
|
|
41 |
|
2007-08-23 Sascha L. Teichmann <[email protected]> |
42 |
|
|
43 |
|
* tools/formed/formed/model/nodecomponents.py: Added a depth() |
44 |
|
method to determine the depth of particular tree item. |
45 |
|
|
46 |
|
* tools/formed/formed/plugins/names/filter.py: Added an |
47 |
|
HTML export filters. TODO: needs more work. |
48 |
|
|
49 |
|
* tools/formed/formed/config.py: Install the new HTML filter. |
50 |
|
|
51 |
2007-08-23 Torsten Irlaender <[email protected]> |
2007-08-23 Torsten Irlaender <[email protected]> |
52 |
|
|
53 |
* contrib/extract-xfa-fields_and_options.xsl: Added small xsl script |
* contrib/extract-xfa-fields_and_options.xsl: Added small xsl script |
55 |
script might me handy to indicate changes between the different |
script might me handy to indicate changes between the different |
56 |
formular versions. |
formular versions. |
57 |
|
|
58 |
2007-08-22 Sascha L. Teichmann <[email protected]> |
2007-08-23 Sascha L. Teichmann <[email protected]> |
59 |
|
|
60 |
* tools/formed/formed/main.py: Add an 'all' mode to |
* tools/formed/formed/main.py: Add an 'all' mode to |
61 |
select all modes. ;-) |
select all modes. ;-) |