/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 239 by teichmann, Mon Feb 25 21:51:02 2008 UTC revision 291 by teichmann, Thu Sep 4 10:37:32 2008 UTC
# Line 1  Line 1 
1    2008-09-04      Sascha L. Teichmann <[email protected]>
2    
3            * doc/beschreibung.txt: New. Initial description of FormEd (german).
4    
5    2008-08-22      Sascha L. Teichmann <[email protected]>
6    
7            * formed/formed/model/nodecomponents.py: Added attribute 'flags'.
8    
9    2008-08-21      Sascha L. Teichmann <[email protected]>
10    
11            * formed/formed/io/document.py: Indent tree while saving
12            * formed/formed/main.py: removed needless print
13    
14    2008-08-15      Sascha L. Teichmann <[email protected]>
15    
16            * LICENSE: New GPLv3
17            * */*.py, *.sh: Added reference to LICENSE
18    
19    2008-08-15      Sascha L. Teichmann <[email protected]>
20    
21            * tools: removed because there a no tools any more.
22    
23    2008-08-15      Sascha L. Teichmann <[email protected]>
24    
25            * tools/formed: moved one level up because its the only
26              part of this project now.
27    
28    2008-08-15      Sascha L. Teichmann <[email protected]>
29    
30            * tools/anonym/*: Removed as it belongs to mpuls WASKA
31    
32    2008-08-15      Sascha L. Teichmann <[email protected]>
33    
34            * pdf2xfa/*: removed. It belongs to mpuls
35    
36    2008-08-13 L. Teichmann <[email protected]>
37    
38            i18n of the plug-ins:
39            * tools/formed/formed/plugins/export/diff.py,
40              tools/formed/formed/plugins/export/data.py,
41              tools/formed/formed/plugins/export/old_sql.py,
42              tools/formed/formed/plugins/export/latex.py,
43              tools/formed/formed/plugins/export/xsd.py,
44              tools/formed/formed/plugins/export/sql.py,
45              tools/formed/formed/plugins/export/typemap.py,
46              tools/formed/formed/plugins/export/html.py,
47              tools/formed/formed/plugins/export/mode.py,
48              tools/formed/formed/plugins/export/html2.py,
49              tools/formed/formed/plugins/export/xls.py,
50              tools/formed/formed/plugins/names/filter.py,
51              tools/formed/formed/plugins/plugin.py,
52              tools/formed/formed/plugins/web/help.py,
53              tools/formed/formed/plugins/web/form_renderer.py,
54              tools/formed/formed/plugins/web/plugin.py,
55              tools/formed/formed/plugins/web/error_renderer.py,
56              tools/formed/formed/plugins/web/view_renderer.py,
57              tools/formed/formed/plugins/web/semantic.py,
58              tools/formed/formed/plugins/web/cache.py,
59              tools/formed/formed/plugins/web/server.py,
60              tools/formed/formed/plugins/web/controllers.py,
61              tools/formed/formed/plugins/web/renderer.py,
62              tools/formed/formed/plugins/ui/controls.py,
63              tools/formed/formed/config.py: _("")s the stuff
64              tools/formed/po/formed.pot, tools/formed/po/de_DE.po:
65              extracted and translated.
66    
67    2008-08-08      Sascha L. Teichmann <[email protected]>
68    
69            First version of FormEd i18n. After checkout go to tools/formed/po/ and
70            say 'make mo'. Afterwards you can start FormEd as usual.
71    
72            * tools/formed/resources: New. Place to places ressources like *.mo files
73            * tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s
74              
75            * tools/formed/po,
76              tools/formed/po/Makefile,
77              tools/formed/po/formed.pot,
78              tools/formed/po/de_DE.po: i18n stuff.
79    
80    2008-08-08      Sascha L. Teichmann <[email protected]>
81    
82            * tools/anonym/xmlexport.py: Only export cases which are not
83              'schwebend geloescht'.
84    
85    2008-07-23      Sascha L. Teichmann <[email protected]>
86    
87            Fixed issue472
88    
89            * tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree.
90    
91    2008-07-17      Sascha L. Teichmann <[email protected]>
92    
93            * tools/anonym/xmlimport.py: removed marking of invalid cases
94            * tools/anonym/cron.importAnonXml.sh: re-inserted here.
95    
96    2008-07.07      Torsten Irländer <[email protected]>
97    
98            * tools/formed/formed/plugins/export/latex.py
99              tools/formed/formed/config.py: Added new LaTex Export. Beware this
100              is even more ugly the HTML Export.
101            * tools/formed/formed/plugins/export/html.py: Added information on
102              anonymisation to the html export.
103    
104    2008-07-07      Sascha L. Teichmann <[email protected]>
105    
106            * tools/anonym/xmlimport.py: Mark cases if they are inconsistent.
107    
108    2008-07-07      Sascha L. Teichmann <[email protected]>
109    
110            * tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4)
111    
112    2008-07-07      Sascha L. Teichmann <[email protected]>  
113            
114            * tools/formed/formed/plugins/export/html.py: Added additional column
115            to the html export with information how each field will get
116            anonymized.
117    
118    2008-07-07      Sascha L. Teichmann <[email protected]>  
119    
120            * tools/anonym/xmlimport.py: sync with productive version.
121    
122    2008-06-10      Torsten Irländer <[email protected]>
123    
124            * tools/formed/formed/plugins/export/sql.py: grant admin permission to
125              call anonymize function
126    
127    2008-05-21      Sascha L. Teichmann <[email protected]>  
128    
129            * tools/formed/formed/plugins/export/xsd.py: Brought encoding
130              back to UTF-8.
131    
132    2008-05-21      Frank Koormann <[email protected]>
133    
134            * tools/formed/formed/plugins/export/xls.py: New, export key value
135            tables as excel workbook with one sheet per table.
136    
137            * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
138    
139    2008-05-21      Frank Koormann <[email protected]>
140    
141            * tools/formed/formed/plugins/export/xsd.py
142            (SchemaCreator._createChoice): Fix use of choices name.
143    
144    2008-04-29      Sascha L. Teichmann <[email protected]>
145    
146            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
147              to allow arbitrary order of repeat groups.
148    
149    2008-04-29      Sascha L. Teichmann <[email protected]>
150    
151            * tools/formed/formed/plugins/export/xsd.py: Removed a needless
152              character.
153    
154    2008-04-29      Sascha L. Teichmann <[email protected]>
155    
156            * tools/formed/formed/plugins/export/xsd.py: Added annotations
157              to fields.
158    
159    2008-04-29      Sascha L. Teichmann <[email protected]>
160    
161            * tools/formed/formed/plugins/export/xsd.py: Added for
162              choice fields.
163    
164    2008-04-29      Sascha L. Teichmann <[email protected]>
165    
166            * tools/formed/formed/plugins/export/xsd.py: Added support for
167              boolean fields based on enumerations.
168    
169    2008-04-28      Sascha L. Teichmann <[email protected]>
170    
171            * tools/formed/formed/plugins/export/xsd.py: Added support for
172              date, text and textarea fields.
173    
174    2008-04-28      Sascha L. Teichmann <[email protected]>
175    
176            * tools/formed/formed/plugins/export/xsd.py: Added support for
177              repeat groups and integer fields.
178    
179    2008-04-28      Sascha L. Teichmann <[email protected]>
180    
181            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
182              exporting as XML schema. not ready, yet.
183    
184            * tools/formed/formed/config.py: Use new plug-in.
185    
186            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
187    
188    2008-04-17      Torsten Irländer <[email protected]>
189    
190            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
191            for the views because of the new group permissions.
192    
193    2008-04-09      Sascha L. Teichmann <[email protected]>
194    
195            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
196              old anonymized cases.
197    
198    2008-04-01      Sascha L. Teichmann <[email protected]>
199    
200            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
201              from clause to select datasets.
202              Replace ']]>' in CDATA sections with correct splitted replacement.
203    
204    2008-03-12      Sascha L. Teichmann <[email protected]>
205            
206            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
207              script.
208    
209            * tools/anonym/xmlimport.py: commented out database port from
210              connectionstring.
211    
212    2008-03-12      Sascha L. Teichmann <[email protected]>
213    
214            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
215              of anonymization of repeat groups (wrong id was given).
216    
217    2008-03-11      Sascha L. Teichmann <[email protected]>
218    
219            * tools/formed/formed/plugins/export/sql.py: Generate no update
220              statements for relations which have no anonym functions applied.
221    
222    2008-03-11      Sascha L. Teichmann <[email protected]>
223    
224            * tools/formed/formed/plugins/export/sql.py: Added a newline after
225              'COMMIT;' in the last line.
226    
227    2008-03-11      Sascha L. Teichmann <[email protected]>
228    
229            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
230              generated anonymize_case() function.
231              
232    2008-03-11      Sascha L. Teichmann <[email protected]>
233    
234            * tools/formed/formed/plugins/export/sql.py: Added code to
235              generate a plpgsql function anonymize_case() that anonymized
236              a given case and all of its depending repeat groups.
237    
238    2008-03-06      Sascha L. Teichmann <[email protected]>
239    
240            * tools/anonym/xmlimport.py: remove print of insert statement.
241    
242            * tools/formed/formed/plugins/export/sql.py: Print generation date in ISO.
243    
244    2008-03-03      Torsten Irländer <[email protected]>
245    
246            * anonym/cron.sendAnonXml.sh,
247              anonym/getDbList.sh: Modified script to be used directly in the
248              production environment (Copied running scripts from production
249              server)
250    
251            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
252              to be used in a production environment (Cpoied running script from
253              production server)
254    
255            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
256              ensure that only valid cases get exported
257    
258    2008-02-27      Sascha L. Teichmann <[email protected]>
259    
260            * tools/anonym/xmlimport.py: Fixed bug in date converter.
261    
262    2008-02-27      Sascha L. Teichmann <[email protected]>
263    
264            * tools/anonym/xmlimport.py: Simpilied version
265    
266    2008-02-27      Sascha L. Teichmann <[email protected]>
267    
268            * tools/anonym/cron.importAnonXml.sh: Add sudo call for
269              xmlimport.py and parameters.
270    
271            * tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/
272    
273            * tools/anonym/xmlexport.py: Use python interpreter without env
274              because of sudo context.
275    
276    2008-02-26      Sascha L. Teichmann <[email protected]>
277    
278            * tools/anonym/xmlimport.py: added support for getopt. add
279              support to force in fkz in import of case.
280    
281    2008-02-26      Sascha L. Teichmann <[email protected]>
282    
283            * tools/anonym/xmlimport.py: Implemented logic to create/update cases.
284    
285            * tools/anonym/html.awk: produces valid HTML.
286    
287  2008-02-25      Sascha L. Teichmann <[email protected]>  2008-02-25      Sascha L. Teichmann <[email protected]>
288    
289          * tools/anonym/joincsv.py: Fix a logic bug.          * tools/anonym/joincsv.py: Fix a logic bug.
# Line 9  Line 295 
295            the files into the DB. After that the script will cleanup the            the files into the DB. After that the script will cleanup the
296            directory.            directory.
297    
298    2008-02-25      Torsten Irländer <[email protected]>
299            
300            * tools/anonym/cron.sendAnonXml.sh,
301              tools/anonym/xmlexport.py,
302              tools/anonym/getDbList.sh: Added shell-scripts for exporting cases
303    
304  2008-02-25      Sascha L. Teichmann <[email protected]>  2008-02-25      Sascha L. Teichmann <[email protected]>
305    
306          * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.          * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.

Legend:
Removed from v.239  
changed lines
  Added in v.291

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26