/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.270  
changed lines
  Added in v.294

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26