summaryrefslogtreecommitdiffstats
path: root/templates/news/list.html
AgeCommit message (Collapse)AuthorFilesLines
2013-11-07Django 1.6 upgrade, deprecation cleanupDan McGee1-0/+2
PendingDeprecationWarning: 'The `cycle` template tag is changing to escape its arguments; the non-autoescaping version is deprecated. Load it from the `future` tag library to start using the new behavior. Signed-off-by: Dan McGee <dan@archlinux.org>
2012-05-19Add RSS links to /news/ and /packages/ URLsDan McGee1-0/+4
These were available only from the home page, but it makes sense to advertise them on the corresponding index pages too. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-09-24Fix news permission checking in templatesDan McGee1-4/+4
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 McGee1-2/+2
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-09-15Ensure consistent date formatting everywhereDan McGee1-1/+1
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 viewDan McGee1-0/+4
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 Williams1-24/+45
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-11-10updated news list templateIsmael Carnales1-3/+5
- added title - added permission checks
2008-10-06port news to django 1.0 using generic viewsDusty Phillips1-1/+1
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
side items.
2007-11-03Initial import for public release...eliott1-0/+26
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!