1 |
|
2008-02-02 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py: Added update rule |
4 |
|
for master table and repeat groups views. Granted update right |
5 |
|
to :cm_ka_group. |
6 |
|
|
7 |
|
2008-02-01 Sascha L. Teichmann <[email protected]> |
8 |
|
|
9 |
|
* tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id' |
10 |
|
for master table and repeat groups. Also added unique constraints |
11 |
|
to these columns. |
12 |
|
|
13 |
|
2007-12-10 Sascha L. Teichmann <[email protected]> |
14 |
|
|
15 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system |
16 |
|
property 'root.element' to specify the name of the XML root. |
17 |
|
|
18 |
|
* pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted. |
19 |
|
|
20 |
|
2007-11-22 Sascha L. Teichmann <[email protected]> |
21 |
|
|
22 |
|
* pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts |
23 |
|
for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde. |
24 |
|
|
25 |
|
* pdf2xfa/README.TXT: Add a remark to new boot scripts. |
26 |
|
|
27 |
|
2007-11-21 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* pdf2xfa/src/de/intevation/pdfimport/Log.java: New. |
30 |
|
Sends logging to file. |
31 |
|
|
32 |
|
* pdf2xfa/src/de/intevation/pdfimport/Server.java, |
33 |
|
pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted |
34 |
|
to use new logging. |
35 |
|
|
36 |
|
* pdf2xfa/README.TXT: Added remark how to use logging. |
37 |
|
|
38 |
|
2007-11-16 Frank Koormann <[email protected]> |
39 |
|
|
40 |
|
* tools/formed/formed/plugins/export/sql.py (createSchema): |
41 |
|
Append only column "bearbeiter_id", standins are modelled by a |
42 |
|
separate table. |
43 |
|
|
44 |
|
2007-11-16 Sascha L. Teichmann <[email protected]> |
45 |
|
|
46 |
|
* tools/formed/formed/model/data.py, |
47 |
|
tools/formed/formed/plugins/web/view_renderer.py: |
48 |
|
Added an invisible flag for info fields. |
49 |
|
|
50 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
51 |
|
|
52 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs |
53 |
|
(calling a wrong method). |
54 |
|
|
55 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
56 |
|
|
57 |
|
* tools/formed/formed/model/nodecomponents.py: Added a field |
58 |
|
'alternative' to all node components. This might be of help to |
59 |
|
match PDF imports where the descriptions do not match. |
60 |
|
|
61 |
|
2007-10-23 Frank Koormann <[email protected]> |
62 |
|
|
63 |
|
* tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views |
64 |
|
|
65 |
|
2007-10-23 Frank Koormann <[email protected]> |
66 |
|
|
67 |
|
* tools/formed/formed/plugins/export/sql.py: Set default |
68 |
|
value (-1) for choices and bools. |
69 |
|
|
70 |
2007-10-21 Frank Koormann <[email protected]> |
2007-10-21 Frank Koormann <[email protected]> |
71 |
|
|
72 |
|
* tools/formed/formed/plugins/export/sql.py: Grant statements for |
73 |
|
descriptive tables added. |
74 |
|
(Table.getName): new |
75 |
|
|
76 |
|
2007-10-21 Frank Koormann <[email protected]> |
77 |
|
|
78 |
* tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE" |
* tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE" |
79 |
statements for views and roles to make updates easier. |
statements for views and roles to make updates easier. |
80 |
Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE. |
Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE. |
81 |
|
|
82 |
2007-10-19 Frank Koormann <[email protected]> |
2007-10-19 Frank Koormann <[email protected]> |
83 |
|
|
84 |
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements |
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements |
85 |
for views. The statements are prepared for variable substitution |
for views. The statements are prepared for variable substitution |
86 |
when executing the SQL-scripts by psql. |
when executing the SQL-scripts by psql. |