1 |
|
2010-04-08 Torsten Irländer <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/modify/rules.py |
4 |
|
(GenerateRequiredRules.generateDateSequenceRules): Add error mark to |
5 |
|
rules. Generete each rule twice to be able to render errors at both |
6 |
|
datefields. |
7 |
|
|
8 |
|
2010-04-07 Torsten Irländer <[email protected]> |
9 |
|
|
10 |
|
* formed/formed/plugins/export/rg_sql.py: Added "Revision"-Tag. |
11 |
|
|
12 |
|
2010-04-06 Torsten Irländer <[email protected]> |
13 |
|
|
14 |
|
* formed/formed/io/document.py (_toXML): Added comment with |
15 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
16 |
|
* formed/formed/plugins/export/new_sql.py |
17 |
|
(ExportAsSQLFilter.doExport): Added comment with |
18 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
19 |
|
* formed/formed/model/exprtree.py: Added years operator. |
20 |
|
|
21 |
|
2010-03-30 Roland Geider <[email protected]> |
22 |
|
|
23 |
|
* formed/formed/plugins/export/latex.py: Added filter |
24 |
|
|
25 |
|
2010-03-25 Roland Geider <[email protected]> |
26 |
|
|
27 |
|
* formed/formed/plugins/export/xsd.py: Generate valid XML |
28 |
|
|
29 |
|
2010-02-11 Frank Koormann <[email protected]> |
30 |
|
|
31 |
|
* formed/formed/plugins/export/xls.py: Allow groups in choices. |
32 |
|
|
33 |
|
2009-12-02 Torsten Irländer <[email protected]> |
34 |
|
|
35 |
|
* formed/formed/plugins/export/typemap.py: do not ignore conditional |
36 |
|
nodes on traversal. |
37 |
|
|
38 |
|
2009-11-17 Sascha L. Teichmann <[email protected]> |
39 |
|
|
40 |
|
* formed/formed/model/exprtree.py: Recognize '%' vars |
41 |
|
in compilation. Does not eval it! |
42 |
|
|
43 |
|
* formed/formed/plugins/modify/rules.py: Generate '%' vars |
44 |
|
for variables in repeat groups. |
45 |
|
|
46 |
|
2009-11-13 Sascha L. Teichmann <[email protected]> |
47 |
|
|
48 |
|
* formed/formed/plugins/export/typemap.py: Fixed to work |
49 |
|
with new repeat group nodes. |
50 |
|
|
51 |
|
2009-10-28 Sascha L. Teichmann <[email protected]> |
52 |
|
|
53 |
|
* formed/formed/plugins/export/xsd.py, |
54 |
|
formed/formed/plugins/export/sql.py, |
55 |
|
formed/formed/plugins/export/new_sql.py: Allow groups in choices. |
56 |
|
|
57 |
|
2009-10-07 Frank Koormann <[email protected]> |
58 |
|
|
59 |
|
* formed/formed/plugins/export/latex.py: |
60 |
|
Adjusted textprocessing to escape tex-active characters. |
61 |
|
|
62 |
|
2009-10-07 Sascha L. Teichmann <[email protected]> |
63 |
|
|
64 |
|
* formed/formed/plugins/export/html.py, formed/formed/plugins/export/latex.py, |
65 |
|
formed/formed/plugins/export/html2.py: Adjusted to cope with |
66 |
|
"semi-complete" implementation of logbook tree structure. |
67 |
|
|
68 |
2009-06-18 Torsten Irländer <[email protected]> |
2009-06-18 Torsten Irländer <[email protected]> |
69 |
|
|
70 |
* formed/formed/plugins/export/new_sql.py, |
* formed/formed/plugins/export/new_sql.py, |