/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.186  
changed lines
  Added in v.230

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26