1 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* pdf2xfa/**: Initial import of the PDF to XFA server. |
4 |
|
|
5 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
6 |
|
|
7 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
8 |
|
that made choices of three elements to booleans if |
9 |
|
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
10 |
|
|
11 |
|
2007-10-05 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/export/sql.py: Select ids of |
14 |
|
underlaying tables in views too. |
15 |
|
|
16 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
19 |
|
Various bug fixes. |
20 |
|
|
21 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
22 |
|
|
23 |
|
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
24 |
|
to extract fields from embedded repeat groups. |
25 |
|
|
26 |
|
* tools/formed/formed/plugins/export/sql.py: The SQL exporter exports |
27 |
|
views per page too. Result not tested yet. |
28 |
|
|
29 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
30 |
|
|
31 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Ignore |
32 |
|
in-page repeat groups while rendering pages. |
33 |
|
|
34 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
35 |
|
|
36 |
|
* tools/formed/formed/model/nodecomponents.py: Added visitor |
37 |
|
traversals for document trees. |
38 |
|
|
39 |
|
* tools/formed/formed/model/data.py: Rewrote the |
40 |
|
Page.allWidgets() method to use new visitor for |
41 |
|
tree traversal. |
42 |
|
|
43 |
|
2007-09-27 Torsten Irlaender <[email protected]> |
44 |
|
|
45 |
|
* tools/formed/formed/plugins/names/filter.py: Pages are now included |
46 |
|
in the rename by formular name algorithm |
47 |
|
|
48 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
|
* tools/formed/formed/model/data.py: Removed old {next|prev}Page() |
51 |
|
TODO: rewrite Page.allWidgets(). |
52 |
|
|
53 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
54 |
|
Node.firstLevel(criterion) to walk a defined line in the tree. |
55 |
|
|
56 |
|
* tools/formed/formed/plugins/export/sql.py: Extract data suitable to |
57 |
|
build views and respective joins. |
58 |
|
|
59 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
60 |
|
|
61 |
|
* tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to |
62 |
|
FORMED environment variable. If set to true tidylib is used to |
63 |
|
filter HTML content to be W3C valid. To use this feature install |
64 |
|
uTidylib. |
65 |
|
|
66 |
|
* tools/formed/formed/plugins/web/server.py: Check if MIME type is |
67 |
|
text/html and filters content through tidy if requested. |
68 |
|
|
69 |
|
2007-09-25 Torsten Irlaender <[email protected]> |
70 |
|
|
71 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Small fix and |
72 |
|
cleanup of the form generation code. |
73 |
|
|
74 |
2007-09-21 Sascha L. Teichmann <[email protected]> |
2007-09-21 Sascha L. Teichmann <[email protected]> |
75 |
|
|
76 |
* tools/formed/formed/plugins/export/sql.py: Added generation time |
* tools/formed/formed/plugins/export/sql.py: Added generation time |