1 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/model/nodecomponents.py (RootNode.__init__) |
4 |
|
(RootNode.getVersion, RootNode.setVersion): Add attribute |
5 |
|
"version" and accessor methods. |
6 |
|
|
7 |
|
* formed/formed/main.py (MainFrame.OnSetDocumentVersion): New. Let |
8 |
|
the user set the document version. |
9 |
|
(MainFrame._createMenuBar): Add menu item for OnSetDocumentVersion |
10 |
|
|
11 |
|
2010-08-02 Bernhard Herzog <[email protected]> |
12 |
|
|
13 |
|
* formed/formed.py, formed/formed/io/document.py, |
14 |
|
formed/formed/io/factories.py, formed/formed/io/parser.py, |
15 |
|
formed/formed/model/data.py, formed/formed/model/event.py, |
16 |
|
formed/formed/model/expr.py, formed/formed/model/exprtree.py, |
17 |
|
formed/formed/model/memory.py, formed/formed/model/misc.py, |
18 |
|
formed/formed/model/nodecomponents.py, |
19 |
|
formed/formed/model/persistent.py: Fix coding declaration to be |
20 |
|
acceptable to both python and Emacs. |
21 |
|
|
22 |
|
2010-07-29 Torsten Irländer <[email protected]> |
23 |
|
|
24 |
|
* formed/formed/model/data.py: Added "invisible" attribute to |
25 |
|
BoolLeafs. This can be used to hide options in choicelists. so the |
26 |
|
user can not select the value in the user interface. But the db will |
27 |
|
have this option so is ist still present in the db an can be used |
28 |
|
* formed/formed/model/exprtree.py: Added "days" function. |
29 |
|
|
30 |
|
2010-07-26 Roland Geider <[email protected]> |
31 |
|
|
32 |
|
* formed/formed/model/nodecomponents.py, |
33 |
|
formed/formed/plugins/modify/rules.py: generated date rules take |
34 |
|
into consideration repeat groups |
35 |
|
|
36 |
|
2010-07-21 Torsten Irländer <[email protected]> |
37 |
|
|
38 |
|
Issue870 |
39 |
|
|
40 |
|
* formed/formed/plugins/modify/rules.py (descriptions): Do not collect |
41 |
|
all headers to the referenced fields. Only list labels of the error |
42 |
|
fields, which should be distinct enough. |
43 |
|
|
44 |
|
Issue851 |
45 |
|
|
46 |
|
* formed/formed/model/data.py |
47 |
|
formed/formed/plugins/export/new_sql.py |
48 |
|
formed/formed/plugins/web/view_renderer.py |
49 |
|
formed/formed/io/document.py |
50 |
|
formed/formed/config.py: Added Float-Field to Formed |
51 |
|
|
52 |
|
2010-06-11 Bernhard Herzog <[email protected]> |
53 |
|
|
54 |
|
* formed/formed/plugins/export/rg_sql.py |
55 |
|
(CREATE_DELETE_MASTER_TMPL): In create_master_tbl, call |
56 |
|
create_master_ds to create the master tbl entry. This way we can |
57 |
|
add SQL code that's specific to an MPuls instance to |
58 |
|
create_master_ds and still have create_master_tbl use that new |
59 |
|
code. This is useful for e.g. the JMD-Struktur part. |
60 |
|
|
61 |
|
2010-06-02 Roland Geider <[email protected]> |
62 |
|
|
63 |
|
* formed/formed/plugins/modify/rules.py: make the names of generated |
64 |
|
date-sequence-rules unique |
65 |
|
|
66 |
|
2010-06-02 Roland Geider <[email protected]> |
67 |
|
|
68 |
|
* formed/plugins/export/xls.py: updated regular expression |
69 |
|
|
70 |
|
2010-05-17 Frank Koormann <[email protected]> |
71 |
|
|
72 |
|
* formed/formed/plugins/export/latex.py: Improved section labeling. |
73 |
|
|
74 |
|
* formed/formed/plugins/export/xls.py: |
75 |
|
Export references (ie where are the lists used). |
76 |
|
|
77 |
|
2010-04-30 Torsten Irländer <[email protected]> |
78 |
|
|
79 |
|
* formed/formed/plugins/modify/rules.py (VariableType.substitute): Do |
80 |
|
not generate "%"-rules for required fields in repeat-groups. |
81 |
|
|
82 |
2010-04-28 Roland Geider <[email protected]> |
2010-04-28 Roland Geider <[email protected]> |
83 |
|
|
84 |
* formed/plugins/export/xls.py: Radiogroups are exported |
* formed/plugins/export/xls.py: Radiogroups are exported |
85 |
* formed/plugins/export/xsd.py: WASKA formedtree.xml validates XSD |
* formed/plugins/export/xsd.py: WASKA formedtree.xml validates XSD |
86 |
JMD formedtree.xml validates XSD |
JMD formedtree.xml validates XSD |
87 |
|
|
88 |
2010-04-08 Torsten Irländer <[email protected]> |
2010-04-08 Torsten Irländer <[email protected]> |
89 |
|
|
90 |
* formed/formed/plugins/modify/rules.py |
* formed/formed/plugins/modify/rules.py |