1 |
|
2008-12-01 Torsten Irländer <[email protected]> |
2 |
|
|
3 |
|
Added autmatic generation of required rules |
4 |
|
|
5 |
|
* formed/formed/model/data.py, |
6 |
|
formed/formed/model/expr.py, |
7 |
|
formed/formed/plugins/modify/rules.py: Default rules for required |
8 |
|
fields can now be generated. |
9 |
|
|
10 |
|
2008-11-28 Sascha L. Teichmann <[email protected]> |
11 |
|
|
12 |
|
* formed/formed/model/data.py, formed/formed/model/nodecomponents.py: |
13 |
|
Ported WidgetCollector from Offline client. |
14 |
|
|
15 |
|
* formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify, |
16 |
|
formed/formed/plugins/modify/rules.py: Stub for required rules generator. |
17 |
|
|
18 |
|
* formed/formed/config.py: Bind new filter to FormEd |
19 |
|
|
20 |
|
2008-11-27 Torsten Irländer <[email protected]> |
21 |
|
|
22 |
|
* formed/formed/model/data.py: Added new attribute mark for rules |
23 |
|
|
24 |
|
2008-11-10 Torsten Irländer <[email protected]> |
25 |
|
|
26 |
|
Implemented radio-matrix elements. radio elelement having the same |
27 |
|
options can now be rendered in table form. |
28 |
|
|
29 |
|
* formed/formed/model/data.py, |
30 |
|
formed/formed/io/document.py: Added new radio-matrix element to the |
31 |
|
model and gui |
32 |
|
* formed/formed/plugins/web/view_renderer.py: Write html-renderer for |
33 |
|
the radio-matrix element. |
34 |
|
|
35 |
|
2008-11.03 Torsten Irländer <[email protected]> |
36 |
|
|
37 |
|
* formed/formed/model/data.py: Fixed import error |
38 |
|
|
39 |
|
2008-10-29 Sascha L. Teichmann <[email protected]> |
40 |
|
|
41 |
|
Relative paths in external choices are now possible. Relative paths are |
42 |
|
relative to path of the master document. |
43 |
|
|
44 |
|
* formed/model/data.py: external choice are now storing the path to the |
45 |
|
master document. |
46 |
|
|
47 |
|
* formed/formed/io/document.py: Pass context to SAX builder. |
48 |
|
|
49 |
|
* formed/formed/io/factories.py: For new created nodes look if there |
50 |
|
is a method 'setLoadContext' and call it. |
51 |
|
|
52 |
|
2008-09-04 Sascha L. Teichmann <[email protected]> |
53 |
|
|
54 |
|
* doc/beschreibung.txt: New. Initial description of FormEd (german). |
55 |
|
|
56 |
|
2008-08-22 Sascha L. Teichmann <[email protected]> |
57 |
|
|
58 |
|
* formed/formed/model/nodecomponents.py: Added attribute 'flags'. |
59 |
|
|
60 |
2008-08-21 Sascha L. Teichmann <[email protected]> |
2008-08-21 Sascha L. Teichmann <[email protected]> |
61 |
|
|
62 |
* formed/formed/io/document.py: Indent tree while saving |
* formed/formed/io/document.py: Indent tree while saving |