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