--- trunk/ChangeLog 2007/09/11 22:24:57 176 +++ trunk/ChangeLog 2007/09/13 16:40:31 182 @@ -1,3 +1,48 @@ +2007-09-13 Torsten Irlaender + * tools/formed/formed/plugins/names/filter.py: Fixed bug in the + renaming algorithm. + +2007-09-12 Torsten Irlaender + * tools/formed/formed/plugins/web/form_renderer.py: Renamed header + from formular navigation to "Fallakte Inhalt" + +2007-09-12 Torsten Irlaender + * tools/formed/formed/plugins/ui/controls.py: Fixed bug that bad + values (dates) were not pretty printed. + * tools/formed/formed/plugins/web/form_renderer.py: Added errormsg to + label rendering for choicelists. + +2007-09-12 Torsten Irlaender + * tools/formed/formed/plugins/ui/controls.py: Fixed bug that + choicelist did not get selected when the value is set to "0" + +2007-09-12 Torsten Irlaender + * tools/formed/formed/plugins/web/form_renderer.py: Added + "getPrintableData" method, for the formdata Class which will return + the description rather than the value of element in the ID. This is + need for displaying the choises in a right way. + + * tools/formed/formed/plugins/web/renderer.py: Changed string + "Fallnummer" into "Kundennummer" in the templates. Added + Kundennummer to the dataset digest output. Bound in the new + "getPrintableData" call for the digest. + +2007-10-11 Sascha L. Teichmann + + * tools/formed/formed/plugins/export/data.py: The import/export + of data is now implemented with filters (the most consequent + way in terms of design of FormEd). The support of the 'persistent' + FORMED env-variable support has been removed. + + * tools/formed/formed/plugins/ui/controls.py: Added a flag to the + filter file dialog to double as import dialog. + + * tools/formed/formed/main.py: Removed the the FORMED-var support + for persistence. + + * tools/formed/formed/config.py: Add the two new filters to the filters + list. + 2007-10-11 Sascha L. Teichmann * tools/formed/formed/model/memory.py: Uses XML as persistence format now.