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]> |
75 |
|
|
76 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation time |
77 |
|
and DROP TABLE statements to schema export. |
78 |
|
|
79 |
|
2007-09-20 Sascha L. Teichmann <[email protected]> |
80 |
|
|
81 |
|
* tools/formed/formed/plugins/export/sql.py: The tables are generated |
82 |
|
in correct topolocial order now. |
83 |
|
|
84 |
|
2007-09-20 Sascha L. Teichmann <[email protected]> |
85 |
|
|
86 |
|
* tools/formed/formed/plugins/export/mode.py: New. Filter to export |
87 |
|
a document with items that are in given mode. |
88 |
|
|
89 |
|
* tools/formed/formed/model/nodecomponents.py: Added methods to clone |
90 |
|
trees depending on selected modes. |
91 |
|
|
92 |
|
* tools/formed/formed/model/data.py, tools/formed/formed/model/expr.py: |
93 |
|
Fixed clone issue with RuleNodes. |
94 |
|
|
95 |
|
* tools/formed/formed/config.py: Use new plug-in. |
96 |
|
|
97 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
98 |
|
|
99 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Make the |
100 |
|
view renderer a real view renderer. It takes a list of |
101 |
|
items now and not only a single page. |
102 |
|
|
103 |
|
* tools/formed/formed/plugins/web/renderer.py: Feed a list |
104 |
|
of items to the view renderer. |
105 |
|
|
106 |
|
2007-09-17 Torsten Irlaender <[email protected]> |
107 |
|
|
108 |
|
* tools/formed/formed/plugins/web/view_renderer.py: |
109 |
|
Small tweaks in rendering bools. |
110 |
|
RadioNodes (with all its children) can now be placed in a container. |
111 |
|
The radiobools will not get a surrounding <div> anymore. |
112 |
|
I am not sure if the new way results in the wanted behaivor, but the |
113 |
|
rendering results are much better now :) |
114 |
|
Maybe we need a similar approach for checkboxes? |
115 |
|
Rendering groups is still broken in some way. |
116 |
|
|
117 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
118 |
|
|
119 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Fixed |
120 |
|
a few bugs: Do not render empty containers, do not |
121 |
|
generate misplaced <br class="newline"> in choices. |
122 |
|
Add a nameless container to catch the items that are |
123 |
|
nor explicitly assigned to a target. Removed FormData. |
124 |
|
|
125 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed |
126 |
|
a needless import |
127 |
|
|
128 |
2007-09-17 Sascha L. Teichmann <[email protected]> |
2007-09-17 Sascha L. Teichmann <[email protected]> |
129 |
|
|
130 |
* tools/formed/formed/plugins/web/view_renderer.py: Implemented |
* tools/formed/formed/plugins/web/view_renderer.py: Implemented |