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