1 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT |
4 |
|
rules referenced none existing views. |
5 |
|
|
6 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT |
9 |
|
rules for views. TODO: add UPDATE rules. |
10 |
|
|
11 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
14 |
|
the legacy SQL export filters. |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/export/sql.py: Factored out the |
17 |
|
legacy SQL export filters to old_sql. |
18 |
|
|
19 |
|
* tools/formed/formed/config.py: Adjusted to fetch legacy |
20 |
|
filters from old_sql. |
21 |
|
|
22 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
* pdf2xfa/**: Initial import of the PDF to XFA server. |
25 |
|
|
26 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
27 |
|
|
28 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
29 |
|
that made choices of three elements to booleans if |
30 |
|
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
31 |
|
|
32 |
|
2007-10-05 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools/formed/formed/plugins/export/sql.py: Select ids of |
35 |
|
underlaying tables in views too. |
36 |
|
|
37 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
38 |
|
|
39 |
|
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
40 |
|
Various bug fixes. |
41 |
|
|
42 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
43 |
|
|
44 |
|
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
45 |
|
to extract fields from embedded repeat groups. |
46 |
|
|
47 |
|
* tools/formed/formed/plugins/export/sql.py: The SQL exporter exports |
48 |
|
views per page too. Result not tested yet. |
49 |
|
|
50 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
51 |
|
|
52 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Ignore |
53 |
|
in-page repeat groups while rendering pages. |
54 |
|
|
55 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
56 |
|
|
57 |
|
* tools/formed/formed/model/nodecomponents.py: Added visitor |
58 |
|
traversals for document trees. |
59 |
|
|
60 |
|
* tools/formed/formed/model/data.py: Rewrote the |
61 |
|
Page.allWidgets() method to use new visitor for |
62 |
|
tree traversal. |
63 |
|
|
64 |
|
2007-09-27 Torsten Irlaender <[email protected]> |
65 |
|
|
66 |
|
* tools/formed/formed/plugins/names/filter.py: Pages are now included |
67 |
|
in the rename by formular name algorithm |
68 |
|
|
69 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
70 |
|
|
71 |
|
* tools/formed/formed/model/data.py: Removed old {next|prev}Page() |
72 |
|
TODO: rewrite Page.allWidgets(). |
73 |
|
|
74 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
75 |
|
Node.firstLevel(criterion) to walk a defined line in the tree. |
76 |
|
|
77 |
|
* tools/formed/formed/plugins/export/sql.py: Extract data suitable to |
78 |
|
build views and respective joins. |
79 |
|
|
80 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
81 |
|
|
82 |
|
* tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to |
83 |
|
FORMED environment variable. If set to true tidylib is used to |
84 |
|
filter HTML content to be W3C valid. To use this feature install |
85 |
|
uTidylib. |
86 |
|
|
87 |
|
* tools/formed/formed/plugins/web/server.py: Check if MIME type is |
88 |
|
text/html and filters content through tidy if requested. |
89 |
|
|
90 |
|
2007-09-25 Torsten Irlaender <[email protected]> |
91 |
|
|
92 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Small fix and |
93 |
|
cleanup of the form generation code. |
94 |
|
|
95 |
|
2007-09-21 Sascha L. Teichmann <[email protected]> |
96 |
|
|
97 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation time |
98 |
|
and DROP TABLE statements to schema export. |
99 |
|
|
100 |
|
2007-09-20 Sascha L. Teichmann <[email protected]> |
101 |
|
|
102 |
|
* tools/formed/formed/plugins/export/sql.py: The tables are generated |
103 |
|
in correct topolocial order now. |
104 |
|
|
105 |
|
2007-09-20 Sascha L. Teichmann <[email protected]> |
106 |
|
|
107 |
|
* tools/formed/formed/plugins/export/mode.py: New. Filter to export |
108 |
|
a document with items that are in given mode. |
109 |
|
|
110 |
|
* tools/formed/formed/model/nodecomponents.py: Added methods to clone |
111 |
|
trees depending on selected modes. |
112 |
|
|
113 |
|
* tools/formed/formed/model/data.py, tools/formed/formed/model/expr.py: |
114 |
|
Fixed clone issue with RuleNodes. |
115 |
|
|
116 |
|
* tools/formed/formed/config.py: Use new plug-in. |
117 |
|
|
118 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
119 |
|
|
120 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Make the |
121 |
|
view renderer a real view renderer. It takes a list of |
122 |
|
items now and not only a single page. |
123 |
|
|
124 |
|
* tools/formed/formed/plugins/web/renderer.py: Feed a list |
125 |
|
of items to the view renderer. |
126 |
|
|
127 |
|
2007-09-17 Torsten Irlaender <[email protected]> |
128 |
|
|
129 |
|
* tools/formed/formed/plugins/web/view_renderer.py: |
130 |
|
Small tweaks in rendering bools. |
131 |
|
RadioNodes (with all its children) can now be placed in a container. |
132 |
|
The radiobools will not get a surrounding <div> anymore. |
133 |
|
I am not sure if the new way results in the wanted behaivor, but the |
134 |
|
rendering results are much better now :) |
135 |
|
Maybe we need a similar approach for checkboxes? |
136 |
|
Rendering groups is still broken in some way. |
137 |
|
|
138 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
139 |
|
|
140 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Fixed |
141 |
|
a few bugs: Do not render empty containers, do not |
142 |
|
generate misplaced <br class="newline"> in choices. |
143 |
|
Add a nameless container to catch the items that are |
144 |
|
nor explicitly assigned to a target. Removed FormData. |
145 |
|
|
146 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed |
147 |
|
a needless import |
148 |
|
|
149 |
2007-09-17 Sascha L. Teichmann <[email protected]> |
2007-09-17 Sascha L. Teichmann <[email protected]> |
150 |
|
|
151 |
* tools/formed/formed/plugins/web/view_renderer.py: Implemented |
* tools/formed/formed/plugins/web/view_renderer.py: Implemented |