log gpp/bio/forms.py @ 354:26956137b890

age author description
2011-02-26 Brian Neal Fix typo that referred to non-existant setting MAX_AVATAR_SIZE.
2011-01-27 Brian Neal Fixing #142; cut over to the django.contrib.staticfiles app.
2010-09-24 Brian Neal Closing #98. Animated GIFs were losing their transparency and animated properties when saved as avatars. Reworked the avatar save process to only run the avatar through PIL if it is too big. This preserves the original uploaded file if it is within the desired size settings. This may still mangle big animated gifs. If this becomes a problem, then maybe look into calling the PIL Image.resize() method directly. Moved the PIL image specific functions from bio.forms to a new module: core.image for better reusability in the future.
2010-05-03 Brian Neal Some minor tweaks made while rebuilding the development database after Ubuntu 10.04 install.
2010-04-10 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.
2009-12-14 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.