summaryrefslogtreecommitdiff
path: root/templates/news/list.html
AgeCommit message (Collapse)Author
2010-09-24Fix news permission checking in templatesDan McGee
We were still looking at the permissions on the main application; these need to be updated to point at the news application instead. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-09-21Update news views to use slug instead of IDDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-09-14Ensure consistent date formatting everywhererelease_2010-09-14Dan McGee
Set up a default DATE_FORMAT in settings.py and use it everywhere we do the '|date' template filter rather than hardcoding the value in the template. This also fixes a regression with news date/time now that we changed the field to store both date and time. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-09-08Paginate the news list viewrelease_2010-09-08Dan McGee
This view was getting huge with ~500 items on it, and most people are not really interested in seeing every single news item. Use the drop in pagination and add some controls that still allow browsing to any page of the list. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17Redesigned News PagesThayer Williams
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-11-09updated news list templateIsmael Carnales
- added title - added permission checks
2008-10-05port news to django 1.0 using generic viewsDusty Phillips
2008-07-30fix permission bug on newsDusty Phillips
2007-12-30Added alternating row coloration to make it easier to relate left to righteliott
side items.
2007-11-03Initial import for public release...eliott
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!