/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 217 by frank, Fri Nov 16 17:14:15 2007 UTC revision 242 by teichmann, Wed Feb 27 07:13:31 2008 UTC
# Line 1  Line 1 
1    2008-02-27      Sascha L. Teichmann <[email protected]>
2            * tools/anonym/cron.importAnonXml.sh: Add sudo call for
3              xmlimport.py and parameters.
4    
5            * tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/
6    
7            * tools/anonym/xmlexport.py: Use python interpreter without env
8              because of sudo context.
9    
10    2008-02-26      Sascha L. Teichmann <[email protected]>
11    
12            * tools/anonym/xmlimport.py: added support for getopt. add
13              support to force in fkz in import of case.
14    
15    2008-02-26      Sascha L. Teichmann <[email protected]>
16    
17            * tools/anonym/xmlimport.py: Implemented logic to create/update cases.
18    
19            * tools/anonym/html.awk: produces valid HTML.
20    
21    2008-02-25      Sascha L. Teichmann <[email protected]>
22    
23            * tools/anonym/joincsv.py: Fix a logic bug.
24    
25    2008-02-25      Torsten Irlaender <[email protected]>
26    
27            * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing
28              exportted cases. It will read all files from a directory and import
29              the files into the DB. After that the script will cleanup the
30              directory.
31    
32    2008-02-25      Sascha L. Teichmann <[email protected]>
33    
34            * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.
35    
36    2008-02-25      Sascha L. Teichmann <[email protected]>
37    
38            * tools/anonym/joincsv.py: New. Joins CSV files.
39    
40            * tools/anonym/html.awk: New. Converts CSV to HTML
41    
42    2008-02-25      Sascha L. Teichmann <[email protected]>
43    
44            * tools/anonym/xmlimport.py: New. Added generation of
45              update statements.
46    
47    2008-02-25      Sascha L. Teichmann <[email protected]>
48    
49            * tools/anonym/xmlimport.py: New. Base for importing
50              XML from cron.
51    
52    2008-02-24      Sascha L. Teichmann <[email protected]>
53    
54            * tools/formed/formed/plugins/export/html2.py: New. plug-in
55              for a simplified HTML output
56    
57            * tools/formed/formed/plugins/export/typemap.py: New. plug-in
58              for dump schema as python dictionary.
59    
60            * tools/formed/formed/config.py: Enable new plug-ins. Out comment
61              old stored procedure and view generators.
62    
63    2008-02-19      Sascha L. Teichmann <[email protected]>
64    
65            * tools/anonym/xmlexport.py: New. Export all cases in database
66              as XML.
67    
68    2008-02-18      Sascha L. Teichmann <[email protected]>
69    
70            * tools/anonym/anoymncsv.py: separate field with '\t' now.
71              all '\t's are replaced by '   ' before. '\r\n' are removed too.
72    
73    2008-02-15      Sascha L. Teichmann <[email protected]>
74    
75            * tools/anonym/anoymncsv.py: simple script to fetch anonymous
76              data from database.
77    
78    2008-02-14      Sascha L. Teichmann <[email protected]>
79    
80            * tools/formed/formed/plugins/export/sql.py: Exchanged name
81              erase_value with suppress_value/suppress_value2.
82    
83    2008-02-13      Sascha L. Teichmann <[email protected]>
84    
85            * tools/formed/formed/plugins/export/sql.py: output id, master_id
86              substitute 'erase_value' with NULL value.
87    
88    2008-02-13      Sascha L. Teichmann <[email protected]>
89    
90            * tools/formed/formed/plugins/export/sql.py: output id, master_id
91              and uuid_id in anonymiziation views too.
92    
93    2008-02-13      Sascha L. Teichmann <[email protected]>
94    
95            * tools/formed/formed/plugins/export/sql.py: Added generation
96              of anonymiziation views for master table views and repeat group
97              views.
98    
99    2008-02-13      Sascha L. Teichmann <[email protected]>
100    
101            * tools/formed/formed/model/nodecomponents.py: Added attribute
102              "function"
103    
104            * tools/formed/formed/io/document.py: Save attributes in
105              alphabetical order.
106    
107    2008-02-02      Sascha L. Teichmann <[email protected]>
108    
109            * tools/formed/formed/plugins/export/sql.py: Added update rule
110              for master table and repeat groups views. Granted update right
111              to :cm_ka_group.
112    
113    2008-02-01      Sascha L. Teichmann <[email protected]>
114    
115            * tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id'
116              for master table and repeat groups. Also added unique constraints
117              to these columns.
118    
119    2007-12-10      Sascha L. Teichmann <[email protected]>
120    
121            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system
122              property 'root.element' to specify the name of the XML root.
123    
124            * pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted.
125    
126    2007-11-22      Sascha L. Teichmann <[email protected]>
127    
128            * pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts
129              for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde.
130    
131            * pdf2xfa/README.TXT: Add a remark to new boot scripts.
132    
133    2007-11-21      Sascha L. Teichmann <[email protected]>
134    
135            * pdf2xfa/src/de/intevation/pdfimport/Log.java: New.
136              Sends logging to file.
137    
138            * pdf2xfa/src/de/intevation/pdfimport/Server.java,
139              pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted
140              to use new logging.
141    
142            * pdf2xfa/README.TXT: Added remark how to use logging.
143    
144  2007-11-16      Frank Koormann <[email protected]>  2007-11-16      Frank Koormann <[email protected]>
145    
146          * tools/formed/formed/plugins/export/sql.py (createSchema):          * tools/formed/formed/plugins/export/sql.py (createSchema):
147          Append only column "bearbeiter_id", standins are modelled by a          Append only column "bearbeiter_id", standins are modelled by a
148          separate table.          separate table.
149    
150    2007-11-16      Sascha L. Teichmann <[email protected]>
151    
152            * tools/formed/formed/model/data.py,
153              tools/formed/formed/plugins/web/view_renderer.py:
154              Added an invisible flag for info fields.
155    
156  2007-11-07      Sascha L. Teichmann <[email protected]>  2007-11-07      Sascha L. Teichmann <[email protected]>
157    
158          * tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs          * tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs

Legend:
Removed from v.217  
changed lines
  Added in v.242

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26