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]> |
2008-11-27 Torsten Irländer <[email protected]> |
48 |
|
|
49 |
* formed/formed/model/data.py: Added new attribute mark for rules |
* formed/formed/model/data.py: Added new attribute mark for rules |