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