summaryrefslogtreecommitdiffstats
path: root/news
AgeCommit message (Expand)AuthorFilesLines
2011-04-07Utilize Django 1.3 'on_delete' feature on several foreign keysDan McGee1-1/+2
2011-04-07Consolidate caching black magicDan McGee1-2/+2
2011-04-07Add some migrations to convert database to UTC timeDan McGee1-0/+85
2011-04-07Use UTC datetime objects everywhereDan McGee1-1/+1
2011-04-07Ensure feed GUIDs are unchanging and uniqueDan McGee3-4/+168
2011-01-14Clean up news redirect argumentDan McGee1-1/+1
2011-01-10Fix old news URLs not redirecting properlyrelease_2011-01-10Dan McGee1-2/+2
2011-01-08Remove automatic ID column definitionsDan McGee1-1/+0
2010-12-13Move news urls into own fileDan McGee1-0/+14
2010-10-13Connect post_save signals where they will always be triggeredDan McGee1-0/+6
2010-09-29Fix migration dependencies exposed after moving modelsDan McGee1-0/+4
2010-09-21Auto-populate slug on news item creationDan McGee1-2/+16
2010-09-21Update news views to use slug instead of IDDan McGee2-8/+13
2010-09-21Add migrations to populate the news slug and make it non-nullDan McGee3-1/+145
2010-09-21Add news slug fieldDan McGee2-0/+67
2010-09-20Update news permission required stringrelease_2010-09-20Dan McGee1-4/+4
2010-09-15Spruce up news admin viewDan McGee2-4/+4
2010-09-14Add last modified date to newsDan McGee2-1/+76
2010-09-08Show news in adminDan McGee1-0/+10
2010-09-08Paginate the news list viewrelease_2010-09-08Dan McGee1-0/+1
2010-09-08Move news model to an appropriate placeDan McGee3-1/+86
2010-09-08Put news under south controlDan McGee3-0/+21
2010-09-03Use direct_to_template in all remaining possible placesDan McGee1-4/+3
2010-07-06Format all news items using markdownDan McGee1-0/+12
2010-07-02Defer loading news content when listing news itemsDan McGee1-1/+2
2010-06-22Add 'never_cache' decorator in a bunch of placesDan McGee1-0/+4
2010-06-20Remove AutoUserMiddlewareDan McGee1-3/+13
2010-02-17News: make add/edit page form largerDan McGee1-4/+4
2010-02-10Remove archweb prefix from all importsDan McGee1-1/+1
2009-11-09modified import paths from archweb_dev to archwebIsmael Carnales1-1/+1
2008-10-05drop some unused importsDusty Phillips1-3/+0
2008-10-05port news to django 1.0 using generic viewsDusty Phillips1-65/+28
2008-07-30fix permission bug on newsDusty Phillips1-3/+3
2008-06-27use a nicer decoratorDusty Phillips1-4/+4
2008-03-08Moved models aroundeliott2-23/+2
2007-12-29Removed import no longer used.eliott1-1/+0
2007-12-29Massive retab fest.eliott2-12/+18
2007-12-29Modified render_template and renamed it to render_response (consistent witheliott1-58/+58
2007-12-22renamed importseliott2-3/+3
2007-11-03Initial import for public release...eliott3-0/+101