1 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* formed/po/Makefile: Use correct filename of the pot-file in the |
4 |
|
usage message |
5 |
|
|
6 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
7 |
|
|
8 |
|
* formed/po/Makefile (LIST_POTFILES): Sort the file names to make |
9 |
|
the order of entries in the .pot-file more predictable. |
10 |
|
|
11 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
12 |
|
|
13 |
|
* formed/formed/model/nodecomponents.py (RootNode.__init__) |
14 |
|
(RootNode.getVersion, RootNode.setVersion): Add attribute |
15 |
|
"version" and accessor methods. |
16 |
|
|
17 |
|
* formed/formed/main.py (MainFrame.OnSetDocumentVersion): New. Let |
18 |
|
the user set the document version. |
19 |
|
(MainFrame._createMenuBar): Add menu item for OnSetDocumentVersion |
20 |
|
|
21 |
|
2010-08-02 Bernhard Herzog <[email protected]> |
22 |
|
|
23 |
|
* formed/formed.py, formed/formed/io/document.py, |
24 |
|
formed/formed/io/factories.py, formed/formed/io/parser.py, |
25 |
|
formed/formed/model/data.py, formed/formed/model/event.py, |
26 |
|
formed/formed/model/expr.py, formed/formed/model/exprtree.py, |
27 |
|
formed/formed/model/memory.py, formed/formed/model/misc.py, |
28 |
|
formed/formed/model/nodecomponents.py, |
29 |
|
formed/formed/model/persistent.py: Fix coding declaration to be |
30 |
|
acceptable to both python and Emacs. |
31 |
|
|
32 |
|
2010-07-29 Torsten Irländer <[email protected]> |
33 |
|
|
34 |
|
* formed/formed/model/data.py: Added "invisible" attribute to |
35 |
|
BoolLeafs. This can be used to hide options in choicelists. so the |
36 |
|
user can not select the value in the user interface. But the db will |
37 |
|
have this option so is ist still present in the db an can be used |
38 |
|
* formed/formed/model/exprtree.py: Added "days" function. |
39 |
|
|
40 |
|
2010-07-26 Roland Geider <[email protected]> |
41 |
|
|
42 |
|
* formed/formed/model/nodecomponents.py, |
43 |
|
formed/formed/plugins/modify/rules.py: generated date rules take |
44 |
|
into consideration repeat groups |
45 |
|
|
46 |
|
2010-07-21 Torsten Irländer <[email protected]> |
47 |
|
|
48 |
|
Issue870 |
49 |
|
|
50 |
|
* formed/formed/plugins/modify/rules.py (descriptions): Do not collect |
51 |
|
all headers to the referenced fields. Only list labels of the error |
52 |
|
fields, which should be distinct enough. |
53 |
|
|
54 |
|
Issue851 |
55 |
|
|
56 |
|
* formed/formed/model/data.py |
57 |
|
formed/formed/plugins/export/new_sql.py |
58 |
|
formed/formed/plugins/web/view_renderer.py |
59 |
|
formed/formed/io/document.py |
60 |
|
formed/formed/config.py: Added Float-Field to Formed |
61 |
|
|
62 |
|
2010-06-11 Bernhard Herzog <[email protected]> |
63 |
|
|
64 |
|
* formed/formed/plugins/export/rg_sql.py |
65 |
|
(CREATE_DELETE_MASTER_TMPL): In create_master_tbl, call |
66 |
|
create_master_ds to create the master tbl entry. This way we can |
67 |
|
add SQL code that's specific to an MPuls instance to |
68 |
|
create_master_ds and still have create_master_tbl use that new |
69 |
|
code. This is useful for e.g. the JMD-Struktur part. |
70 |
|
|
71 |
|
2010-06-02 Roland Geider <[email protected]> |
72 |
|
|
73 |
|
* formed/formed/plugins/modify/rules.py: make the names of generated |
74 |
|
date-sequence-rules unique |
75 |
|
|
76 |
|
2010-06-02 Roland Geider <[email protected]> |
77 |
|
|
78 |
|
* formed/plugins/export/xls.py: updated regular expression |
79 |
|
|
80 |
|
2010-05-17 Frank Koormann <[email protected]> |
81 |
|
|
82 |
|
* formed/formed/plugins/export/latex.py: Improved section labeling. |
83 |
|
|
84 |
|
* formed/formed/plugins/export/xls.py: |
85 |
|
Export references (ie where are the lists used). |
86 |
|
|
87 |
|
2010-04-30 Torsten Irländer <[email protected]> |
88 |
|
|
89 |
|
* formed/formed/plugins/modify/rules.py (VariableType.substitute): Do |
90 |
|
not generate "%"-rules for required fields in repeat-groups. |
91 |
|
|
92 |
|
2010-04-28 Roland Geider <[email protected]> |
93 |
|
|
94 |
|
* formed/plugins/export/xls.py: Radiogroups are exported |
95 |
|
* formed/plugins/export/xsd.py: WASKA formedtree.xml validates XSD |
96 |
|
JMD formedtree.xml validates XSD |
97 |
|
|
98 |
|
2010-04-08 Torsten Irländer <[email protected]> |
99 |
|
|
100 |
|
* formed/formed/plugins/modify/rules.py |
101 |
|
(GenerateRequiredRules.generateDateSequenceRules): Add error mark to |
102 |
|
rules. Generete each rule twice to be able to render errors at both |
103 |
|
datefields. |
104 |
|
|
105 |
|
2010-04-07 Torsten Irländer <[email protected]> |
106 |
|
|
107 |
|
* formed/formed/plugins/export/rg_sql.py: Added "Revision"-Tag. |
108 |
|
|
109 |
|
2010-04-06 Torsten Irländer <[email protected]> |
110 |
|
|
111 |
|
* formed/formed/io/document.py (_toXML): Added comment with |
112 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
113 |
|
* formed/formed/plugins/export/new_sql.py |
114 |
|
(ExportAsSQLFilter.doExport): Added comment with |
115 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
116 |
|
* formed/formed/model/exprtree.py: Added years operator. |
117 |
|
|
118 |
|
2010-03-30 Roland Geider <[email protected]> |
119 |
|
|
120 |
|
* formed/formed/plugins/export/latex.py: Added filter |
121 |
|
|
122 |
|
2010-03-25 Roland Geider <[email protected]> |
123 |
|
|
124 |
|
* formed/formed/plugins/export/xsd.py: Generate valid XML |
125 |
|
|
126 |
|
2010-02-11 Frank Koormann <[email protected]> |
127 |
|
|
128 |
|
* formed/formed/plugins/export/xls.py: Allow groups in choices. |
129 |
|
|
130 |
|
2009-12-02 Torsten Irländer <[email protected]> |
131 |
|
|
132 |
|
* formed/formed/plugins/export/typemap.py: do not ignore conditional |
133 |
|
nodes on traversal. |
134 |
|
|
135 |
|
2009-11-17 Sascha L. Teichmann <[email protected]> |
136 |
|
|
137 |
|
* formed/formed/model/exprtree.py: Recognize '%' vars |
138 |
|
in compilation. Does not eval it! |
139 |
|
|
140 |
|
* formed/formed/plugins/modify/rules.py: Generate '%' vars |
141 |
|
for variables in repeat groups. |
142 |
|
|
143 |
|
2009-11-13 Sascha L. Teichmann <[email protected]> |
144 |
|
|
145 |
|
* formed/formed/plugins/export/typemap.py: Fixed to work |
146 |
|
with new repeat group nodes. |
147 |
|
|
148 |
|
2009-10-28 Sascha L. Teichmann <[email protected]> |
149 |
|
|
150 |
|
* formed/formed/plugins/export/xsd.py, |
151 |
|
formed/formed/plugins/export/sql.py, |
152 |
|
formed/formed/plugins/export/new_sql.py: Allow groups in choices. |
153 |
|
|
154 |
|
2009-10-07 Frank Koormann <[email protected]> |
155 |
|
|
156 |
|
* formed/formed/plugins/export/latex.py: |
157 |
|
Adjusted textprocessing to escape tex-active characters. |
158 |
|
|
159 |
2009-10-07 Sascha L. Teichmann <[email protected]> |
2009-10-07 Sascha L. Teichmann <[email protected]> |
160 |
|
|
161 |
* formed/formed/plugins/export/html.py, formed/formed/plugins/export/latex.py, |
* formed/formed/plugins/export/html.py, formed/formed/plugins/export/latex.py, |