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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26