/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 204 by teichmann, Sun Oct 7 10:37:02 2007 UTC revision 227 by teichmann, Wed Feb 13 16:44:26 2008 UTC
# Line 1  Line 1 
1    2008-02-13      Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/plugins/export/sql.py: output id, master_id
4              substitute 'erase_value' with NULL value.
5    
6    2008-02-13      Sascha L. Teichmann <[email protected]>
7    
8            * tools/formed/formed/plugins/export/sql.py: output id, master_id
9              and uuid_id in anonymiziation views too.
10    
11    2008-02-13      Sascha L. Teichmann <[email protected]>
12    
13            * tools/formed/formed/plugins/export/sql.py: Added generation
14              of anonymiziation views for master table views and repeat group
15              views.
16    
17    2008-02-13      Sascha L. Teichmann <[email protected]>
18    
19            * tools/formed/formed/model/nodecomponents.py: Added attribute
20              "function"
21    
22            * tools/formed/formed/io/document.py: Save attributes in
23              alphabetical order.
24    
25    2008-02-02      Sascha L. Teichmann <[email protected]>
26    
27            * tools/formed/formed/plugins/export/sql.py: Added update rule
28              for master table and repeat groups views. Granted update right
29              to :cm_ka_group.
30    
31    2008-02-01      Sascha L. Teichmann <[email protected]>
32    
33            * tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id'
34              for master table and repeat groups. Also added unique constraints
35              to these columns.
36    
37    2007-12-10      Sascha L. Teichmann <[email protected]>
38    
39            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system
40              property 'root.element' to specify the name of the XML root.
41    
42            * pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted.
43    
44    2007-11-22      Sascha L. Teichmann <[email protected]>
45    
46            * pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts
47              for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde.
48    
49            * pdf2xfa/README.TXT: Add a remark to new boot scripts.
50    
51    2007-11-21      Sascha L. Teichmann <[email protected]>
52    
53            * pdf2xfa/src/de/intevation/pdfimport/Log.java: New.
54              Sends logging to file.
55    
56            * pdf2xfa/src/de/intevation/pdfimport/Server.java,
57              pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted
58              to use new logging.
59    
60            * pdf2xfa/README.TXT: Added remark how to use logging.
61    
62    2007-11-16      Frank Koormann <[email protected]>
63    
64            * tools/formed/formed/plugins/export/sql.py (createSchema):
65            Append only column "bearbeiter_id", standins are modelled by a
66            separate table.
67    
68    2007-11-16      Sascha L. Teichmann <[email protected]>
69    
70            * tools/formed/formed/model/data.py,
71              tools/formed/formed/plugins/web/view_renderer.py:
72              Added an invisible flag for info fields.
73    
74    2007-11-07      Sascha L. Teichmann <[email protected]>
75    
76            * tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs
77              (calling a wrong method).
78    
79    2007-11-07      Sascha L. Teichmann <[email protected]>
80    
81            * tools/formed/formed/model/nodecomponents.py: Added a field
82              'alternative' to all node components. This might be of help to
83              match PDF imports where the descriptions do not match.
84    
85    2007-10-23      Frank Koormann <[email protected]>
86    
87            * tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views
88    
89    2007-10-23      Frank Koormann <[email protected]>
90    
91            * tools/formed/formed/plugins/export/sql.py: Set default
92            value (-1) for choices and bools.
93    
94    2007-10-21      Frank Koormann <[email protected]>
95    
96            * tools/formed/formed/plugins/export/sql.py: Grant statements for
97            descriptive tables added.
98            (Table.getName): new
99    
100    2007-10-21      Frank Koormann <[email protected]>
101    
102            * tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE"
103            statements for views and roles to make updates easier.
104            Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE.
105    
106    2007-10-19      Frank Koormann <[email protected]>
107    
108            * tools/formed/formed/plugins/export/sql.py: Added GRANT statements
109            for views. The statements are prepared for variable substitution
110            when executing the SQL-scripts by psql.
111    
112    2007-10-18      Sascha L. Teichmann <[email protected]>
113    
114            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed:
115              End of result XML was truncated because of an unflushed buffer.
116    
117    2007-10-17      Sascha L. Teichmann <[email protected]>
118    
119            * pdf2xfa/bin/build-jar.sh: New. Build production jar file.
120    
121            * pdf2xfa/README.TXT: Adjusted how to build production jar file
122              and how to use it.
123    
124            * pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class
125              and iText dependency.
126    
127    2007-10-16      Sascha L. Teichmann <[email protected]>
128    
129            * tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe'
130              are not modeled as BOOLEANs any more. That simpifies the conversion
131              process web vs. db.
132    
133    2007-10-07      Sascha L. Teichmann <[email protected]>
134    
135            * tools/formed/formed/plugins/export/sql.py: Added the remaining
136              UPDATE rules.
137    
138    2007-10-07      Sascha L. Teichmann <[email protected]>
139    
140            * tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some
141              views. TODO: Test'em and implement the rest.
142    
143  2007-10-07      Sascha L. Teichmann <[email protected]>  2007-10-07      Sascha L. Teichmann <[email protected]>
144    
145          * tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT          * tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT

Legend:
Removed from v.204  
changed lines
  Added in v.227

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26