log gpp/bio/forms.py @ 185:afb65fa947f1

age author description
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.