1 |
|
2009-01-08 Torsten Irländer <[email protected]> |
2 |
|
|
3 |
|
Add isset operator to autogenerated rules. |
4 |
|
|
5 |
|
* formed/formed/plugins/modify/rules.py: Add issed operator to standard |
6 |
|
autogenerated rules. |
7 |
|
|
8 |
|
2008-12-17 Frank Koormann <[email protected]> |
9 |
|
|
10 |
|
* formed/formed/plugins/export/latex.py: Export form as set of |
11 |
|
latex tables to be included into a master document. The export |
12 |
|
generates section marks to structure the form and placeholders for |
13 |
|
help texts to be merged in by a post processing step. |
14 |
|
|
15 |
|
2008-12-04 Sascha L. Teichmann <[email protected]> |
16 |
|
|
17 |
|
* formed/formed/model/expr.py: Added 'today' which pushes the current date |
18 |
|
on the stack. |
19 |
|
|
20 |
|
2008-12-03 Sascha L. Teichmann <[email protected]> |
21 |
|
|
22 |
|
* formed/formed/plugins/web/controllers.py: compute changeset more correctly in |
23 |
|
storage of fields. |
24 |
|
|
25 |
|
* formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer |
26 |
|
fields as an accepted value. Generate schema for radio groups too. |
27 |
|
|
28 |
|
2008-12-01 Torsten Irländer <[email protected]> |
29 |
|
|
30 |
|
Added autmatic generation of required rules |
31 |
|
|
32 |
|
* formed/formed/model/data.py, |
33 |
|
formed/formed/model/expr.py, |
34 |
|
formed/formed/plugins/modify/rules.py: Default rules for required |
35 |
|
fields can now be generated. |
36 |
|
|
37 |
|
2008-11-28 Sascha L. Teichmann <[email protected]> |
38 |
|
|
39 |
|
* formed/formed/model/data.py, formed/formed/model/nodecomponents.py: |
40 |
|
Ported WidgetCollector from Offline client. |
41 |
|
|
42 |
|
* formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify, |
43 |
|
formed/formed/plugins/modify/rules.py: Stub for required rules generator. |
44 |
|
|
45 |
|
* formed/formed/config.py: Bind new filter to FormEd |
46 |
|
|
47 |
|
2008-11-27 Torsten Irländer <[email protected]> |
48 |
|
|
49 |
|
* formed/formed/model/data.py: Added new attribute mark for rules |
50 |
|
|
51 |
|
2008-11-10 Torsten Irländer <[email protected]> |
52 |
|
|
53 |
|
Implemented radio-matrix elements. radio elelement having the same |
54 |
|
options can now be rendered in table form. |
55 |
|
|
56 |
|
* formed/formed/model/data.py, |
57 |
|
formed/formed/io/document.py: Added new radio-matrix element to the |
58 |
|
model and gui |
59 |
|
* formed/formed/plugins/web/view_renderer.py: Write html-renderer for |
60 |
|
the radio-matrix element. |
61 |
|
|
62 |
|
2008-11.03 Torsten Irländer <[email protected]> |
63 |
|
|
64 |
|
* formed/formed/model/data.py: Fixed import error |
65 |
|
|
66 |
|
2008-10-29 Sascha L. Teichmann <[email protected]> |
67 |
|
|
68 |
|
Relative paths in external choices are now possible. Relative paths are |
69 |
|
relative to path of the master document. |
70 |
|
|
71 |
|
* formed/model/data.py: external choice are now storing the path to the |
72 |
|
master document. |
73 |
|
|
74 |
|
* formed/formed/io/document.py: Pass context to SAX builder. |
75 |
|
|
76 |
|
* formed/formed/io/factories.py: For new created nodes look if there |
77 |
|
is a method 'setLoadContext' and call it. |
78 |
|
|
79 |
|
2008-09-04 Sascha L. Teichmann <[email protected]> |
80 |
|
|
81 |
|
* doc/beschreibung.txt: New. Initial description of FormEd (german). |
82 |
|
|
83 |
|
2008-08-22 Sascha L. Teichmann <[email protected]> |
84 |
|
|
85 |
|
* formed/formed/model/nodecomponents.py: Added attribute 'flags'. |
86 |
|
|
87 |
|
2008-08-21 Sascha L. Teichmann <[email protected]> |
88 |
|
|
89 |
|
* formed/formed/io/document.py: Indent tree while saving |
90 |
|
* formed/formed/main.py: removed needless print |
91 |
|
|
92 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
93 |
|
|
94 |
|
* LICENSE: New GPLv3 |
95 |
|
* */*.py, *.sh: Added reference to LICENSE |
96 |
|
|
97 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
98 |
|
|
99 |
|
* tools: removed because there a no tools any more. |
100 |
|
|
101 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
102 |
|
|
103 |
|
* tools/formed: moved one level up because its the only |
104 |
|
part of this project now. |
105 |
|
|
106 |
2008-08-15 Sascha L. Teichmann <[email protected]> |
2008-08-15 Sascha L. Teichmann <[email protected]> |
107 |
|
|
108 |
* tools/anonym/*: Removed as it belongs to mpuls WASKA |
* tools/anonym/*: Removed as it belongs to mpuls WASKA |