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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26