--- trunk/ChangeLog 2007/09/11 09:16:48 166 +++ trunk/ChangeLog 2007/09/12 12:48:48 181 @@ -1,4 +1,124 @@ +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. + +2007-09-11 Sascha L. Teichmann + + * tools/formed/formed/plugins/web/form_renderer.py: Fixed label + generation for ints, texts and textareas. Fixed h depths of infos. + +2007-09-11 Sascha L. Teichmann + + * tools/formed/formed/plugins/web/form_renderer.py: Removed + debug output for help. + + * tools/formed/formed/plugins/web/semantic.py: Added forgotten + check for bools. + + * tools/formed/formed/plugins/web/controllers.py: Added correct + HTML output of data for bools. + +2007-09-11 Torsten Irlaender + + * tools/formed/formed/plugins/web/form_renderer.py: Changed size of + textfields for int values. Changed Label for submitbuttons to + "Speichern" + + * tools/formed/formed/plugins/web/plugin.py, + tools/formed/formed/plugins/web/controllers.py: Added new + NotImplementedHandler to show up a dummysite for not implemented + functions. + + * tools/formed/formed/plugins/web/renderer.py: Added + NotImplementedRenderer. Various small fixes. Mostly renaming the + labels of some context menus. Error messages are now generated + dynamically depending on num errors. Formular navigation has now + colored indication for errors. + +2007-09-11 Torsten Irlaender + * tools/formed/formed/plugins/web/renderer.py: Implemented "LookAhead" algorithm for the formular navigation to get rid of the problem that some of the items within the navigation are not linked. Now @@ -8,18 +128,23 @@ 2007-09-10 Torsten Irlaender * tools/formed/formed/plugins/web/form_renderer.py: Changed order of div and formtag. + * tools/formed/formed/plugins/web/controllers.py: Added DataSet action menu in the conformation dialog when creating a new dataset. + * tools/formed/formed/plugins/web/renderer.py: Fixed error when rendering the default welcome page. Changed rendering of the overview and the digest table of the datasets. Added icon for confirmation dialog, moved the icon in the

tags. 2007-09-10 Torsten Irlaender + * tools/formed/formed/plugins/web/form_renderer.py: Some html generation cleanup. Added error icons to formelements + * tools/formed/formed/plugins/web/controllers.py: Fixed initialisation of ErrorStatus. Fixed generated of the help tags in the formular + * tools/formed/formed/plugins/web/renderer.py: Added error icon for pageerrors. An "!" now indicates errors on pages in the formular navigation. Added new
"content" around confirmation dialogss.