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