log
graph
tags
bookmarks
branches
changeset
browse
file
diff
comparison
annotate
file log
raw
help
Mercurial
>
public
>
sg101
log gpp/bio/forms.py @ 360:
2e90b63520b8
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
tip
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.
2009-11-27
Brian Neal
Use the new common way to apply markItUp to textareas and to get the smiley and markdown help dialogs for all the remaining apps except for forums and comments.
2009-10-25
Brian Neal
Added a 24-hour time preference flag in the user profile. Added forum template tags for showing forum dates/times adjusted for the user's time zone.
2009-07-01
Brian Neal
#18 - Add time zone field to user profile.
2009-05-03
Brian Neal
Remove fields in the user profile that were superceded by the django-elsewhere application: website, icq, aim, etc.
2009-04-15
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.
2009-04-11
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.
2009-04-06
gremmie
Initial import of sg101 stuff from private repository.
less
more
|
(0)
tip