/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 295 by torsten, Thu Nov 27 16:53:42 2008 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]>
141    
142            * formed/formed/plugins/export/typemap.py: do not ignore conditional
143              nodes on traversal.
144    
145    2009-11-17      Sascha L. Teichmann <[email protected]>
146    
147            * formed/formed/model/exprtree.py: Recognize '%' vars
148              in compilation. Does not eval it!
149    
150            * formed/formed/plugins/modify/rules.py: Generate '%' vars
151              for variables in repeat groups.
152    
153    2009-11-13      Sascha L. Teichmann <[email protected]>
154    
155            * formed/formed/plugins/export/typemap.py: Fixed to work
156            with new repeat group nodes.
157    
158    2009-10-28      Sascha L. Teichmann <[email protected]>
159    
160            * formed/formed/plugins/export/xsd.py,
161            formed/formed/plugins/export/sql.py,
162            formed/formed/plugins/export/new_sql.py: Allow groups in choices.
163    
164    2009-10-07      Frank Koormann <[email protected]>
165    
166            * formed/formed/plugins/export/latex.py:
167            Adjusted textprocessing to escape tex-active characters.
168    
169    2009-10-07      Sascha L. Teichmann <[email protected]>
170    
171            * formed/formed/plugins/export/html.py, formed/formed/plugins/export/latex.py,
172            formed/formed/plugins/export/html2.py: Adjusted to cope with
173            "semi-complete" implementation of logbook tree structure.
174    
175    2009-06-18      Torsten Irländer <[email protected]>
176    
177            * formed/formed/plugins/export/new_sql.py,
178              formed/formed/plugins/export/rg_sql.py: Fixed some sql errors, and
179              added permissions.
180    
181    2009-06-18      Torsten Irländer <[email protected]>
182    
183            * formed/formed/plugins/export/new_sql.py: Commented out generation of
184            page_views, as they do not work with rgroups.
185    
186    2009-06-17      Torsten Irländer <[email protected]>
187    
188            * formed/formed/plugins/export/new_sql.py: Fixed anonymize function
189            and rolenames.
190    
191    2009-06-17      Sascha L. Teichmann <[email protected]>
192    
193            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
194    
195    2009-05-26      Sascha L. Teichmann <[email protected]>
196    
197            * formed/formed/plugins/names/filter.py: small optimization.
198    
199    2009-05-26      Sascha L. Teichmann <[email protected]>
200    
201            * formed/formed/plugins/names/filter.py: Repaired unique filter for
202              nodecomponent names.
203    
204    2009-05-06      Sascha L. Teichmann <[email protected]>
205    
206            * formed/formed/plugins/export/rg_sql.py: Only create depending
207              repeat groups if no uuid is given. If a uuid is given then
208              the creation is triggered by an xml import.
209    
210    2009-04-28      Sascha L. Teichmann <[email protected]>
211    
212            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
213              replace the old one. The new one faciliates the new RepeatNode instead
214              of the Group.isRepeat() method to tell if something is to be repeated.
215    
216            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
217              The old one is deactivated.
218    
219            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
220    
221    2009-04-28      Sascha L. Teichmann <[email protected]>
222    
223            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
224              TODO: Adjust execution rights.
225    
226    2009-04-27      Sascha L. Teichmann <[email protected]>
227    
228            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
229              Add functions to create dataset.
230    
231    2009-04-24      Sascha L. Teichmann <[email protected]>
232    
233            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
234              tree structure functions in database.
235    
236            * formed/formed/config.py: load plug-in.
237    
238    2009-04-16      Sascha L. Teichmann <[email protected]>
239    
240            * formed/formed/model/data.py: Added 'digest' attribute to
241              RepeatNode. Removed needless methods
242    
243    2009-04-16      Sascha L. Teichmann <[email protected]>
244    
245            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
246              more readable with '=' and '<>'.
247    
248    2009-04-02      Sascha L. Teichmann <[email protected]>
249    
250            * formed/formed/plugins/export/sql.py: call anonymization
251              of uuid on anonymization of case.
252    
253    2009-03-31      Sascha L. Teichmann <[email protected]>
254    
255            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
256              case_anonymize().
257    
258    2009-03-31      Sascha L. Teichmann <[email protected]>
259    
260            * formed/formed/model/exprtree.py: Add some code to pretty print
261              the trees infix.
262    
263            * formed/formed/plugins/export/rules.py: New. Exporter for human
264              readable rules.
265    
266            * formed/formed/plugins/export/html.py: Fixed HTML generation.
267    
268            * formed/formed/config.py: Added new new Rule export plug-in.
269    
270    2009-03-31      Sascha L. Teichmann <[email protected]>
271    
272            * formed/formed/model/exprtree.py: Fixes from server. Raise
273              exceptions if there is less or more than one element on stack
274              after compilation of expression.
275    
276    2009-03-20      Sascha L. Teichmann <[email protected]>
277    
278            * formed/formed/model/data.py: Removed debug output
279    
280            * formed/formed/plugins/modify/rules.py: Fixed error message.
281              Generate past and future rules.
282    
283    2009-03-16      Sascha L. Teichmann <[email protected]>
284    
285            * formed/formed/model/exprtree.py: Forget to call today with context.
286    
287    2009-03-16      Sascha L. Teichmann <[email protected]>
288    
289            * formed/formed/io/document.py: Fixed syntax typo.
290    
291    2009-03-16      Sascha L. Teichmann <[email protected]>
292    
293            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
294    
295    2009-03-16      Sascha L. Teichmann <[email protected]>
296    
297            * formed/formed/model/data.py: Added ConditionalNode
298    
299            * formed/formed/io/document.py: Make ConditionalNode loadable.
300    
301    2009-03-13      Sascha L. Teichmann <[email protected]>
302    
303            * formed/formed/plugins/modify/rules.py: Make the error descriptions
304              in date sequence rules more precise.
305    
306    2009-03-13      Sascha L. Teichmann <[email protected]>
307    
308            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
309    
310    2009-03-13      Sascha L. Teichmann <[email protected]>
311    
312            * formed/formed/model/exprtree.py: New tree based expression engine.
313    
314            * formed/formed/model/__init__.py, formed/formed/model/data.py:
315              Adjusted imports.
316    
317    2009-03-12      Torsten Irländer <[email protected]>
318    2009-06-17      Sascha L. Teichmann <[email protected]>
319    
320            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
321    
322    2009-05-26      Sascha L. Teichmann <[email protected]>
323    
324            * formed/formed/plugins/names/filter.py: small optimization.
325    
326    2009-05-26      Sascha L. Teichmann <[email protected]>
327    
328            * formed/formed/plugins/names/filter.py: Repaired unique filter for
329              nodecomponent names.
330    
331    2009-05-06      Sascha L. Teichmann <[email protected]>
332    
333            * formed/formed/plugins/export/rg_sql.py: Only create depending
334              repeat groups if no uuid is given. If a uuid is given then
335              the creation is triggered by an xml import.
336    
337    2009-04-28      Sascha L. Teichmann <[email protected]>
338    
339            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
340              replace the old one. The new one faciliates the new RepeatNode instead
341              of the Group.isRepeat() method to tell if something is to be repeated.
342    
343            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
344              The old one is deactivated.
345    
346            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
347    
348    2009-04-28      Sascha L. Teichmann <[email protected]>
349    
350            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
351              TODO: Adjust execution rights.
352    
353    2009-04-27      Sascha L. Teichmann <[email protected]>
354    
355            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
356              Add functions to create dataset.
357    
358    2009-04-24      Sascha L. Teichmann <[email protected]>
359    
360            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
361              tree structure functions in database.
362    
363            * formed/formed/config.py: load plug-in.
364    
365    2009-04-16      Sascha L. Teichmann <[email protected]>
366    
367            * formed/formed/model/data.py: Added 'digest' attribute to
368              RepeatNode. Removed needless methods
369    
370    2009-04-16      Sascha L. Teichmann <[email protected]>
371    
372            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
373              more readable with '=' and '<>'.
374    
375    2009-04-02      Sascha L. Teichmann <[email protected]>
376    
377            * formed/formed/plugins/export/sql.py: call anonymization
378              of uuid on anonymization of case.
379    
380    2009-03-31      Sascha L. Teichmann <[email protected]>
381    
382            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
383              case_anonymize().
384    
385    2009-03-31      Sascha L. Teichmann <[email protected]>
386    
387            * formed/formed/model/exprtree.py: Add some code to pretty print
388              the trees infix.
389    
390            * formed/formed/plugins/export/rules.py: New. Exporter for human
391              readable rules.
392    
393            * formed/formed/plugins/export/html.py: Fixed HTML generation.
394    
395            * formed/formed/config.py: Added new new Rule export plug-in.
396    
397    2009-03-31      Sascha L. Teichmann <[email protected]>
398    
399            * formed/formed/model/exprtree.py: Fixes from server. Raise
400              exceptions if there is less or more than one element on stack
401              after compilation of expression.
402    
403    2009-03-20      Sascha L. Teichmann <[email protected]>
404    
405            * formed/formed/model/data.py: Removed debug output
406    
407            * formed/formed/plugins/modify/rules.py: Fixed error message.
408              Generate past and future rules.
409    
410    2009-03-16      Sascha L. Teichmann <[email protected]>
411    
412            * formed/formed/model/exprtree.py: Forget to call today with context.
413    
414    2009-03-16      Sascha L. Teichmann <[email protected]>
415    
416            * formed/formed/io/document.py: Fixed syntax typo.
417    
418    2009-03-16      Sascha L. Teichmann <[email protected]>
419    
420            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
421    
422    2009-03-16      Sascha L. Teichmann <[email protected]>
423    
424            * formed/formed/model/data.py: Added ConditionalNode
425    
426            * formed/formed/io/document.py: Make ConditionalNode loadable.
427    
428    2009-03-13      Sascha L. Teichmann <[email protected]>
429    
430            * formed/formed/plugins/modify/rules.py: Make the error descriptions
431              in date sequence rules more precise.
432    
433    2009-03-13      Sascha L. Teichmann <[email protected]>
434    
435            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
436    
437    2009-03-13      Sascha L. Teichmann <[email protected]>
438    
439            * formed/formed/model/exprtree.py: New tree based expression engine.
440    
441            * formed/formed/model/__init__.py, formed/formed/model/data.py:
442              Adjusted imports.
443    
444    2009-03-12      Torsten Irländer <[email protected]>
445    2009-06-17      Sascha L. Teichmann <[email protected]>
446    
447            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
448    
449    2009-05-26      Sascha L. Teichmann <[email protected]>
450    
451            * formed/formed/plugins/names/filter.py: small optimization.
452    
453    2009-05-26      Sascha L. Teichmann <[email protected]>
454    
455            * formed/formed/plugins/names/filter.py: Repaired unique filter for
456              nodecomponent names.
457    
458    2009-05-06      Sascha L. Teichmann <[email protected]>
459    
460            * formed/formed/plugins/export/rg_sql.py: Only create depending
461              repeat groups if no uuid is given. If a uuid is given then
462              the creation is triggered by an xml import.
463    
464    2009-04-28      Sascha L. Teichmann <[email protected]>
465    
466            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
467              replace the old one. The new one faciliates the new RepeatNode instead
468              of the Group.isRepeat() method to tell if something is to be repeated.
469    
470            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
471              The old one is deactivated.
472    
473            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
474    
475    2009-04-28      Sascha L. Teichmann <[email protected]>
476    
477            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
478              TODO: Adjust execution rights.
479    
480    2009-04-27      Sascha L. Teichmann <[email protected]>
481    
482            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
483              Add functions to create dataset.
484    
485    2009-04-24      Sascha L. Teichmann <[email protected]>
486    
487            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
488              tree structure functions in database.
489    
490            * formed/formed/config.py: load plug-in.
491    
492    2009-04-16      Sascha L. Teichmann <[email protected]>
493    
494            * formed/formed/model/data.py: Added 'digest' attribute to
495              RepeatNode. Removed needless methods
496    
497    2009-04-16      Sascha L. Teichmann <[email protected]>
498    
499            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
500              more readable with '=' and '<>'.
501    
502    2009-04-02      Sascha L. Teichmann <[email protected]>
503    
504            * formed/formed/plugins/export/sql.py: call anonymization
505              of uuid on anonymization of case.
506    
507    2009-03-31      Sascha L. Teichmann <[email protected]>
508    
509            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
510              case_anonymize().
511    
512    2009-03-31      Sascha L. Teichmann <[email protected]>
513    
514            * formed/formed/model/exprtree.py: Add some code to pretty print
515              the trees infix.
516    
517            * formed/formed/plugins/export/rules.py: New. Exporter for human
518              readable rules.
519    
520            * formed/formed/plugins/export/html.py: Fixed HTML generation.
521    
522            * formed/formed/config.py: Added new new Rule export plug-in.
523    
524    2009-03-31      Sascha L. Teichmann <[email protected]>
525    
526            * formed/formed/model/exprtree.py: Fixes from server. Raise
527              exceptions if there is less or more than one element on stack
528              after compilation of expression.
529    
530    2009-03-20      Sascha L. Teichmann <[email protected]>
531    
532            * formed/formed/model/data.py: Removed debug output
533    
534            * formed/formed/plugins/modify/rules.py: Fixed error message.
535              Generate past and future rules.
536    
537    2009-03-16      Sascha L. Teichmann <[email protected]>
538    
539            * formed/formed/model/exprtree.py: Forget to call today with context.
540    
541    2009-03-16      Sascha L. Teichmann <[email protected]>
542    
543            * formed/formed/io/document.py: Fixed syntax typo.
544    
545    2009-03-16      Sascha L. Teichmann <[email protected]>
546    
547            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
548    
549    2009-03-16      Sascha L. Teichmann <[email protected]>
550    
551            * formed/formed/model/data.py: Added ConditionalNode
552    
553            * formed/formed/io/document.py: Make ConditionalNode loadable.
554    
555    2009-03-13      Sascha L. Teichmann <[email protected]>
556    
557            * formed/formed/plugins/modify/rules.py: Make the error descriptions
558              in date sequence rules more precise.
559    
560    2009-03-13      Sascha L. Teichmann <[email protected]>
561    
562            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
563    
564    2009-03-13      Sascha L. Teichmann <[email protected]>
565    
566            * formed/formed/model/exprtree.py: New tree based expression engine.
567    
568            * formed/formed/model/__init__.py, formed/formed/model/data.py:
569              Adjusted imports.
570    
571    2009-03-12      Torsten Irländer <[email protected]>
572    
573            Introduced new order attribute for date fields
574    
575            * formed/formed/model/data.py: Order fields can be used to define to
576            ordering of datefields withing the document. Needed for automatic
577            generation of consistency rules.
578    
579    2009-02-09      Sascha L. Teichmann <[email protected]>
580    
581            * formed/formed/model/data.py: Allow pages to be 'invisible'.
582    
583    2009-02-09      Sascha L. Teichmann <[email protected]>
584    
585            * formed/formed/plugins/export/sql.py: Fixed problem with
586              description reference tables of radio groups.
587    
588    2009-02-09      Sascha L. Teichmann <[email protected]>
589    
590            * formed/formed/plugins/export/sql.py: replace '-' in names
591              by '_'.
592              
593    2009-02-09      Sascha L. Teichmann <[email protected]>
594    
595            * formed/formed/plugins/export/sql.py: to figure ou which
596              tables are equal the insert statememnts are lower cased
597              and sorted before they are compared. This reduces the number
598              of generated referfence tables.
599    
600    2009-02-09      Sascha L. Teichmann <[email protected]>
601    
602            Repair SQL schema creation for radio groups.
603    
604            * formed/formed/plugins/export/sql.py: radio groups are handled
605              like choices now.
606    
607    2009-02-09      Sascha L. Teichmann <[email protected]>
608    
609            Make it startable again.
610    
611            * formed/formed/plugins/export/xls.py: Import pyExcelerator only
612              when plug-in is called.
613    
614            * formed/formed/model/nodecomponents.py: Event routing was messed up.
615              Rewired root node with document.
616    
617            * formed/formed/plugins/web/help.py: Removed old xml.ext import.
618              XXX: This breaks creating help by now!
619    
620            * formed/formed/io/parser.py: Replace old deprecated base class
621              by new one.
622    
623            * formed/formed/main.py: Do not crash if locale cannot be set.
624    
625            * formed/formed/ui/controls.py: Use document.getCase() instead
626              of document.case to prevent uninitialized dereferences.
627    
628    2009-01-22      Torsten Irländer <[email protected]>
629    
630            Implemented new XML-Format for formed xml files.
631    
632            * formed/formed/model/nodecomponents.py,
633              formed/formed/io/document.py,
634              formed/formed/main.py,
635              formed/formed/ui/controls.py: Introduced new "case" and "logbook"
636              node. Under case is the definition of the formular. logbook will
637              hold the defintion of logboog entrys. For now only the part under
638              "case" can be modified.  
639    
640    2009-01-21      Torsten Irländer <[email protected]>
641    
642            Changed way how XSD-Scheme is generated
643    
644            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
645              logbookentrys. The scheme definiton is now hardcoded in the
646              exporter as it will rarely change. It logbookpart will not be
647              generated from the formedtree anymore.
648    
649    2009-01-20      Torsten Irländer <[email protected]>
650    
651            Support Logbook entrys in xsd schema export
652    
653            * formed/formed/model/data.py: Repeatnode are now handeld as
654              repeatgroups in xsd-export
655            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
656              logbookentrys. The scheme will now validate against an xmlfile from
657              the offlineclient.
658    
659    2009-01-09      Torsten Irländer <[email protected]>
660    
661            Added new repeat node
662    
663            * formed/formed/model/data.py,
664              formed/formed/io/document.py: Added repeatnode to the formedtree.
665              TODO: Remove repeatgroup handling from the groupnode.
666    
667    2009-01-08      Torsten Irländer <[email protected]>
668    
669            Add isset operator to autogenerated rules.
670    
671            * formed/formed/plugins/modify/rules.py: Add issed operator to standard
672              autogenerated rules.
673    
674    2008-12-17      Frank Koormann <[email protected]>
675    
676            * formed/formed/plugins/export/latex.py: Export form as set of
677            latex tables to be included into a master document. The export
678            generates section marks to structure the form and placeholders for
679            help texts to be merged in by a post processing step.
680    
681    2008-12-04      Sascha L. Teichmann <[email protected]>
682    
683            * formed/formed/model/expr.py: Added 'today' which pushes the current date
684              on the stack.
685    
686    2008-12-03      Sascha L. Teichmann <[email protected]>
687    
688            * formed/formed/plugins/web/controllers.py: compute changeset more correctly in
689              storage of fields.
690    
691            * formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer
692              fields as an accepted value. Generate schema for radio groups too.
693    
694    2008-12-01      Torsten Irländer <[email protected]>
695    
696            Added autmatic generation of required rules
697    
698            * formed/formed/model/data.py,
699              formed/formed/model/expr.py,
700              formed/formed/plugins/modify/rules.py: Default rules for required
701              fields can now be generated.
702    
703    2008-11-28      Sascha L. Teichmann <[email protected]>
704    
705            * formed/formed/model/data.py, formed/formed/model/nodecomponents.py:
706              Ported WidgetCollector from Offline client.
707    
708            * formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify,
709              formed/formed/plugins/modify/rules.py: Stub for required rules generator.
710    
711            * formed/formed/config.py: Bind new filter to FormEd
712    
713  2008-11-27      Torsten Irländer <[email protected]>  2008-11-27      Torsten Irländer <[email protected]>
714    
715          * formed/formed/model/data.py: Added new attribute mark for rules          * formed/formed/model/data.py: Added new attribute mark for rules

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26