Mercurial > public > sg101
graph
- Fixing #36, Smilify doesn't work when a smiley appears first before other text. Refactored the smiley system to produce markdown as well as HTML.2009-11-20, by Brian Neal
- 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