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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26