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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26