/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.184  
changed lines
  Added in v.224

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26