/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.189  
changed lines
  Added in v.220

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26