/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 267 by teichmann, Tue Apr 29 13:13:25 2008 UTC revision 293 by torsten, Wed Nov 5 10:25:24 2008 UTC
# Line 1  Line 1 
1    2008-11.03      Torsten Irländer <[email protected]>
2    
3            * formed/formed/model/data.py: Fixed import error
4    
5    2008-10-29      Sascha L. Teichmann <[email protected]>
6    
7            Relative paths in external choices are now possible. Relative paths are
8            relative to path of the master document.
9    
10            * formed/model/data.py: external choice are now storing the path to the
11              master document.
12    
13            * formed/formed/io/document.py: Pass context to SAX builder.
14    
15            * formed/formed/io/factories.py: For new created nodes look if there
16              is a method 'setLoadContext' and call it.
17    
18    2008-09-04      Sascha L. Teichmann <[email protected]>
19    
20            * doc/beschreibung.txt: New. Initial description of FormEd (german).
21    
22    2008-08-22      Sascha L. Teichmann <[email protected]>
23    
24            * formed/formed/model/nodecomponents.py: Added attribute 'flags'.
25    
26    2008-08-21      Sascha L. Teichmann <[email protected]>
27    
28            * formed/formed/io/document.py: Indent tree while saving
29            * formed/formed/main.py: removed needless print
30    
31    2008-08-15      Sascha L. Teichmann <[email protected]>
32    
33            * LICENSE: New GPLv3
34            * */*.py, *.sh: Added reference to LICENSE
35    
36    2008-08-15      Sascha L. Teichmann <[email protected]>
37    
38            * tools: removed because there a no tools any more.
39    
40    2008-08-15      Sascha L. Teichmann <[email protected]>
41    
42            * tools/formed: moved one level up because its the only
43              part of this project now.
44    
45    2008-08-15      Sascha L. Teichmann <[email protected]>
46    
47            * tools/anonym/*: Removed as it belongs to mpuls WASKA
48    
49    2008-08-15      Sascha L. Teichmann <[email protected]>
50    
51            * pdf2xfa/*: removed. It belongs to mpuls
52    
53    2008-08-13 L. Teichmann <[email protected]>
54    
55            i18n of the plug-ins:
56            * tools/formed/formed/plugins/export/diff.py,
57              tools/formed/formed/plugins/export/data.py,
58              tools/formed/formed/plugins/export/old_sql.py,
59              tools/formed/formed/plugins/export/latex.py,
60              tools/formed/formed/plugins/export/xsd.py,
61              tools/formed/formed/plugins/export/sql.py,
62              tools/formed/formed/plugins/export/typemap.py,
63              tools/formed/formed/plugins/export/html.py,
64              tools/formed/formed/plugins/export/mode.py,
65              tools/formed/formed/plugins/export/html2.py,
66              tools/formed/formed/plugins/export/xls.py,
67              tools/formed/formed/plugins/names/filter.py,
68              tools/formed/formed/plugins/plugin.py,
69              tools/formed/formed/plugins/web/help.py,
70              tools/formed/formed/plugins/web/form_renderer.py,
71              tools/formed/formed/plugins/web/plugin.py,
72              tools/formed/formed/plugins/web/error_renderer.py,
73              tools/formed/formed/plugins/web/view_renderer.py,
74              tools/formed/formed/plugins/web/semantic.py,
75              tools/formed/formed/plugins/web/cache.py,
76              tools/formed/formed/plugins/web/server.py,
77              tools/formed/formed/plugins/web/controllers.py,
78              tools/formed/formed/plugins/web/renderer.py,
79              tools/formed/formed/plugins/ui/controls.py,
80              tools/formed/formed/config.py: _("")s the stuff
81              tools/formed/po/formed.pot, tools/formed/po/de_DE.po:
82              extracted and translated.
83    
84    2008-08-08      Sascha L. Teichmann <[email protected]>
85    
86            First version of FormEd i18n. After checkout go to tools/formed/po/ and
87            say 'make mo'. Afterwards you can start FormEd as usual.
88    
89            * tools/formed/resources: New. Place to places ressources like *.mo files
90            * tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s
91              
92            * tools/formed/po,
93              tools/formed/po/Makefile,
94              tools/formed/po/formed.pot,
95              tools/formed/po/de_DE.po: i18n stuff.
96    
97    2008-08-08      Sascha L. Teichmann <[email protected]>
98    
99            * tools/anonym/xmlexport.py: Only export cases which are not
100              'schwebend geloescht'.
101    
102    2008-07-23      Sascha L. Teichmann <[email protected]>
103    
104            Fixed issue472
105    
106            * tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree.
107    
108    2008-07-17      Sascha L. Teichmann <[email protected]>
109    
110            * tools/anonym/xmlimport.py: removed marking of invalid cases
111            * tools/anonym/cron.importAnonXml.sh: re-inserted here.
112    
113    2008-07.07      Torsten Irländer <[email protected]>
114    
115            * tools/formed/formed/plugins/export/latex.py
116              tools/formed/formed/config.py: Added new LaTex Export. Beware this
117              is even more ugly the HTML Export.
118            * tools/formed/formed/plugins/export/html.py: Added information on
119              anonymisation to the html export.
120    
121    2008-07-07      Sascha L. Teichmann <[email protected]>
122    
123            * tools/anonym/xmlimport.py: Mark cases if they are inconsistent.
124    
125    2008-07-07      Sascha L. Teichmann <[email protected]>
126    
127            * tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4)
128    
129    2008-07-07      Sascha L. Teichmann <[email protected]>  
130            
131            * tools/formed/formed/plugins/export/html.py: Added additional column
132            to the html export with information how each field will get
133            anonymized.
134    
135    2008-07-07      Sascha L. Teichmann <[email protected]>  
136    
137            * tools/anonym/xmlimport.py: sync with productive version.
138    
139    2008-06-10      Torsten Irländer <[email protected]>
140    
141            * tools/formed/formed/plugins/export/sql.py: grant admin permission to
142              call anonymize function
143    
144    2008-05-21      Sascha L. Teichmann <[email protected]>  
145    
146            * tools/formed/formed/plugins/export/xsd.py: Brought encoding
147              back to UTF-8.
148    
149    2008-05-21      Frank Koormann <[email protected]>
150    
151            * tools/formed/formed/plugins/export/xls.py: New, export key value
152            tables as excel workbook with one sheet per table.
153    
154            * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
155    
156    2008-05-21      Frank Koormann <[email protected]>
157    
158            * tools/formed/formed/plugins/export/xsd.py
159            (SchemaCreator._createChoice): Fix use of choices name.
160    
161    2008-04-29      Sascha L. Teichmann <[email protected]>
162    
163            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
164              to allow arbitrary order of repeat groups.
165    
166  2008-04-29      Sascha L. Teichmann <[email protected]>  2008-04-29      Sascha L. Teichmann <[email protected]>
167    
168          * tools/formed/formed/plugins/export/xsd.py: Removed a needless          * tools/formed/formed/plugins/export/xsd.py: Removed a needless

Legend:
Removed from v.267  
changed lines
  Added in v.293

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26