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