Mercurial > public > sg101
log gpp/templates/bio/members.html @ 243:7ddd60164245
age | author | description |
---|---|---|
Thu, 16 Sep 2010 01:06:43 +0000 | Brian Neal | For #93: remove the page number from the URL. This commit fixes the shoutbox and member list. It also contains a change to downloads to add pagination to the new, popular, and highest rated views. |
Mon, 07 Jun 2010 03:37:36 +0000 | Brian Neal | For #51; add user profiles to Haystack search. |
Sat, 10 Apr 2010 04:32:24 +0000 | Brian Neal | Got autocomplete working for the member search. Updated django and ran into a bug where url tags with comma separated kwargs starting consuming tons of CPU throughput. The work-around is to cut over to using spaces between arguments. This is now allowed to be consistent with other tags. Did some query optimization for the news app. |
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. |