1 |
|
2009-01-22 Torsten Irländer <[email protected]> |
2 |
|
|
3 |
|
Implemented new XML-Format for formed xml files. |
4 |
|
|
5 |
|
* formed/formed/model/nodecomponents.py, |
6 |
|
formed/formed/io/document.py, |
7 |
|
formed/formed/main.py, |
8 |
|
formed/formed/ui/controls.py: Introduced new "case" and "logbook" |
9 |
|
node. Under case is the definition of the formular. logbook will |
10 |
|
hold the defintion of logboog entrys. For now only the part under |
11 |
|
"case" can be modified. |
12 |
|
|
13 |
|
2009-01-21 Torsten Irländer <[email protected]> |
14 |
|
|
15 |
|
Changed way how XSD-Scheme is generated |
16 |
|
|
17 |
|
* formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support |
18 |
|
logbookentrys. The scheme definiton is now hardcoded in the |
19 |
|
exporter as it will rarely change. It logbookpart will not be |
20 |
|
generated from the formedtree anymore. |
21 |
|
|
22 |
|
2009-01-20 Torsten Irländer <[email protected]> |
23 |
|
|
24 |
|
Support Logbook entrys in xsd schema export |
25 |
|
|
26 |
|
* formed/formed/model/data.py: Repeatnode are now handeld as |
27 |
|
repeatgroups in xsd-export |
28 |
|
* formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support |
29 |
|
logbookentrys. The scheme will now validate against an xmlfile from |
30 |
|
the offlineclient. |
31 |
|
|
32 |
|
2009-01-09 Torsten Irländer <[email protected]> |
33 |
|
|
34 |
|
Added new repeat node |
35 |
|
|
36 |
|
* formed/formed/model/data.py, |
37 |
|
formed/formed/io/document.py: Added repeatnode to the formedtree. |
38 |
|
TODO: Remove repeatgroup handling from the groupnode. |
39 |
|
|
40 |
|
2009-01-08 Torsten Irländer <[email protected]> |
41 |
|
|
42 |
|
Add isset operator to autogenerated rules. |
43 |
|
|
44 |
|
* formed/formed/plugins/modify/rules.py: Add issed operator to standard |
45 |
|
autogenerated rules. |
46 |
|
|
47 |
|
2008-12-17 Frank Koormann <[email protected]> |
48 |
|
|
49 |
|
* formed/formed/plugins/export/latex.py: Export form as set of |
50 |
|
latex tables to be included into a master document. The export |
51 |
|
generates section marks to structure the form and placeholders for |
52 |
|
help texts to be merged in by a post processing step. |
53 |
|
|
54 |
|
2008-12-04 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
|
* formed/formed/model/expr.py: Added 'today' which pushes the current date |
57 |
|
on the stack. |
58 |
|
|
59 |
|
2008-12-03 Sascha L. Teichmann <[email protected]> |
60 |
|
|
61 |
|
* formed/formed/plugins/web/controllers.py: compute changeset more correctly in |
62 |
|
storage of fields. |
63 |
|
|
64 |
|
* formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer |
65 |
|
fields as an accepted value. Generate schema for radio groups too. |
66 |
|
|
67 |
|
2008-12-01 Torsten Irländer <[email protected]> |
68 |
|
|
69 |
|
Added autmatic generation of required rules |
70 |
|
|
71 |
|
* formed/formed/model/data.py, |
72 |
|
formed/formed/model/expr.py, |
73 |
|
formed/formed/plugins/modify/rules.py: Default rules for required |
74 |
|
fields can now be generated. |
75 |
|
|
76 |
|
2008-11-28 Sascha L. Teichmann <[email protected]> |
77 |
|
|
78 |
|
* formed/formed/model/data.py, formed/formed/model/nodecomponents.py: |
79 |
|
Ported WidgetCollector from Offline client. |
80 |
|
|
81 |
|
* formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify, |
82 |
|
formed/formed/plugins/modify/rules.py: Stub for required rules generator. |
83 |
|
|
84 |
|
* formed/formed/config.py: Bind new filter to FormEd |
85 |
|
|
86 |
|
2008-11-27 Torsten Irländer <[email protected]> |
87 |
|
|
88 |
|
* formed/formed/model/data.py: Added new attribute mark for rules |
89 |
|
|
90 |
|
2008-11-10 Torsten Irländer <[email protected]> |
91 |
|
|
92 |
|
Implemented radio-matrix elements. radio elelement having the same |
93 |
|
options can now be rendered in table form. |
94 |
|
|
95 |
|
* formed/formed/model/data.py, |
96 |
|
formed/formed/io/document.py: Added new radio-matrix element to the |
97 |
|
model and gui |
98 |
|
* formed/formed/plugins/web/view_renderer.py: Write html-renderer for |
99 |
|
the radio-matrix element. |
100 |
|
|
101 |
|
2008-11.03 Torsten Irländer <[email protected]> |
102 |
|
|
103 |
|
* formed/formed/model/data.py: Fixed import error |
104 |
|
|
105 |
|
2008-10-29 Sascha L. Teichmann <[email protected]> |
106 |
|
|
107 |
|
Relative paths in external choices are now possible. Relative paths are |
108 |
|
relative to path of the master document. |
109 |
|
|
110 |
|
* formed/model/data.py: external choice are now storing the path to the |
111 |
|
master document. |
112 |
|
|
113 |
|
* formed/formed/io/document.py: Pass context to SAX builder. |
114 |
|
|
115 |
|
* formed/formed/io/factories.py: For new created nodes look if there |
116 |
|
is a method 'setLoadContext' and call it. |
117 |
|
|
118 |
|
2008-09-04 Sascha L. Teichmann <[email protected]> |
119 |
|
|
120 |
|
* doc/beschreibung.txt: New. Initial description of FormEd (german). |
121 |
|
|
122 |
|
2008-08-22 Sascha L. Teichmann <[email protected]> |
123 |
|
|
124 |
|
* formed/formed/model/nodecomponents.py: Added attribute 'flags'. |
125 |
|
|
126 |
|
2008-08-21 Sascha L. Teichmann <[email protected]> |
127 |
|
|
128 |
|
* formed/formed/io/document.py: Indent tree while saving |
129 |
|
* formed/formed/main.py: removed needless print |
130 |
|
|
131 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
132 |
|
|
133 |
|
* LICENSE: New GPLv3 |
134 |
|
* */*.py, *.sh: Added reference to LICENSE |
135 |
|
|
136 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
137 |
|
|
138 |
|
* tools: removed because there a no tools any more. |
139 |
|
|
140 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
141 |
|
|
142 |
|
* tools/formed: moved one level up because its the only |
143 |
|
part of this project now. |
144 |
|
|
145 |
2008-08-15 Sascha L. Teichmann <[email protected]> |
2008-08-15 Sascha L. Teichmann <[email protected]> |
146 |
|
|
147 |
* tools/anonym/*: Removed as it belongs to mpuls WASKA |
* tools/anonym/*: Removed as it belongs to mpuls WASKA |