summaryrefslogtreecommitdiffstats
path: root/templates/news
AgeCommit message (Expand)AuthorFilesLines
2013-11-07Django 1.6 upgrade, deprecation cleanupDan McGee1-0/+2
2013-02-16Paginator template cleanupDan McGee1-5/+5
2012-10-27Remove usages of 'django.contrib.markup'Dan McGee1-2/+1
2012-10-26Enable safe mode for markdown parsingDan McGee1-1/+1
2012-09-18More structured data markup for news articlesDan McGee1-3/+2
2012-09-15Add structured data markup from schema.org to news itemsDan McGee1-2/+12
2012-05-19Add RSS links to /news/ and /packages/ URLsDan McGee1-0/+4
2012-03-24Convert STATIC_URL usage to {% static %} template tagDan McGee1-1/+2
2011-12-06Convert to and enable staticfiles contrib applicationDan McGee1-1/+1
2011-03-21Fix news preview with CSRF and AJAX in Django 1.2.5Dan McGee1-4/+4
2010-09-30Move most inline JS into script fileDan McGee1-12/+1
2010-09-24Fix news permission checking in templatesDan McGee2-6/+6
2010-09-21Update news views to use slug instead of IDDan McGee2-4/+4
2010-09-15Ensure consistent date formatting everywhereDan McGee2-2/+2
2010-09-08Paginate the news list viewDan McGee2-0/+26
2010-07-07Get news markdown formatting working everywhereDan McGee2-2/+2
2010-07-07Format all news items using markdownDan McGee2-8/+35
2010-06-12Remove action when submitting to same URLDan McGee2-2/+2
2010-06-05Updates for CSRF protection in Django 1.2.XDan McGee2-2/+2
2010-05-17Redesigned News PagesThayer Williams4-63/+103
2010-03-02Fix up HTML titles on a lot of pagesDan McGee3-0/+3
2010-02-18News: make add/edit page form largerDan McGee1-1/+1
2009-11-10updated news list templateIsmael Carnales1-3/+5
2009-05-25Mark news as safe so people can enter HTML.Dusty Phillips1-1/+1
2008-10-06port news to django 1.0 using generic viewsDusty Phillips3-14/+8
2008-07-30fix permission bug on newsDusty Phillips1-1/+1
2007-12-30Added alternating row coloration to make it easier to relate left to righteliott1-1/+1
2007-11-03Initial import for public release...eliott4-0/+81