/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 307 by teichmann, Fri Feb 6 17:24:27 2009 UTC revision 397 by roland, Tue Sep 14 07:41:39 2010 UTC
# Line 1  Line 1 
1  2009-02-09      Sascha L. Teichmanne <[email protected]>  2010-09-14 Roland Geider <[email protected]>
2    
3            * formed/formed/plugins/export/xsd.py: issue1131: update XSD for new
4              formedtree structure
5    
6    2010-09-01 Roland Geider <[email protected]>
7    
8            * formed/formed/plugins/modify/rules.py: issue1050: mandatory fields
9              appearing double.
10              The problem was that the way the formEditor handled fields with
11              manually created rules changed. Instead of ignoring fields (very
12              early behaviour) or always generating them (early behaviour), now the
13              formED will only ignore fields with rules which name starts with
14              'required-rule-manual'. This is helpful when the rules for mandatory
15              fields are more complex (e.g. mother's name is only required if
16              mother is known).
17    
18    2010-08-10  Torsten Irländer <[email protected]>
19    
20            * contrib/diff_formed.py: New helperscript to diff to given
21              formedtrees
22    
23    2010-08-09      Roland Geider <[email protected]>
24    
25            * formed/model/exprtree.py: fixed typo
26    
27    2010-08-04  Bernhard Herzog  <[email protected]>
28    
29            * formed/po/de_DE.po: Update translations
30    
31    2010-08-04  Bernhard Herzog  <[email protected]>
32    
33            * formed/po/formed.pot: Regenerated.
34    
35            * formed/po/de_DE.po: Update.
36    
37    2010-08-04  Bernhard Herzog  <[email protected]>
38    
39            * formed/po/Makefile: Use correct filename of the pot-file in the
40            usage message
41    
42    2010-08-04  Bernhard Herzog  <[email protected]>
43    
44            * formed/po/Makefile (LIST_POTFILES): Sort the file names to make
45            the order of entries in the .pot-file more predictable.
46    
47    2010-08-04  Bernhard Herzog  <[email protected]>
48    
49            * formed/formed/model/nodecomponents.py (RootNode.__init__)
50            (RootNode.getVersion, RootNode.setVersion): Add attribute
51            "version" and accessor methods.
52    
53            * formed/formed/main.py (MainFrame.OnSetDocumentVersion): New. Let
54            the user set the document version.
55            (MainFrame._createMenuBar): Add menu item for OnSetDocumentVersion
56    
57    2010-08-02  Bernhard Herzog  <[email protected]>
58    
59            * formed/formed.py, formed/formed/io/document.py,
60            formed/formed/io/factories.py, formed/formed/io/parser.py,
61            formed/formed/model/data.py, formed/formed/model/event.py,
62            formed/formed/model/expr.py, formed/formed/model/exprtree.py,
63            formed/formed/model/memory.py, formed/formed/model/misc.py,
64            formed/formed/model/nodecomponents.py,
65            formed/formed/model/persistent.py: Fix coding declaration to be
66            acceptable to both python and Emacs.
67    
68    2010-07-29  Torsten Irländer <[email protected]>
69    
70            * formed/formed/model/data.py: Added "invisible" attribute to
71            BoolLeafs. This can be used to hide options in choicelists. so the
72            user can not select the value in the user interface. But the db will
73            have this option so is ist still present in the db an can be used
74            * formed/formed/model/exprtree.py: Added "days" function.
75    
76    2010-07-26      Roland Geider <[email protected]>
77    
78            * formed/formed/model/nodecomponents.py,
79              formed/formed/plugins/modify/rules.py: generated date rules take
80              into consideration repeat groups
81    
82    2010-07-21  Torsten Irländer <[email protected]>
83    
84            Issue870
85    
86            * formed/formed/plugins/modify/rules.py (descriptions): Do not collect
87            all headers to the referenced fields. Only list labels of the error
88            fields, which should be distinct enough.
89    
90            Issue851
91    
92            * formed/formed/model/data.py
93              formed/formed/plugins/export/new_sql.py
94              formed/formed/plugins/web/view_renderer.py
95              formed/formed/io/document.py
96              formed/formed/config.py: Added Float-Field to Formed
97    
98    2010-06-11  Bernhard Herzog  <[email protected]>
99    
100            * formed/formed/plugins/export/rg_sql.py
101            (CREATE_DELETE_MASTER_TMPL): In create_master_tbl, call
102            create_master_ds to create the master tbl entry.  This way we can
103            add SQL code that's specific to an MPuls instance to
104            create_master_ds and still have create_master_tbl use that new
105            code.  This is useful for e.g. the JMD-Struktur part.
106    
107    2010-06-02      Roland Geider <[email protected]>
108    
109            * formed/formed/plugins/modify/rules.py: make the names of generated
110              date-sequence-rules unique
111    
112    2010-06-02      Roland Geider <[email protected]>
113    
114            * formed/plugins/export/xls.py: updated regular expression
115    
116    2010-05-17      Frank Koormann <[email protected]>
117    
118            * formed/formed/plugins/export/latex.py: Improved section labeling.
119    
120            * formed/formed/plugins/export/xls.py:
121              Export references (ie where are the lists used).
122    
123    2010-04-30  Torsten Irländer <[email protected]>
124    
125            * formed/formed/plugins/modify/rules.py (VariableType.substitute): Do
126            not generate "%"-rules for required fields in repeat-groups.
127    
128    2010-04-28      Roland Geider <[email protected]>
129    
130            * formed/plugins/export/xls.py: Radiogroups are exported
131            * formed/plugins/export/xsd.py: WASKA formedtree.xml validates XSD
132              JMD formedtree.xml validates XSD
133    
134    2010-04-08  Torsten Irländer <[email protected]>
135    
136            * formed/formed/plugins/modify/rules.py
137            (GenerateRequiredRules.generateDateSequenceRules): Add error mark to
138            rules. Generete each rule twice to be able to render errors at both
139            datefields.
140    
141    2010-04-07  Torsten Irländer <[email protected]>
142    
143            * formed/formed/plugins/export/rg_sql.py: Added "Revision"-Tag.
144    
145    2010-04-06  Torsten Irländer <[email protected]>
146    
147            * formed/formed/io/document.py (_toXML): Added comment with
148            "$Revision"-tag. This tag will/can then be substituted by the VCS.
149            * formed/formed/plugins/export/new_sql.py
150            (ExportAsSQLFilter.doExport): Added comment with
151            "$Revision"-tag. This tag will/can then be substituted by the VCS.
152            * formed/formed/model/exprtree.py: Added years operator.
153    
154    2010-03-30      Roland Geider <[email protected]>
155    
156            * formed/formed/plugins/export/latex.py: Added filter
157    
158    2010-03-25      Roland Geider <[email protected]>
159    
160            * formed/formed/plugins/export/xsd.py: Generate valid XML
161    
162    2010-02-11      Frank Koormann <[email protected]>
163    
164            * formed/formed/plugins/export/xls.py: Allow groups in choices.
165    
166    2009-12-02      Torsten Irländer <[email protected]>
167    
168            * formed/formed/plugins/export/typemap.py: do not ignore conditional
169              nodes on traversal.
170    
171    2009-11-17      Sascha L. Teichmann <[email protected]>
172    
173            * formed/formed/model/exprtree.py: Recognize '%' vars
174              in compilation. Does not eval it!
175    
176            * formed/formed/plugins/modify/rules.py: Generate '%' vars
177              for variables in repeat groups.
178    
179    2009-11-13      Sascha L. Teichmann <[email protected]>
180    
181            * formed/formed/plugins/export/typemap.py: Fixed to work
182            with new repeat group nodes.
183    
184    2009-10-28      Sascha L. Teichmann <[email protected]>
185    
186            * formed/formed/plugins/export/xsd.py,
187            formed/formed/plugins/export/sql.py,
188            formed/formed/plugins/export/new_sql.py: Allow groups in choices.
189    
190    2009-10-07      Frank Koormann <[email protected]>
191    
192            * formed/formed/plugins/export/latex.py:
193            Adjusted textprocessing to escape tex-active characters.
194    
195    2009-10-07      Sascha L. Teichmann <[email protected]>
196    
197            * formed/formed/plugins/export/html.py, formed/formed/plugins/export/latex.py,
198            formed/formed/plugins/export/html2.py: Adjusted to cope with
199            "semi-complete" implementation of logbook tree structure.
200    
201    2009-06-18      Torsten Irländer <[email protected]>
202    
203            * formed/formed/plugins/export/new_sql.py,
204              formed/formed/plugins/export/rg_sql.py: Fixed some sql errors, and
205              added permissions.
206    
207    2009-06-18      Torsten Irländer <[email protected]>
208    
209            * formed/formed/plugins/export/new_sql.py: Commented out generation of
210            page_views, as they do not work with rgroups.
211    
212    2009-06-17      Torsten Irländer <[email protected]>
213    
214            * formed/formed/plugins/export/new_sql.py: Fixed anonymize function
215            and rolenames.
216    
217    2009-06-17      Sascha L. Teichmann <[email protected]>
218    
219            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
220    
221    2009-05-26      Sascha L. Teichmann <[email protected]>
222    
223            * formed/formed/plugins/names/filter.py: small optimization.
224    
225    2009-05-26      Sascha L. Teichmann <[email protected]>
226    
227            * formed/formed/plugins/names/filter.py: Repaired unique filter for
228              nodecomponent names.
229    
230    2009-05-06      Sascha L. Teichmann <[email protected]>
231    
232            * formed/formed/plugins/export/rg_sql.py: Only create depending
233              repeat groups if no uuid is given. If a uuid is given then
234              the creation is triggered by an xml import.
235    
236    2009-04-28      Sascha L. Teichmann <[email protected]>
237    
238            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
239              replace the old one. The new one faciliates the new RepeatNode instead
240              of the Group.isRepeat() method to tell if something is to be repeated.
241    
242            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
243              The old one is deactivated.
244    
245            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
246    
247    2009-04-28      Sascha L. Teichmann <[email protected]>
248    
249            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
250              TODO: Adjust execution rights.
251    
252    2009-04-27      Sascha L. Teichmann <[email protected]>
253    
254            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
255              Add functions to create dataset.
256    
257    2009-04-24      Sascha L. Teichmann <[email protected]>
258    
259            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
260              tree structure functions in database.
261    
262            * formed/formed/config.py: load plug-in.
263    
264    2009-04-16      Sascha L. Teichmann <[email protected]>
265    
266            * formed/formed/model/data.py: Added 'digest' attribute to
267              RepeatNode. Removed needless methods
268    
269    2009-04-16      Sascha L. Teichmann <[email protected]>
270    
271            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
272              more readable with '=' and '<>'.
273    
274    2009-04-02      Sascha L. Teichmann <[email protected]>
275    
276            * formed/formed/plugins/export/sql.py: call anonymization
277              of uuid on anonymization of case.
278    
279    2009-03-31      Sascha L. Teichmann <[email protected]>
280    
281            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
282              case_anonymize().
283    
284    2009-03-31      Sascha L. Teichmann <[email protected]>
285    
286            * formed/formed/model/exprtree.py: Add some code to pretty print
287              the trees infix.
288    
289            * formed/formed/plugins/export/rules.py: New. Exporter for human
290              readable rules.
291    
292            * formed/formed/plugins/export/html.py: Fixed HTML generation.
293    
294            * formed/formed/config.py: Added new new Rule export plug-in.
295    
296    2009-03-31      Sascha L. Teichmann <[email protected]>
297    
298            * formed/formed/model/exprtree.py: Fixes from server. Raise
299              exceptions if there is less or more than one element on stack
300              after compilation of expression.
301    
302    2009-03-20      Sascha L. Teichmann <[email protected]>
303    
304            * formed/formed/model/data.py: Removed debug output
305    
306            * formed/formed/plugins/modify/rules.py: Fixed error message.
307              Generate past and future rules.
308    
309    2009-03-16      Sascha L. Teichmann <[email protected]>
310    
311            * formed/formed/model/exprtree.py: Forget to call today with context.
312    
313    2009-03-16      Sascha L. Teichmann <[email protected]>
314    
315            * formed/formed/io/document.py: Fixed syntax typo.
316    
317    2009-03-16      Sascha L. Teichmann <[email protected]>
318    
319            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
320    
321    2009-03-16      Sascha L. Teichmann <[email protected]>
322    
323            * formed/formed/model/data.py: Added ConditionalNode
324    
325            * formed/formed/io/document.py: Make ConditionalNode loadable.
326    
327    2009-03-13      Sascha L. Teichmann <[email protected]>
328    
329            * formed/formed/plugins/modify/rules.py: Make the error descriptions
330              in date sequence rules more precise.
331    
332    2009-03-13      Sascha L. Teichmann <[email protected]>
333    
334            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
335    
336    2009-03-13      Sascha L. Teichmann <[email protected]>
337    
338            * formed/formed/model/exprtree.py: New tree based expression engine.
339    
340            * formed/formed/model/__init__.py, formed/formed/model/data.py:
341              Adjusted imports.
342    
343    2009-03-12      Torsten Irländer <[email protected]>
344    2009-06-17      Sascha L. Teichmann <[email protected]>
345    
346            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
347    
348    2009-05-26      Sascha L. Teichmann <[email protected]>
349    
350            * formed/formed/plugins/names/filter.py: small optimization.
351    
352    2009-05-26      Sascha L. Teichmann <[email protected]>
353    
354            * formed/formed/plugins/names/filter.py: Repaired unique filter for
355              nodecomponent names.
356    
357    2009-05-06      Sascha L. Teichmann <[email protected]>
358    
359            * formed/formed/plugins/export/rg_sql.py: Only create depending
360              repeat groups if no uuid is given. If a uuid is given then
361              the creation is triggered by an xml import.
362    
363    2009-04-28      Sascha L. Teichmann <[email protected]>
364    
365            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
366              replace the old one. The new one faciliates the new RepeatNode instead
367              of the Group.isRepeat() method to tell if something is to be repeated.
368    
369            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
370              The old one is deactivated.
371    
372            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
373    
374    2009-04-28      Sascha L. Teichmann <[email protected]>
375    
376            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
377              TODO: Adjust execution rights.
378    
379    2009-04-27      Sascha L. Teichmann <[email protected]>
380    
381            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
382              Add functions to create dataset.
383    
384    2009-04-24      Sascha L. Teichmann <[email protected]>
385    
386            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
387              tree structure functions in database.
388    
389            * formed/formed/config.py: load plug-in.
390    
391    2009-04-16      Sascha L. Teichmann <[email protected]>
392    
393            * formed/formed/model/data.py: Added 'digest' attribute to
394              RepeatNode. Removed needless methods
395    
396    2009-04-16      Sascha L. Teichmann <[email protected]>
397    
398            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
399              more readable with '=' and '<>'.
400    
401    2009-04-02      Sascha L. Teichmann <[email protected]>
402    
403            * formed/formed/plugins/export/sql.py: call anonymization
404              of uuid on anonymization of case.
405    
406    2009-03-31      Sascha L. Teichmann <[email protected]>
407    
408            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
409              case_anonymize().
410    
411    2009-03-31      Sascha L. Teichmann <[email protected]>
412    
413            * formed/formed/model/exprtree.py: Add some code to pretty print
414              the trees infix.
415    
416            * formed/formed/plugins/export/rules.py: New. Exporter for human
417              readable rules.
418    
419            * formed/formed/plugins/export/html.py: Fixed HTML generation.
420    
421            * formed/formed/config.py: Added new new Rule export plug-in.
422    
423    2009-03-31      Sascha L. Teichmann <[email protected]>
424    
425            * formed/formed/model/exprtree.py: Fixes from server. Raise
426              exceptions if there is less or more than one element on stack
427              after compilation of expression.
428    
429    2009-03-20      Sascha L. Teichmann <[email protected]>
430    
431            * formed/formed/model/data.py: Removed debug output
432    
433            * formed/formed/plugins/modify/rules.py: Fixed error message.
434              Generate past and future rules.
435    
436    2009-03-16      Sascha L. Teichmann <[email protected]>
437    
438            * formed/formed/model/exprtree.py: Forget to call today with context.
439    
440    2009-03-16      Sascha L. Teichmann <[email protected]>
441    
442            * formed/formed/io/document.py: Fixed syntax typo.
443    
444    2009-03-16      Sascha L. Teichmann <[email protected]>
445    
446            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
447    
448    2009-03-16      Sascha L. Teichmann <[email protected]>
449    
450            * formed/formed/model/data.py: Added ConditionalNode
451    
452            * formed/formed/io/document.py: Make ConditionalNode loadable.
453    
454    2009-03-13      Sascha L. Teichmann <[email protected]>
455    
456            * formed/formed/plugins/modify/rules.py: Make the error descriptions
457              in date sequence rules more precise.
458    
459    2009-03-13      Sascha L. Teichmann <[email protected]>
460    
461            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
462    
463    2009-03-13      Sascha L. Teichmann <[email protected]>
464    
465            * formed/formed/model/exprtree.py: New tree based expression engine.
466    
467            * formed/formed/model/__init__.py, formed/formed/model/data.py:
468              Adjusted imports.
469    
470    2009-03-12      Torsten Irländer <[email protected]>
471    2009-06-17      Sascha L. Teichmann <[email protected]>
472    
473            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
474    
475    2009-05-26      Sascha L. Teichmann <[email protected]>
476    
477            * formed/formed/plugins/names/filter.py: small optimization.
478    
479    2009-05-26      Sascha L. Teichmann <[email protected]>
480    
481            * formed/formed/plugins/names/filter.py: Repaired unique filter for
482              nodecomponent names.
483    
484    2009-05-06      Sascha L. Teichmann <[email protected]>
485    
486            * formed/formed/plugins/export/rg_sql.py: Only create depending
487              repeat groups if no uuid is given. If a uuid is given then
488              the creation is triggered by an xml import.
489    
490    2009-04-28      Sascha L. Teichmann <[email protected]>
491    
492            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
493              replace the old one. The new one faciliates the new RepeatNode instead
494              of the Group.isRepeat() method to tell if something is to be repeated.
495    
496            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
497              The old one is deactivated.
498    
499            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
500    
501    2009-04-28      Sascha L. Teichmann <[email protected]>
502    
503            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
504              TODO: Adjust execution rights.
505    
506    2009-04-27      Sascha L. Teichmann <[email protected]>
507    
508            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
509              Add functions to create dataset.
510    
511    2009-04-24      Sascha L. Teichmann <[email protected]>
512    
513            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
514              tree structure functions in database.
515    
516            * formed/formed/config.py: load plug-in.
517    
518    2009-04-16      Sascha L. Teichmann <[email protected]>
519    
520            * formed/formed/model/data.py: Added 'digest' attribute to
521              RepeatNode. Removed needless methods
522    
523    2009-04-16      Sascha L. Teichmann <[email protected]>
524    
525            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
526              more readable with '=' and '<>'.
527    
528    2009-04-02      Sascha L. Teichmann <[email protected]>
529    
530            * formed/formed/plugins/export/sql.py: call anonymization
531              of uuid on anonymization of case.
532    
533    2009-03-31      Sascha L. Teichmann <[email protected]>
534    
535            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
536              case_anonymize().
537    
538    2009-03-31      Sascha L. Teichmann <[email protected]>
539    
540            * formed/formed/model/exprtree.py: Add some code to pretty print
541              the trees infix.
542    
543            * formed/formed/plugins/export/rules.py: New. Exporter for human
544              readable rules.
545    
546            * formed/formed/plugins/export/html.py: Fixed HTML generation.
547    
548            * formed/formed/config.py: Added new new Rule export plug-in.
549    
550    2009-03-31      Sascha L. Teichmann <[email protected]>
551    
552            * formed/formed/model/exprtree.py: Fixes from server. Raise
553              exceptions if there is less or more than one element on stack
554              after compilation of expression.
555    
556    2009-03-20      Sascha L. Teichmann <[email protected]>
557    
558            * formed/formed/model/data.py: Removed debug output
559    
560            * formed/formed/plugins/modify/rules.py: Fixed error message.
561              Generate past and future rules.
562    
563    2009-03-16      Sascha L. Teichmann <[email protected]>
564    
565            * formed/formed/model/exprtree.py: Forget to call today with context.
566    
567    2009-03-16      Sascha L. Teichmann <[email protected]>
568    
569            * formed/formed/io/document.py: Fixed syntax typo.
570    
571    2009-03-16      Sascha L. Teichmann <[email protected]>
572    
573            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
574    
575    2009-03-16      Sascha L. Teichmann <[email protected]>
576    
577            * formed/formed/model/data.py: Added ConditionalNode
578    
579            * formed/formed/io/document.py: Make ConditionalNode loadable.
580    
581    2009-03-13      Sascha L. Teichmann <[email protected]>
582    
583            * formed/formed/plugins/modify/rules.py: Make the error descriptions
584              in date sequence rules more precise.
585    
586    2009-03-13      Sascha L. Teichmann <[email protected]>
587    
588            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
589    
590    2009-03-13      Sascha L. Teichmann <[email protected]>
591    
592            * formed/formed/model/exprtree.py: New tree based expression engine.
593    
594            * formed/formed/model/__init__.py, formed/formed/model/data.py:
595              Adjusted imports.
596    
597    2009-03-12      Torsten Irländer <[email protected]>
598    
599            Introduced new order attribute for date fields
600    
601            * formed/formed/model/data.py: Order fields can be used to define to
602            ordering of datefields withing the document. Needed for automatic
603            generation of consistency rules.
604    
605    2009-02-09      Sascha L. Teichmann <[email protected]>
606    
607            * formed/formed/model/data.py: Allow pages to be 'invisible'.
608    
609    2009-02-09      Sascha L. Teichmann <[email protected]>
610    
611            * formed/formed/plugins/export/sql.py: Fixed problem with
612              description reference tables of radio groups.
613    
614    2009-02-09      Sascha L. Teichmann <[email protected]>
615    
616            * formed/formed/plugins/export/sql.py: replace '-' in names
617              by '_'.
618              
619    2009-02-09      Sascha L. Teichmann <[email protected]>
620    
621            * formed/formed/plugins/export/sql.py: to figure ou which
622              tables are equal the insert statememnts are lower cased
623              and sorted before they are compared. This reduces the number
624              of generated referfence tables.
625    
626    2009-02-09      Sascha L. Teichmann <[email protected]>
627    
628          Repair SQL schema creation for radio groups.          Repair SQL schema creation for radio groups.
629    
630          * formed/formed/plugins/export/sql.py: radio groups are handled          * formed/formed/plugins/export/sql.py: radio groups are handled
631            like choices now.            like choices now.
632    
633  2009-02-09      Sascha L. Teichmanne <[email protected]>  2009-02-09      Sascha L. Teichmann <[email protected]>
634    
635          Make it startable again.          Make it startable again.
636    

Legend:
Removed from v.307  
changed lines
  Added in v.397

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26