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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26