log media/css/base.css @ 159:416353def4ca

age author description
2009-12-20 Brian Neal Styled the markdown help table.
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-10-22 Brian Neal Forums: split topic.
2009-09-28 Brian Neal Forums: implemented the bulk moderator functions that operate on a forum: bulk sticky, lock, delete, and move. These haven't been tested that well yet.
2009-09-26 Brian Neal Forums: implemented topic level moderator controls.
2009-09-17 Brian Neal Forums: Added icons for forum post moderation tools. Still need to add functionality that goes behind these.
2009-09-16 Brian Neal Forums: new topic form sprouts boolean fields for sticky and locking if the user has rights. Implemented the locked logic. Fixed a bug where topics where getting out of order (the view_count was bumping the update_date because of auto_now).
2009-09-13 Brian Neal Forums: flag posts.
2009-09-13 Brian Neal Forums: minor cosmetic tweaks mainly.
2009-09-13 Brian Neal Forums: pagination for topics.
2009-09-12 Brian Neal Forums: Got the reply function working.
2009-09-05 Brian Neal Forums: Some display work for the posts within a topic. Sketched out a post reply form.
2009-08-29 Brian Neal Forums: added a last_post_info template tag. Still need to add a go to last post icon for it.
2009-08-29 Brian Neal Forums: Added the ability to add a new topic. This is very much a work in progress.