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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26