/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.183  
changed lines
  Added in v.214

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26