summaryrefslogtreecommitdiffstats
path: root/news/views.py
AgeCommit message (Expand)AuthorFilesLines
2018-04-08treewide: context must be a dict rather than ContextJelle van der Waa1-3/+3
2017-05-17Update news e-mail templaterelease_2017-05-17Angel Velasquez1-1/+1
2017-03-20news/views: Send e-mail to arch-announce on news creationGiancarlo Razzolini1-0/+12
2014-12-08Upgrade to python-markdown 2.5.2Dan McGee1-4/+2
2013-04-16Grab author when loading news item detailsDan McGee1-1/+1
2012-12-28Move slug creation helper to main/utilsDan McGee1-16/+2
2012-11-28Add safe_mode filter to news admin; preview uses safe modeDan McGee1-1/+1
2012-11-11Exclude news.safe_mode on news edit screenrelease_2012-11-11Dan McGee1-1/+1
2012-10-31Disable markdown safe modeDan McGee1-1/+1
2012-10-26Remove usages of 'django.contrib.markup'Dan McGee1-1/+1
2012-10-26Enable safe mode for markdown parsingDan McGee1-1/+1
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 McGee1-67/+57
2011-10-11Pylint suggested and other cleanupsDan McGee1-1/+1
2011-01-14Clean up news redirect argumentDan McGee1-1/+1
2010-09-21Auto-populate slug on news item creationDan McGee1-2/+16
2010-09-21Update news views to use slug instead of IDDan McGee1-7/+12
2010-09-20Update news permission required stringrelease_2010-09-20Dan McGee1-4/+4
2010-09-08Paginate the news list viewrelease_2010-09-08Dan McGee1-0/+1
2010-09-08Move news model to an appropriate placeDan McGee1-1/+1
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 aroundeliott1-2/+2
2007-12-29Massive retab fest.eliott1-0/+3
2007-12-29Modified render_template and renamed it to render_response (consistent witheliott1-58/+58
2007-12-22renamed importseliott1-2/+2
2007-11-03Initial import for public release...eliott1-0/+82