--- trunk/ChangeLog 2007/09/11 14:16:47 170 +++ trunk/ChangeLog 2007/09/12 12:48:48 181 @@ -1,4 +1,85 @@ +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. + Removed pickle/unpickle stuff. + + * tools/formed/formed/main.py: Uses the new XML persistence. + + * tools/formed/formed/plugins/web/semantic.py: Fixed: choices were + not converted to int indices. + +2007-09-11 Sascha L. Teichmann + + * tools/formed/formed/model/memory.py: Making MemoryDataStore persistent + with pickle/unpickle. + + * tools/formed/formed/main.py: Added a env FORMED parameter 'persistent'. + Set to a file name it is tried to unpickle a MemoryDataStore from + that file. When exiting the program this file is used to store the + current MemoryDataStore state. The storing only works if you exit + the program through the Menu File->Exit. + usage: FORMED=persistent:test.db ./formed.sh + 2007-09-11 Torsten Irlaender + + * tools/formed/formed/plugins/web/renderer.py: Changed Name of the + application on the welcome page from "Formed" to "WASKA" + +2007-09-11 Torsten Irlaender + + * tools/formed/formed/plugins/web/plugin.py, + * tools/formed/formed/plugins/web/controllers.py, + * tools/formed/formed/plugins/web/renderer.py: Added InfoPageHandler. + The infopage provides information on all project participants. + +2007-09-11 Sascha L. Teichmann + + * tools/formed/formed/plugins/web/controllers.py: Fix unicode conversion + issues with error messages (once again). + +2007-09-11 Torsten Irlaender + * tools/formed/formed/plugins/web/form_renderer.py, * tools/formed/formed/plugins/web/renderer.py: Added alt tag for icons in error and confirmation dialogs.