/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.191  
changed lines
  Added in v.240

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26