/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 335 by torsten, Wed Jun 17 10:45:48 2009 UTC revision 393 by torsten, Tue Aug 10 15:53:42 2010 UTC
# Line 1  Line 1 
1    2010-08-10  Torsten Irländer <[email protected]>
2    
3            * contrib/diff_formed.py: New helperscript to diff to given
4              formedtrees
5    
6    2010-08-09      Roland Geider <[email protected]>
7    
8            * formed/model/exprtree.py: fixed typo
9    
10    2010-08-04  Bernhard Herzog  <[email protected]>
11    
12            * formed/po/de_DE.po: Update translations
13    
14    2010-08-04  Bernhard Herzog  <[email protected]>
15    
16            * formed/po/formed.pot: Regenerated.
17    
18            * formed/po/de_DE.po: Update.
19    
20    2010-08-04  Bernhard Herzog  <[email protected]>
21    
22            * formed/po/Makefile: Use correct filename of the pot-file in the
23            usage message
24    
25    2010-08-04  Bernhard Herzog  <[email protected]>
26    
27            * formed/po/Makefile (LIST_POTFILES): Sort the file names to make
28            the order of entries in the .pot-file more predictable.
29    
30    2010-08-04  Bernhard Herzog  <[email protected]>
31    
32            * formed/formed/model/nodecomponents.py (RootNode.__init__)
33            (RootNode.getVersion, RootNode.setVersion): Add attribute
34            "version" and accessor methods.
35    
36            * formed/formed/main.py (MainFrame.OnSetDocumentVersion): New. Let
37            the user set the document version.
38            (MainFrame._createMenuBar): Add menu item for OnSetDocumentVersion
39    
40    2010-08-02  Bernhard Herzog  <[email protected]>
41    
42            * formed/formed.py, formed/formed/io/document.py,
43            formed/formed/io/factories.py, formed/formed/io/parser.py,
44            formed/formed/model/data.py, formed/formed/model/event.py,
45            formed/formed/model/expr.py, formed/formed/model/exprtree.py,
46            formed/formed/model/memory.py, formed/formed/model/misc.py,
47            formed/formed/model/nodecomponents.py,
48            formed/formed/model/persistent.py: Fix coding declaration to be
49            acceptable to both python and Emacs.
50    
51    2010-07-29  Torsten Irländer <[email protected]>
52    
53            * formed/formed/model/data.py: Added "invisible" attribute to
54            BoolLeafs. This can be used to hide options in choicelists. so the
55            user can not select the value in the user interface. But the db will
56            have this option so is ist still present in the db an can be used
57            * formed/formed/model/exprtree.py: Added "days" function.
58    
59    2010-07-26      Roland Geider <[email protected]>
60    
61            * formed/formed/model/nodecomponents.py,
62              formed/formed/plugins/modify/rules.py: generated date rules take
63              into consideration repeat groups
64    
65    2010-07-21  Torsten Irländer <[email protected]>
66    
67            Issue870
68    
69            * formed/formed/plugins/modify/rules.py (descriptions): Do not collect
70            all headers to the referenced fields. Only list labels of the error
71            fields, which should be distinct enough.
72    
73            Issue851
74    
75            * formed/formed/model/data.py
76              formed/formed/plugins/export/new_sql.py
77              formed/formed/plugins/web/view_renderer.py
78              formed/formed/io/document.py
79              formed/formed/config.py: Added Float-Field to Formed
80    
81    2010-06-11  Bernhard Herzog  <[email protected]>
82    
83            * formed/formed/plugins/export/rg_sql.py
84            (CREATE_DELETE_MASTER_TMPL): In create_master_tbl, call
85            create_master_ds to create the master tbl entry.  This way we can
86            add SQL code that's specific to an MPuls instance to
87            create_master_ds and still have create_master_tbl use that new
88            code.  This is useful for e.g. the JMD-Struktur part.
89    
90    2010-06-02      Roland Geider <[email protected]>
91    
92            * formed/formed/plugins/modify/rules.py: make the names of generated
93              date-sequence-rules unique
94    
95    2010-06-02      Roland Geider <[email protected]>
96    
97            * formed/plugins/export/xls.py: updated regular expression
98    
99    2010-05-17      Frank Koormann <[email protected]>
100    
101            * formed/formed/plugins/export/latex.py: Improved section labeling.
102    
103            * formed/formed/plugins/export/xls.py:
104              Export references (ie where are the lists used).
105    
106    2010-04-30  Torsten Irländer <[email protected]>
107    
108            * formed/formed/plugins/modify/rules.py (VariableType.substitute): Do
109            not generate "%"-rules for required fields in repeat-groups.
110    
111    2010-04-28      Roland Geider <[email protected]>
112    
113            * formed/plugins/export/xls.py: Radiogroups are exported
114            * formed/plugins/export/xsd.py: WASKA formedtree.xml validates XSD
115              JMD formedtree.xml validates XSD
116    
117    2010-04-08  Torsten Irländer <[email protected]>
118    
119            * formed/formed/plugins/modify/rules.py
120            (GenerateRequiredRules.generateDateSequenceRules): Add error mark to
121            rules. Generete each rule twice to be able to render errors at both
122            datefields.
123    
124    2010-04-07  Torsten Irländer <[email protected]>
125    
126            * formed/formed/plugins/export/rg_sql.py: Added "Revision"-Tag.
127    
128    2010-04-06  Torsten Irländer <[email protected]>
129    
130            * formed/formed/io/document.py (_toXML): Added comment with
131            "$Revision"-tag. This tag will/can then be substituted by the VCS.
132            * formed/formed/plugins/export/new_sql.py
133            (ExportAsSQLFilter.doExport): Added comment with
134            "$Revision"-tag. This tag will/can then be substituted by the VCS.
135            * formed/formed/model/exprtree.py: Added years operator.
136    
137    2010-03-30      Roland Geider <[email protected]>
138    
139            * formed/formed/plugins/export/latex.py: Added filter
140    
141    2010-03-25      Roland Geider <[email protected]>
142    
143            * formed/formed/plugins/export/xsd.py: Generate valid XML
144    
145    2010-02-11      Frank Koormann <[email protected]>
146    
147            * formed/formed/plugins/export/xls.py: Allow groups in choices.
148    
149    2009-12-02      Torsten Irländer <[email protected]>
150    
151            * formed/formed/plugins/export/typemap.py: do not ignore conditional
152              nodes on traversal.
153    
154    2009-11-17      Sascha L. Teichmann <[email protected]>
155    
156            * formed/formed/model/exprtree.py: Recognize '%' vars
157              in compilation. Does not eval it!
158    
159            * formed/formed/plugins/modify/rules.py: Generate '%' vars
160              for variables in repeat groups.
161    
162    2009-11-13      Sascha L. Teichmann <[email protected]>
163    
164            * formed/formed/plugins/export/typemap.py: Fixed to work
165            with new repeat group nodes.
166    
167    2009-10-28      Sascha L. Teichmann <[email protected]>
168    
169            * formed/formed/plugins/export/xsd.py,
170            formed/formed/plugins/export/sql.py,
171            formed/formed/plugins/export/new_sql.py: Allow groups in choices.
172    
173    2009-10-07      Frank Koormann <[email protected]>
174    
175            * formed/formed/plugins/export/latex.py:
176            Adjusted textprocessing to escape tex-active characters.
177    
178    2009-10-07      Sascha L. Teichmann <[email protected]>
179    
180            * formed/formed/plugins/export/html.py, formed/formed/plugins/export/latex.py,
181            formed/formed/plugins/export/html2.py: Adjusted to cope with
182            "semi-complete" implementation of logbook tree structure.
183    
184    2009-06-18      Torsten Irländer <[email protected]>
185    
186            * formed/formed/plugins/export/new_sql.py,
187              formed/formed/plugins/export/rg_sql.py: Fixed some sql errors, and
188              added permissions.
189    
190    2009-06-18      Torsten Irländer <[email protected]>
191    
192            * formed/formed/plugins/export/new_sql.py: Commented out generation of
193            page_views, as they do not work with rgroups.
194    
195  2009-06-17      Torsten Irländer <[email protected]>  2009-06-17      Torsten Irländer <[email protected]>
196    
197          * formed/formed/plugins/export/new_sql.py: Fixed anonymize function          * formed/formed/plugins/export/new_sql.py: Fixed anonymize function

Legend:
Removed from v.335  
changed lines
  Added in v.393

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26