log gpp/core/widgets.py @ 161:445e1466a98d

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.
Sat, 11 Apr 2009 22:50:56 +0000 Brian Neal Use DRY principle to manage third party javascript libraries. Created script_tags template tags to generate the correct link and script tags for 3rd party libraries. The settings.py file is the only place where the full path name is specified.
Mon, 06 Apr 2009 02:43:12 +0000 gremmie Initial import of sg101 stuff from private repository.