1 |
|
2010-09-14 Roland Geider <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/export/xsd.py: issue1131: update XSD for new |
4 |
|
formedtree structure |
5 |
|
|
6 |
|
2010-09-01 Roland Geider <[email protected]> |
7 |
|
|
8 |
|
* formed/formed/plugins/modify/rules.py: issue1050: mandatory fields |
9 |
|
appearing double. |
10 |
|
The problem was that the way the formEditor handled fields with |
11 |
|
manually created rules changed. Instead of ignoring fields (very |
12 |
|
early behaviour) or always generating them (early behaviour), now the |
13 |
|
formED will only ignore fields with rules which name starts with |
14 |
|
'required-rule-manual'. This is helpful when the rules for mandatory |
15 |
|
fields are more complex (e.g. mother's name is only required if |
16 |
|
mother is known). |
17 |
|
|
18 |
|
2010-08-10 Torsten Irländer <[email protected]> |
19 |
|
|
20 |
|
* contrib/diff_formed.py: New helperscript to diff to given |
21 |
|
formedtrees |
22 |
|
|
23 |
|
2010-08-09 Roland Geider <[email protected]> |
24 |
|
|
25 |
|
* formed/model/exprtree.py: fixed typo |
26 |
|
|
27 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
28 |
|
|
29 |
|
* formed/po/de_DE.po: Update translations |
30 |
|
|
31 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
32 |
|
|
33 |
|
* formed/po/formed.pot: Regenerated. |
34 |
|
|
35 |
|
* formed/po/de_DE.po: Update. |
36 |
|
|
37 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
38 |
|
|
39 |
|
* formed/po/Makefile: Use correct filename of the pot-file in the |
40 |
|
usage message |
41 |
|
|
42 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
43 |
|
|
44 |
|
* formed/po/Makefile (LIST_POTFILES): Sort the file names to make |
45 |
|
the order of entries in the .pot-file more predictable. |
46 |
|
|
47 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
48 |
|
|
49 |
|
* formed/formed/model/nodecomponents.py (RootNode.__init__) |
50 |
|
(RootNode.getVersion, RootNode.setVersion): Add attribute |
51 |
|
"version" and accessor methods. |
52 |
|
|
53 |
|
* formed/formed/main.py (MainFrame.OnSetDocumentVersion): New. Let |
54 |
|
the user set the document version. |
55 |
|
(MainFrame._createMenuBar): Add menu item for OnSetDocumentVersion |
56 |
|
|
57 |
|
2010-08-02 Bernhard Herzog <[email protected]> |
58 |
|
|
59 |
|
* formed/formed.py, formed/formed/io/document.py, |
60 |
|
formed/formed/io/factories.py, formed/formed/io/parser.py, |
61 |
|
formed/formed/model/data.py, formed/formed/model/event.py, |
62 |
|
formed/formed/model/expr.py, formed/formed/model/exprtree.py, |
63 |
|
formed/formed/model/memory.py, formed/formed/model/misc.py, |
64 |
|
formed/formed/model/nodecomponents.py, |
65 |
|
formed/formed/model/persistent.py: Fix coding declaration to be |
66 |
|
acceptable to both python and Emacs. |
67 |
|
|
68 |
|
2010-07-29 Torsten Irländer <[email protected]> |
69 |
|
|
70 |
|
* formed/formed/model/data.py: Added "invisible" attribute to |
71 |
|
BoolLeafs. This can be used to hide options in choicelists. so the |
72 |
|
user can not select the value in the user interface. But the db will |
73 |
|
have this option so is ist still present in the db an can be used |
74 |
|
* formed/formed/model/exprtree.py: Added "days" function. |
75 |
|
|
76 |
|
2010-07-26 Roland Geider <[email protected]> |
77 |
|
|
78 |
|
* formed/formed/model/nodecomponents.py, |
79 |
|
formed/formed/plugins/modify/rules.py: generated date rules take |
80 |
|
into consideration repeat groups |
81 |
|
|
82 |
|
2010-07-21 Torsten Irländer <[email protected]> |
83 |
|
|
84 |
|
Issue870 |
85 |
|
|
86 |
|
* formed/formed/plugins/modify/rules.py (descriptions): Do not collect |
87 |
|
all headers to the referenced fields. Only list labels of the error |
88 |
|
fields, which should be distinct enough. |
89 |
|
|
90 |
|
Issue851 |
91 |
|
|
92 |
|
* formed/formed/model/data.py |
93 |
|
formed/formed/plugins/export/new_sql.py |
94 |
|
formed/formed/plugins/web/view_renderer.py |
95 |
|
formed/formed/io/document.py |
96 |
|
formed/formed/config.py: Added Float-Field to Formed |
97 |
|
|
98 |
|
2010-06-11 Bernhard Herzog <[email protected]> |
99 |
|
|
100 |
|
* formed/formed/plugins/export/rg_sql.py |
101 |
|
(CREATE_DELETE_MASTER_TMPL): In create_master_tbl, call |
102 |
|
create_master_ds to create the master tbl entry. This way we can |
103 |
|
add SQL code that's specific to an MPuls instance to |
104 |
|
create_master_ds and still have create_master_tbl use that new |
105 |
|
code. This is useful for e.g. the JMD-Struktur part. |
106 |
|
|
107 |
|
2010-06-02 Roland Geider <[email protected]> |
108 |
|
|
109 |
|
* formed/formed/plugins/modify/rules.py: make the names of generated |
110 |
|
date-sequence-rules unique |
111 |
|
|
112 |
|
2010-06-02 Roland Geider <[email protected]> |
113 |
|
|
114 |
|
* formed/plugins/export/xls.py: updated regular expression |
115 |
|
|
116 |
|
2010-05-17 Frank Koormann <[email protected]> |
117 |
|
|
118 |
|
* formed/formed/plugins/export/latex.py: Improved section labeling. |
119 |
|
|
120 |
|
* formed/formed/plugins/export/xls.py: |
121 |
|
Export references (ie where are the lists used). |
122 |
|
|
123 |
|
2010-04-30 Torsten Irländer <[email protected]> |
124 |
|
|
125 |
|
* formed/formed/plugins/modify/rules.py (VariableType.substitute): Do |
126 |
|
not generate "%"-rules for required fields in repeat-groups. |
127 |
|
|
128 |
2010-04-28 Roland Geider <[email protected]> |
2010-04-28 Roland Geider <[email protected]> |
129 |
|
|
130 |
* formed/plugins/export/xls.py: Radiogroups are exported |
* formed/plugins/export/xls.py: Radiogroups are exported |
131 |
* formed/plugins/export/xsd.py: WASKA formedtree.xml validates XSD |
* formed/plugins/export/xsd.py: WASKA formedtree.xml validates XSD |
132 |
|
JMD formedtree.xml validates XSD |
133 |
|
|
134 |
2010-04-08 Torsten Irländer <[email protected]> |
2010-04-08 Torsten Irländer <[email protected]> |
135 |
|
|
136 |
* formed/formed/plugins/modify/rules.py |
* formed/formed/plugins/modify/rules.py |