summaryrefslogtreecommitdiffstats
path: root/news
AgeCommit message (Expand)AuthorFilesLines
2012-11-11Exclude news.safe_mode on news edit screenrelease_2012-11-11Dan McGee1-1/+1
2012-11-01Allow editing news.safe_mode flag via admin screenDan McGee2-2/+3
2012-10-31Store 'safe_mode' attribute on news modelDan McGee3-1/+143
2012-10-31Disable markdown safe modeDan McGee2-2/+2
2012-10-26Remove usages of 'django.contrib.markup'Dan McGee2-1/+8
2012-10-26Cleanup meta model attributesDan McGee1-1/+1
2012-10-26Enable safe mode for markdown parsingDan McGee1-1/+1
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee1-6/+5
2012-05-02Ensure order_by default value is cleared when using distinct()Dan McGee1-1/+2
2012-04-27Migrate news views to class-based generic viewsDan McGee2-74/+75
2012-04-20Fix ContentType related migrationsDan McGee1-3/+8
2012-04-08Add migrations for on_delete attributesDan McGee1-0/+65
2012-03-23Make all datetime objects fully timezone awareDan McGee1-3/+4
2012-03-23Change Django urls.py importDan McGee1-1/+1
2011-10-11Pylint suggested and other cleanupsDan McGee1-1/+1
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