1 |
|
2007-10-23 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views |
4 |
|
|
5 |
|
2007-10-23 Frank Koormann <[email protected]> |
6 |
|
|
7 |
|
* tools/formed/formed/plugins/export/sql.py: Set default |
8 |
|
value (-1) for choices and bools. |
9 |
|
|
10 |
|
2007-10-21 Frank Koormann <[email protected]> |
11 |
|
|
12 |
|
* tools/formed/formed/plugins/export/sql.py: Grant statements for |
13 |
|
descriptive tables added. |
14 |
|
(Table.getName): new |
15 |
|
|
16 |
|
2007-10-21 Frank Koormann <[email protected]> |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE" |
19 |
|
statements for views and roles to make updates easier. |
20 |
|
Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE. |
21 |
|
|
22 |
|
2007-10-19 Frank Koormann <[email protected]> |
23 |
|
|
24 |
|
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements |
25 |
|
for views. The statements are prepared for variable substitution |
26 |
|
when executing the SQL-scripts by psql. |
27 |
|
|
28 |
|
2007-10-18 Sascha L. Teichmann <[email protected]> |
29 |
|
|
30 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed: |
31 |
|
End of result XML was truncated because of an unflushed buffer. |
32 |
|
|
33 |
|
2007-10-17 Sascha L. Teichmann <[email protected]> |
34 |
|
|
35 |
|
* pdf2xfa/bin/build-jar.sh: New. Build production jar file. |
36 |
|
|
37 |
|
* pdf2xfa/README.TXT: Adjusted how to build production jar file |
38 |
|
and how to use it. |
39 |
|
|
40 |
|
* pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class |
41 |
|
and iText dependency. |
42 |
|
|
43 |
|
2007-10-16 Sascha L. Teichmann <[email protected]> |
44 |
|
|
45 |
|
* tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe' |
46 |
|
are not modeled as BOOLEANs any more. That simpifies the conversion |
47 |
|
process web vs. db. |
48 |
|
|
49 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
50 |
|
|
51 |
|
* tools/formed/formed/plugins/export/sql.py: Added the remaining |
52 |
|
UPDATE rules. |
53 |
|
|
54 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
|
* tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some |
57 |
|
views. TODO: Test'em and implement the rest. |
58 |
|
|
59 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
60 |
|
|
61 |
|
* tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT |
62 |
|
rules referenced none existing views. |
63 |
|
|
64 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
65 |
|
|
66 |
|
* tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT |
67 |
|
rules for views. TODO: add UPDATE rules. |
68 |
|
|
69 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
70 |
|
|
71 |
|
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
72 |
|
the legacy SQL export filters. |
73 |
|
|
74 |
|
* tools/formed/formed/plugins/export/sql.py: Factored out the |
75 |
|
legacy SQL export filters to old_sql. |
76 |
|
|
77 |
|
* tools/formed/formed/config.py: Adjusted to fetch legacy |
78 |
|
filters from old_sql. |
79 |
|
|
80 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
81 |
|
|
82 |
|
* pdf2xfa/**: Initial import of the PDF to XFA server. |
83 |
|
|
84 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
85 |
|
|
86 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
87 |
|
that made choices of three elements to booleans if |
88 |
|
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
89 |
|
|
90 |
|
2007-10-05 Sascha L. Teichmann <[email protected]> |
91 |
|
|
92 |
|
* tools/formed/formed/plugins/export/sql.py: Select ids of |
93 |
|
underlaying tables in views too. |
94 |
|
|
95 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
96 |
|
|
97 |
|
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
98 |
|
Various bug fixes. |
99 |
|
|
100 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
101 |
|
|
102 |
|
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
103 |
|
to extract fields from embedded repeat groups. |
104 |
|
|
105 |
|
* tools/formed/formed/plugins/export/sql.py: The SQL exporter exports |
106 |
|
views per page too. Result not tested yet. |
107 |
|
|
108 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
109 |
|
|
110 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Ignore |
111 |
|
in-page repeat groups while rendering pages. |
112 |
|
|
113 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
114 |
|
|
115 |
|
* tools/formed/formed/model/nodecomponents.py: Added visitor |
116 |
|
traversals for document trees. |
117 |
|
|
118 |
|
* tools/formed/formed/model/data.py: Rewrote the |
119 |
|
Page.allWidgets() method to use new visitor for |
120 |
|
tree traversal. |
121 |
|
|
122 |
|
2007-09-27 Torsten Irlaender <[email protected]> |
123 |
|
|
124 |
|
* tools/formed/formed/plugins/names/filter.py: Pages are now included |
125 |
|
in the rename by formular name algorithm |
126 |
|
|
127 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
128 |
|
|
129 |
|
* tools/formed/formed/model/data.py: Removed old {next|prev}Page() |
130 |
|
TODO: rewrite Page.allWidgets(). |
131 |
|
|
132 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
133 |
|
Node.firstLevel(criterion) to walk a defined line in the tree. |
134 |
|
|
135 |
|
* tools/formed/formed/plugins/export/sql.py: Extract data suitable to |
136 |
|
build views and respective joins. |
137 |
|
|
138 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
139 |
|
|
140 |
|
* tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to |
141 |
|
FORMED environment variable. If set to true tidylib is used to |
142 |
|
filter HTML content to be W3C valid. To use this feature install |
143 |
|
uTidylib. |
144 |
|
|
145 |
|
* tools/formed/formed/plugins/web/server.py: Check if MIME type is |
146 |
|
text/html and filters content through tidy if requested. |
147 |
|
|
148 |
|
2007-09-25 Torsten Irlaender <[email protected]> |
149 |
|
|
150 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Small fix and |
151 |
|
cleanup of the form generation code. |
152 |
|
|
153 |
|
2007-09-21 Sascha L. Teichmann <[email protected]> |
154 |
|
|
155 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation time |
156 |
|
and DROP TABLE statements to schema export. |
157 |
|
|
158 |
2007-09-20 Sascha L. Teichmann <[email protected]> |
2007-09-20 Sascha L. Teichmann <[email protected]> |
159 |
|
|
160 |
* tools/formed/formed/plugins/export/sql.py: The tables are generated |
* tools/formed/formed/plugins/export/sql.py: The tables are generated |