/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.186  
changed lines
  Added in v.217

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26