Mercurial > public > sg101
log gpp/core/widgets.py @ 326:5453aedf95fd
age | author | description |
---|---|---|
Sun, 20 Feb 2011 22:12:06 +0000 | Brian Neal | Adjusting the auto-complete to only require 1 character minimum before querying, and return 15 results instead of 10. |
Tue, 30 Mar 2010 01:30:32 +0000 | Brian Neal | Implement #66; use jQuery UI autocomplete widget to replace obsolete jquery-autocomplete plugin. I implemented a very simple caching system. |
Mon, 14 Dec 2009 05:07:28 +0000 | Brian Neal | Implement ticket #40. Added a simple way to search for usernames and then view their profile. Moved this ajax username search feature out of the messages app and into core. |
Tue, 23 Jun 2009 00:41:57 +0000 | Brian Neal | Fix a trailing comma in the auto-complete widget's generated javascript. |