Author: chrisz Date: Thu Jan 24 10:26:36 2008 New Revision: 4039 URL: http://trac.turbogears.org/changeset/4039
Log: Added AutoCompleteField improvements to CL. Modified: branches/1.0/CHANGELOG.txt Modified: branches/1.0/CHANGELOG.txt ============================================================================== --- branches/1.0/CHANGELOG.txt (original) +++ branches/1.0/CHANGELOG.txt Thu Jan 24 10:26:36 2008 @@ -4,7 +4,14 @@ 1.0.4.3 (January, 24, 2008): ---------------------------- -* fixed the behavior of tg.mochikit_suppress which wasn't actually working +* Fixed the behavior of tg.mochikit_suppress which wasn't actually working. +* Small improvements of the AutoCompleteField (Javascript clean-up; + nicer box for auto completions and no garbage when it is empty; + cursor jumps to end of text on update; with ``search_param = '*'`` + you can now pass all form fields to the controller; the spinner can + now be suppressed with ``show_spinner = False``; the hidden field + is now optional in the Javascript code so that it can be reused if you + want to build a simpler TextField based widget; added parameter docs) Contributors (in alphabetic order) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -15,8 +22,8 @@ 1.0.4.2 (January, 21, 2008): ---------------------------- -* lower down the dependency on PasteScript again to <1.6 -* CalendarDatePicker fixed with sane default values +* Lower down the dependency on PasteScript again to <1.6. +* CalendarDatePicker fixed with sane default values. Contributors (in alphabetic order) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -27,9 +34,9 @@ 1.0.4.1 (January, 20, 2008): ---------------------------- -* lower down the dependency on PasteScript because 1.6.1 and 1.6.1.1 +* Lower down the dependency on PasteScript because 1.6.1 and 1.6.1.1 break tg-admin quickstart command. We will release an updated version - when the fix is implemented (http://trac.pythonpaste.org/pythonpaste/ticket/219) + when the fix is implemented (http://trac.pythonpaste.org/pythonpaste/ticket/219). 1.0.4 (January, 20, 2008): ----------------------------
