Mercurial > public > sg101
log gpp/core/widgets.py @ 149:ab7830b067b3
age | author | description |
---|---|---|
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. |
Wed, 15 Apr 2009 01:13:17 +0000 | Brian Neal | Changed the shoutbox: posts are now made by Ajax. The smiley farm is loaded only on demand. jQuery is now in the base template. May add scrolling later. |
Tue, 14 Apr 2009 02:35:35 +0000 | Brian Neal | Update jquery-ui and theme version that is hosted on google. In preparation for having jquery on every page (?), make it so that the autocomplete plug is using the 'global' jquery, and not the one that came with it. It seems to work okay with jquery 1.3.2. |