/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.187  
changed lines
  Added in v.231

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26