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