/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.339  
changed lines
  Added in v.377

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26