/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.185  
changed lines
  Added in v.216

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26