log gpp/forums/urls.py @ 574:ddd69a8e07c7

age author description
2012-05-04 Brian Neal For Django 1.4, use django.conf.urls instead of django.conf.urls.defaults.
2011-12-22 Brian Neal For #241, add a URL to view the last post in a forum topic.
2011-04-02 Brian Neal Fixing #177; added a view to display the last x active topics (where x is between 10 and 50). Added a link to the view on the forum query drop down.
2011-03-09 Brian Neal Fixing #185; add a global forums catchup button.
2011-03-07 Brian Neal Fixing #156. Making it possible to goto the first unread post in a thread. Made the 'New' icon a link; when displayed on a topic, takes you to the first unread post.
2010-12-23 Brian Neal Fix regexes for usernames in various urls.py files to match valid Django usernames
2010-10-14 Brian Neal This is a first rough commit for #95, adding the ability to embed YouTube videos in forum posts. Some more polish and testing needs to happen at this point. I wanted to get all these changes off my hard drive and into the repository.