/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.343  
changed lines
  Added in v.382

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26