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