Mercurial > public > sg101
graph
- Adding markdown help to comments and forums. Still need to add it to a few other places that use the markItUp editor.2009-11-16, by Brian Neal
- Add some javascript to check for posting a blank comment. Change wording on forum error message for the same thing.2009-11-14, by Brian Neal
- Bio: added odd/even styling to profiles. Make member's list viewable to logged in users only.2009-11-14, by Brian Neal
- Refactored the markdown/smiley logic. Created classes for Markdown and Smilify. No longer call render_to_string() in models.py for various models.2009-11-14, by Brian Neal
- Forums: added a jquery ui dialog of extra smileys.2009-11-08, by Brian Neal
- Forums: monkey-patch the user profile onto the post object when doing a quick ajax reply.2009-10-27, by Brian Neal
- Forums: display signature on posts. Display icons for PM and email (if not hidden) on each post.2009-10-27, by 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-10-25, by Brian Neal
- Forgot to commit the template for the forums split topic view.2009-10-24, by Brian Neal
- Reduced some sql queries by adding a select_related and monkey patching user profiles onto a user list in shoutbox and the bio/member's list, respectively.2009-10-24, by Brian Neal
- Forums: pre-select all the user profiles when displaying a topic. As it was, the template was calling get_user_profile which was causing a db hit on every post in the topic.2009-10-23, by Brian Neal
- Fix typo introduced in last commit.2009-10-23, by Brian Neal