1 |
|
2009-01-09 Torsten Irländer <[email protected]> |
2 |
|
|
3 |
|
Added new repeat node |
4 |
|
|
5 |
|
* formed/formed/model/data.py, |
6 |
|
formed/formed/io/document.py: Added repeatnode to the formedtree. |
7 |
|
TODO: Remove repeatgroup handling from the groupnode. |
8 |
|
|
9 |
|
2009-01-08 Torsten Irländer <[email protected]> |
10 |
|
|
11 |
|
Add isset operator to autogenerated rules. |
12 |
|
|
13 |
|
* formed/formed/plugins/modify/rules.py: Add issed operator to standard |
14 |
|
autogenerated rules. |
15 |
|
|
16 |
|
2008-12-17 Frank Koormann <[email protected]> |
17 |
|
|
18 |
|
* formed/formed/plugins/export/latex.py: Export form as set of |
19 |
|
latex tables to be included into a master document. The export |
20 |
|
generates section marks to structure the form and placeholders for |
21 |
|
help texts to be merged in by a post processing step. |
22 |
|
|
23 |
|
2008-12-04 Sascha L. Teichmann <[email protected]> |
24 |
|
|
25 |
|
* formed/formed/model/expr.py: Added 'today' which pushes the current date |
26 |
|
on the stack. |
27 |
|
|
28 |
|
2008-12-03 Sascha L. Teichmann <[email protected]> |
29 |
|
|
30 |
|
* formed/formed/plugins/web/controllers.py: compute changeset more correctly in |
31 |
|
storage of fields. |
32 |
|
|
33 |
|
* formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer |
34 |
|
fields as an accepted value. Generate schema for radio groups too. |
35 |
|
|
36 |
|
2008-12-01 Torsten Irländer <[email protected]> |
37 |
|
|
38 |
|
Added autmatic generation of required rules |
39 |
|
|
40 |
|
* formed/formed/model/data.py, |
41 |
|
formed/formed/model/expr.py, |
42 |
|
formed/formed/plugins/modify/rules.py: Default rules for required |
43 |
|
fields can now be generated. |
44 |
|
|
45 |
2008-11-28 Sascha L. Teichmann <[email protected]> |
2008-11-28 Sascha L. Teichmann <[email protected]> |
46 |
|
|
47 |
* formed/formed/model/data.py, formed/formed/model/nodecomponents.py: |
* formed/formed/model/data.py, formed/formed/model/nodecomponents.py: |