/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 194 by torsten, Thu Sep 27 10:18:08 2007 UTC revision 221 by teichmann, Mon Dec 10 14:03:52 2007 UTC
# Line 1  Line 1 
1    2007-12-10      Sascha L. Teichmann <[email protected]>
2    
3            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system
4              property 'root.element' to specify the name of the XML root.
5    
6            * pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted.
7    
8    2007-11-22      Sascha L. Teichmann <[email protected]>
9    
10            * pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts
11              for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde.
12    
13            * pdf2xfa/README.TXT: Add a remark to new boot scripts.
14    
15    2007-11-21      Sascha L. Teichmann <[email protected]>
16    
17            * pdf2xfa/src/de/intevation/pdfimport/Log.java: New.
18              Sends logging to file.
19    
20            * pdf2xfa/src/de/intevation/pdfimport/Server.java,
21              pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted
22              to use new logging.
23    
24            * pdf2xfa/README.TXT: Added remark how to use logging.
25    
26    2007-11-16      Frank Koormann <[email protected]>
27    
28            * tools/formed/formed/plugins/export/sql.py (createSchema):
29            Append only column "bearbeiter_id", standins are modelled by a
30            separate table.
31    
32    2007-11-16      Sascha L. Teichmann <[email protected]>
33    
34            * tools/formed/formed/model/data.py,
35              tools/formed/formed/plugins/web/view_renderer.py:
36              Added an invisible flag for info fields.
37    
38    2007-11-07      Sascha L. Teichmann <[email protected]>
39    
40            * tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs
41              (calling a wrong method).
42    
43    2007-11-07      Sascha L. Teichmann <[email protected]>
44    
45            * tools/formed/formed/model/nodecomponents.py: Added a field
46              'alternative' to all node components. This might be of help to
47              match PDF imports where the descriptions do not match.
48    
49    2007-10-23      Frank Koormann <[email protected]>
50    
51            * tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views
52    
53    2007-10-23      Frank Koormann <[email protected]>
54    
55            * tools/formed/formed/plugins/export/sql.py: Set default
56            value (-1) for choices and bools.
57    
58    2007-10-21      Frank Koormann <[email protected]>
59    
60            * tools/formed/formed/plugins/export/sql.py: Grant statements for
61            descriptive tables added.
62            (Table.getName): new
63    
64    2007-10-21      Frank Koormann <[email protected]>
65    
66            * tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE"
67            statements for views and roles to make updates easier.
68            Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE.
69    
70    2007-10-19      Frank Koormann <[email protected]>
71    
72            * tools/formed/formed/plugins/export/sql.py: Added GRANT statements
73            for views. The statements are prepared for variable substitution
74            when executing the SQL-scripts by psql.
75    
76    2007-10-18      Sascha L. Teichmann <[email protected]>
77    
78            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed:
79              End of result XML was truncated because of an unflushed buffer.
80    
81    2007-10-17      Sascha L. Teichmann <[email protected]>
82    
83            * pdf2xfa/bin/build-jar.sh: New. Build production jar file.
84    
85            * pdf2xfa/README.TXT: Adjusted how to build production jar file
86              and how to use it.
87    
88            * pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class
89              and iText dependency.
90    
91    2007-10-16      Sascha L. Teichmann <[email protected]>
92    
93            * tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe'
94              are not modeled as BOOLEANs any more. That simpifies the conversion
95              process web vs. db.
96    
97    2007-10-07      Sascha L. Teichmann <[email protected]>
98    
99            * tools/formed/formed/plugins/export/sql.py: Added the remaining
100              UPDATE rules.
101    
102    2007-10-07      Sascha L. Teichmann <[email protected]>
103    
104            * tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some
105              views. TODO: Test'em and implement the rest.
106    
107    2007-10-07      Sascha L. Teichmann <[email protected]>
108    
109            * tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT
110              rules referenced none existing views.
111    
112    2007-10-07      Sascha L. Teichmann <[email protected]>
113    
114            * tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT
115              rules for views. TODO: add UPDATE rules.
116    
117    2007-10-07      Sascha L. Teichmann <[email protected]>
118    
119            * tools/formed/formed/plugins/export/old_sql.py: New. Contains
120              the legacy SQL export filters.
121    
122            * tools/formed/formed/plugins/export/sql.py: Factored out the
123              legacy SQL export filters to old_sql.
124    
125            * tools/formed/formed/config.py: Adjusted to fetch legacy
126              filters from old_sql.
127    
128    2007-10-06      Sascha L. Teichmann <[email protected]>
129    
130            * pdf2xfa/**: Initial import of the PDF to XFA server.
131    
132    2007-10-06      Sascha L. Teichmann <[email protected]>
133    
134            * tools/formed/formed/plugins/export/sql.py: Fixed bug
135              that made choices of three elements to booleans if
136              they have other meanings than 'Ja', 'Nein', 'keine Angabe'.
137    
138    2007-10-05      Sascha L. Teichmann <[email protected]>
139    
140            * tools/formed/formed/plugins/export/sql.py: Select ids of
141              underlaying tables in views too.
142    
143    2007-10-04      Sascha L. Teichmann <[email protected]>
144    
145            * tools/formed/formed/plugins/export/sql.py: Create schema inside transaction.
146              Various bug fixes.
147    
148    2007-10-04      Sascha L. Teichmann <[email protected]>
149    
150            * tools/formed/formed/model/data.py: Added GroupNode.allWidgets()
151              to extract fields from embedded repeat groups.
152    
153            * tools/formed/formed/plugins/export/sql.py: The SQL exporter exports
154              views per page too. Result not tested yet.
155    
156    2007-10-01      Sascha L. Teichmann <[email protected]>
157    
158            * tools/formed/formed/plugins/web/view_renderer.py: Ignore
159              in-page repeat groups while rendering pages.
160    
161    2007-10-01      Sascha L. Teichmann <[email protected]>
162    
163            * tools/formed/formed/model/nodecomponents.py: Added visitor
164              traversals for document trees.
165    
166            * tools/formed/formed/model/data.py: Rewrote the
167              Page.allWidgets() method to use new visitor for
168              tree traversal.
169    
170  2007-09-27      Torsten Irlaender <[email protected]>  2007-09-27      Torsten Irlaender <[email protected]>
171    
172          * tools/formed/formed/plugins/names/filter.py: Pages are now included          * tools/formed/formed/plugins/names/filter.py: Pages are now included
173            in the rename by formular name  algorithm            in the rename by formular name  algorithm
174    

Legend:
Removed from v.194  
changed lines
  Added in v.221

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26