/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 334 by teichmann, Wed Jun 17 09:42:37 2009 UTC revision 386 by roland, Mon Aug 9 09:36:22 2010 UTC
# Line 1  Line 1 
1    2010-08-09      Roland Geider <[email protected]>
2    
3            * formed/model/exprtree.py: fixed typo
4    
5    2010-08-04  Bernhard Herzog  <[email protected]>
6    
7            * formed/po/de_DE.po: Update translations
8    
9    2010-08-04  Bernhard Herzog  <[email protected]>
10    
11            * formed/po/formed.pot: Regenerated.
12    
13            * formed/po/de_DE.po: Update.
14    
15    2010-08-04  Bernhard Herzog  <[email protected]>
16    
17            * formed/po/Makefile: Use correct filename of the pot-file in the
18            usage message
19    
20    2010-08-04  Bernhard Herzog  <[email protected]>
21    
22            * formed/po/Makefile (LIST_POTFILES): Sort the file names to make
23            the order of entries in the .pot-file more predictable.
24    
25    2010-08-04  Bernhard Herzog  <[email protected]>
26    
27            * formed/formed/model/nodecomponents.py (RootNode.__init__)
28            (RootNode.getVersion, RootNode.setVersion): Add attribute
29            "version" and accessor methods.
30    
31            * formed/formed/main.py (MainFrame.OnSetDocumentVersion): New. Let
32            the user set the document version.
33            (MainFrame._createMenuBar): Add menu item for OnSetDocumentVersion
34    
35    2010-08-02  Bernhard Herzog  <[email protected]>
36    
37            * formed/formed.py, formed/formed/io/document.py,
38            formed/formed/io/factories.py, formed/formed/io/parser.py,
39            formed/formed/model/data.py, formed/formed/model/event.py,
40            formed/formed/model/expr.py, formed/formed/model/exprtree.py,
41            formed/formed/model/memory.py, formed/formed/model/misc.py,
42            formed/formed/model/nodecomponents.py,
43            formed/formed/model/persistent.py: Fix coding declaration to be
44            acceptable to both python and Emacs.
45    
46    2010-07-29  Torsten Irländer <[email protected]>
47    
48            * formed/formed/model/data.py: Added "invisible" attribute to
49            BoolLeafs. This can be used to hide options in choicelists. so the
50            user can not select the value in the user interface. But the db will
51            have this option so is ist still present in the db an can be used
52            * formed/formed/model/exprtree.py: Added "days" function.
53    
54    2010-07-26      Roland Geider <[email protected]>
55    
56            * formed/formed/model/nodecomponents.py,
57              formed/formed/plugins/modify/rules.py: generated date rules take
58              into consideration repeat groups
59    
60    2010-07-21  Torsten Irländer <[email protected]>
61    
62            Issue870
63    
64            * formed/formed/plugins/modify/rules.py (descriptions): Do not collect
65            all headers to the referenced fields. Only list labels of the error
66            fields, which should be distinct enough.
67    
68            Issue851
69    
70            * formed/formed/model/data.py
71              formed/formed/plugins/export/new_sql.py
72              formed/formed/plugins/web/view_renderer.py
73              formed/formed/io/document.py
74              formed/formed/config.py: Added Float-Field to Formed
75    
76    2010-06-11  Bernhard Herzog  <[email protected]>
77    
78            * formed/formed/plugins/export/rg_sql.py
79            (CREATE_DELETE_MASTER_TMPL): In create_master_tbl, call
80            create_master_ds to create the master tbl entry.  This way we can
81            add SQL code that's specific to an MPuls instance to
82            create_master_ds and still have create_master_tbl use that new
83            code.  This is useful for e.g. the JMD-Struktur part.
84    
85    2010-06-02      Roland Geider <[email protected]>
86    
87            * formed/formed/plugins/modify/rules.py: make the names of generated
88              date-sequence-rules unique
89    
90    2010-06-02      Roland Geider <[email protected]>
91    
92            * formed/plugins/export/xls.py: updated regular expression
93    
94    2010-05-17      Frank Koormann <[email protected]>
95    
96            * formed/formed/plugins/export/latex.py: Improved section labeling.
97    
98            * formed/formed/plugins/export/xls.py:
99              Export references (ie where are the lists used).
100    
101    2010-04-30  Torsten Irländer <[email protected]>
102    
103            * formed/formed/plugins/modify/rules.py (VariableType.substitute): Do
104            not generate "%"-rules for required fields in repeat-groups.
105    
106    2010-04-28      Roland Geider <[email protected]>
107    
108            * formed/plugins/export/xls.py: Radiogroups are exported
109            * formed/plugins/export/xsd.py: WASKA formedtree.xml validates XSD
110              JMD formedtree.xml validates XSD
111    
112    2010-04-08  Torsten Irländer <[email protected]>
113    
114            * formed/formed/plugins/modify/rules.py
115            (GenerateRequiredRules.generateDateSequenceRules): Add error mark to
116            rules. Generete each rule twice to be able to render errors at both
117            datefields.
118    
119    2010-04-07  Torsten Irländer <[email protected]>
120    
121            * formed/formed/plugins/export/rg_sql.py: Added "Revision"-Tag.
122    
123    2010-04-06  Torsten Irländer <[email protected]>
124    
125            * formed/formed/io/document.py (_toXML): Added comment with
126            "$Revision"-tag. This tag will/can then be substituted by the VCS.
127            * formed/formed/plugins/export/new_sql.py
128            (ExportAsSQLFilter.doExport): Added comment with
129            "$Revision"-tag. This tag will/can then be substituted by the VCS.
130            * formed/formed/model/exprtree.py: Added years operator.
131    
132    2010-03-30      Roland Geider <[email protected]>
133    
134            * formed/formed/plugins/export/latex.py: Added filter
135    
136    2010-03-25      Roland Geider <[email protected]>
137    
138            * formed/formed/plugins/export/xsd.py: Generate valid XML
139    
140    2010-02-11      Frank Koormann <[email protected]>
141    
142            * formed/formed/plugins/export/xls.py: Allow groups in choices.
143    
144    2009-12-02      Torsten Irländer <[email protected]>
145    
146            * formed/formed/plugins/export/typemap.py: do not ignore conditional
147              nodes on traversal.
148    
149    2009-11-17      Sascha L. Teichmann <[email protected]>
150    
151            * formed/formed/model/exprtree.py: Recognize '%' vars
152              in compilation. Does not eval it!
153    
154            * formed/formed/plugins/modify/rules.py: Generate '%' vars
155              for variables in repeat groups.
156    
157    2009-11-13      Sascha L. Teichmann <[email protected]>
158    
159            * formed/formed/plugins/export/typemap.py: Fixed to work
160            with new repeat group nodes.
161    
162    2009-10-28      Sascha L. Teichmann <[email protected]>
163    
164            * formed/formed/plugins/export/xsd.py,
165            formed/formed/plugins/export/sql.py,
166            formed/formed/plugins/export/new_sql.py: Allow groups in choices.
167    
168    2009-10-07      Frank Koormann <[email protected]>
169    
170            * formed/formed/plugins/export/latex.py:
171            Adjusted textprocessing to escape tex-active characters.
172    
173    2009-10-07      Sascha L. Teichmann <[email protected]>
174    
175            * formed/formed/plugins/export/html.py, formed/formed/plugins/export/latex.py,
176            formed/formed/plugins/export/html2.py: Adjusted to cope with
177            "semi-complete" implementation of logbook tree structure.
178    
179    2009-06-18      Torsten Irländer <[email protected]>
180    
181            * formed/formed/plugins/export/new_sql.py,
182              formed/formed/plugins/export/rg_sql.py: Fixed some sql errors, and
183              added permissions.
184    
185    2009-06-18      Torsten Irländer <[email protected]>
186    
187            * formed/formed/plugins/export/new_sql.py: Commented out generation of
188            page_views, as they do not work with rgroups.
189    
190    2009-06-17      Torsten Irländer <[email protected]>
191    
192            * formed/formed/plugins/export/new_sql.py: Fixed anonymize function
193            and rolenames.
194    
195    2009-06-17      Sascha L. Teichmann <[email protected]>
196    
197            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
198    
199    2009-05-26      Sascha L. Teichmann <[email protected]>
200    
201            * formed/formed/plugins/names/filter.py: small optimization.
202    
203    2009-05-26      Sascha L. Teichmann <[email protected]>
204    
205            * formed/formed/plugins/names/filter.py: Repaired unique filter for
206              nodecomponent names.
207    
208    2009-05-06      Sascha L. Teichmann <[email protected]>
209    
210            * formed/formed/plugins/export/rg_sql.py: Only create depending
211              repeat groups if no uuid is given. If a uuid is given then
212              the creation is triggered by an xml import.
213    
214    2009-04-28      Sascha L. Teichmann <[email protected]>
215    
216            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
217              replace the old one. The new one faciliates the new RepeatNode instead
218              of the Group.isRepeat() method to tell if something is to be repeated.
219    
220            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
221              The old one is deactivated.
222    
223            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
224    
225    2009-04-28      Sascha L. Teichmann <[email protected]>
226    
227            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
228              TODO: Adjust execution rights.
229    
230    2009-04-27      Sascha L. Teichmann <[email protected]>
231    
232            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
233              Add functions to create dataset.
234    
235    2009-04-24      Sascha L. Teichmann <[email protected]>
236    
237            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
238              tree structure functions in database.
239    
240            * formed/formed/config.py: load plug-in.
241    
242    2009-04-16      Sascha L. Teichmann <[email protected]>
243    
244            * formed/formed/model/data.py: Added 'digest' attribute to
245              RepeatNode. Removed needless methods
246    
247    2009-04-16      Sascha L. Teichmann <[email protected]>
248    
249            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
250              more readable with '=' and '<>'.
251    
252    2009-04-02      Sascha L. Teichmann <[email protected]>
253    
254            * formed/formed/plugins/export/sql.py: call anonymization
255              of uuid on anonymization of case.
256    
257    2009-03-31      Sascha L. Teichmann <[email protected]>
258    
259            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
260              case_anonymize().
261    
262    2009-03-31      Sascha L. Teichmann <[email protected]>
263    
264            * formed/formed/model/exprtree.py: Add some code to pretty print
265              the trees infix.
266    
267            * formed/formed/plugins/export/rules.py: New. Exporter for human
268              readable rules.
269    
270            * formed/formed/plugins/export/html.py: Fixed HTML generation.
271    
272            * formed/formed/config.py: Added new new Rule export plug-in.
273    
274    2009-03-31      Sascha L. Teichmann <[email protected]>
275    
276            * formed/formed/model/exprtree.py: Fixes from server. Raise
277              exceptions if there is less or more than one element on stack
278              after compilation of expression.
279    
280    2009-03-20      Sascha L. Teichmann <[email protected]>
281    
282            * formed/formed/model/data.py: Removed debug output
283    
284            * formed/formed/plugins/modify/rules.py: Fixed error message.
285              Generate past and future rules.
286    
287    2009-03-16      Sascha L. Teichmann <[email protected]>
288    
289            * formed/formed/model/exprtree.py: Forget to call today with context.
290    
291    2009-03-16      Sascha L. Teichmann <[email protected]>
292    
293            * formed/formed/io/document.py: Fixed syntax typo.
294    
295    2009-03-16      Sascha L. Teichmann <[email protected]>
296    
297            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
298    
299    2009-03-16      Sascha L. Teichmann <[email protected]>
300    
301            * formed/formed/model/data.py: Added ConditionalNode
302    
303            * formed/formed/io/document.py: Make ConditionalNode loadable.
304    
305    2009-03-13      Sascha L. Teichmann <[email protected]>
306    
307            * formed/formed/plugins/modify/rules.py: Make the error descriptions
308              in date sequence rules more precise.
309    
310    2009-03-13      Sascha L. Teichmann <[email protected]>
311    
312            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
313    
314    2009-03-13      Sascha L. Teichmann <[email protected]>
315    
316            * formed/formed/model/exprtree.py: New tree based expression engine.
317    
318            * formed/formed/model/__init__.py, formed/formed/model/data.py:
319              Adjusted imports.
320    
321    2009-03-12      Torsten Irländer <[email protected]>
322    2009-06-17      Sascha L. Teichmann <[email protected]>
323    
324            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
325    
326    2009-05-26      Sascha L. Teichmann <[email protected]>
327    
328            * formed/formed/plugins/names/filter.py: small optimization.
329    
330    2009-05-26      Sascha L. Teichmann <[email protected]>
331    
332            * formed/formed/plugins/names/filter.py: Repaired unique filter for
333              nodecomponent names.
334    
335    2009-05-06      Sascha L. Teichmann <[email protected]>
336    
337            * formed/formed/plugins/export/rg_sql.py: Only create depending
338              repeat groups if no uuid is given. If a uuid is given then
339              the creation is triggered by an xml import.
340    
341    2009-04-28      Sascha L. Teichmann <[email protected]>
342    
343            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
344              replace the old one. The new one faciliates the new RepeatNode instead
345              of the Group.isRepeat() method to tell if something is to be repeated.
346    
347            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
348              The old one is deactivated.
349    
350            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
351    
352    2009-04-28      Sascha L. Teichmann <[email protected]>
353    
354            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
355              TODO: Adjust execution rights.
356    
357    2009-04-27      Sascha L. Teichmann <[email protected]>
358    
359            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
360              Add functions to create dataset.
361    
362    2009-04-24      Sascha L. Teichmann <[email protected]>
363    
364            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
365              tree structure functions in database.
366    
367            * formed/formed/config.py: load plug-in.
368    
369    2009-04-16      Sascha L. Teichmann <[email protected]>
370    
371            * formed/formed/model/data.py: Added 'digest' attribute to
372              RepeatNode. Removed needless methods
373    
374    2009-04-16      Sascha L. Teichmann <[email protected]>
375    
376            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
377              more readable with '=' and '<>'.
378    
379    2009-04-02      Sascha L. Teichmann <[email protected]>
380    
381            * formed/formed/plugins/export/sql.py: call anonymization
382              of uuid on anonymization of case.
383    
384    2009-03-31      Sascha L. Teichmann <[email protected]>
385    
386            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
387              case_anonymize().
388    
389    2009-03-31      Sascha L. Teichmann <[email protected]>
390    
391            * formed/formed/model/exprtree.py: Add some code to pretty print
392              the trees infix.
393    
394            * formed/formed/plugins/export/rules.py: New. Exporter for human
395              readable rules.
396    
397            * formed/formed/plugins/export/html.py: Fixed HTML generation.
398    
399            * formed/formed/config.py: Added new new Rule export plug-in.
400    
401    2009-03-31      Sascha L. Teichmann <[email protected]>
402    
403            * formed/formed/model/exprtree.py: Fixes from server. Raise
404              exceptions if there is less or more than one element on stack
405              after compilation of expression.
406    
407    2009-03-20      Sascha L. Teichmann <[email protected]>
408    
409            * formed/formed/model/data.py: Removed debug output
410    
411            * formed/formed/plugins/modify/rules.py: Fixed error message.
412              Generate past and future rules.
413    
414    2009-03-16      Sascha L. Teichmann <[email protected]>
415    
416            * formed/formed/model/exprtree.py: Forget to call today with context.
417    
418    2009-03-16      Sascha L. Teichmann <[email protected]>
419    
420            * formed/formed/io/document.py: Fixed syntax typo.
421    
422    2009-03-16      Sascha L. Teichmann <[email protected]>
423    
424            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
425    
426    2009-03-16      Sascha L. Teichmann <[email protected]>
427    
428            * formed/formed/model/data.py: Added ConditionalNode
429    
430            * formed/formed/io/document.py: Make ConditionalNode loadable.
431    
432    2009-03-13      Sascha L. Teichmann <[email protected]>
433    
434            * formed/formed/plugins/modify/rules.py: Make the error descriptions
435              in date sequence rules more precise.
436    
437    2009-03-13      Sascha L. Teichmann <[email protected]>
438    
439            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
440    
441    2009-03-13      Sascha L. Teichmann <[email protected]>
442    
443            * formed/formed/model/exprtree.py: New tree based expression engine.
444    
445            * formed/formed/model/__init__.py, formed/formed/model/data.py:
446              Adjusted imports.
447    
448    2009-03-12      Torsten Irländer <[email protected]>
449  2009-06-17      Sascha L. Teichmann <[email protected]>  2009-06-17      Sascha L. Teichmann <[email protected]>
450    
451          * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.          * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.

Legend:
Removed from v.334  
changed lines
  Added in v.386

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26