Mercurial > public > sg101
log gpp/templates/forums/mod_forum.html @ 370:e9a066db3f54
age | author | description |
---|---|---|
2011-01-27 | Brian Neal | Fixing #142; cut over to the django.contrib.staticfiles app. |
2011-01-20 | Brian Neal | Fixing 145; New url tag behavior (forwards compatibility) in Django 1.3. |
2010-10-04 | Brian Neal | Fixing #125. Developed a forums navigation template tag to consistently display forum navigation. |
2010-04-03 | Brian Neal | Implement #62, add support for CSRF protection. |
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-09-30 | Brian Neal | Forums: added a sync() function on the forum model. Created javascript for the moderate forum function to drive the master topic select checkbox. |
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. |