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