summaryrefslogtreecommitdiffstats
path: root/urls.py
AgeCommit message (Expand)AuthorFilesLines
2013-01-21Slight reorganization of urls.pyDan McGee1-34/+43
2013-01-19Initial cut of a Releases RSS feedDan McGee1-1/+2
2012-11-13Move JSON keys view to public/ appDan McGee1-0/+1
2012-10-02Add a few more redirects for old linksDan McGee1-0/+10
2012-09-30Add caching of sitemapsDan McGee1-7/+8
2012-07-31feeds: add all arches for repo feedDan McGee1-0/+2
2012-07-24Remove use of deprecated redirect_to function-based generic viewDan McGee1-8/+4
2012-07-24Remove no-longer needed handler importsDan McGee1-2/+1
2012-07-21Add packages.php URL redirectDan McGee1-0/+1
2012-05-01Opensearch enhancementsDan McGee1-0/+2
2012-03-26Remove media/ staticfiles URL locationDan McGee1-5/+0
2012-03-23Change Django urls.py importDan McGee1-1/+1
2012-02-18Add a retro site view and link it to a URLDan McGee1-0/+4
2012-01-03Add a few cache headers and minor feed caching back inDan McGee1-4/+4
2011-11-30Add master key overview pageDan McGee1-0/+1
2011-11-11Add a split packages sitemaprelease_2011-11-11Dan McGee1-0/+1
2011-10-27Add some legacy URL redirectsDan McGee1-0/+15
2011-10-11Pylint suggested and other cleanupsDan McGee1-7/+8
2011-10-07Cache static /jsi18n/ resource for one weekDan McGee1-1/+4
2011-10-05Add package visualizations pageDan McGee1-0/+1
2011-06-15Add a base pages sitemapDan McGee1-0/+1
2011-04-28Rename isotests to relengDan McGee1-1/+1
2011-04-28isotests: modelines, imports, url and passTom Willemsen1-1/+2
2011-04-07Convert generic views in urls.py to class-basedDan McGee1-5/+8
2011-03-04Remove multiple account login/logout URLsDan McGee1-4/+0
2011-02-27Slight refactor of user list viewsDan McGee1-3/+3
2011-02-22Modularize URLsDan McGee1-41/+24
2011-02-01Use os.path.join for path manipulationDan McGee1-1/+3
2011-01-18Add arch-specific group overview pagesDan McGee1-0/+1
2010-12-14Fix urls precedence in mirror viewsDan McGee1-3/+3
2010-12-13Move more URLs out of root urlconfDan McGee1-49/+4
2010-12-13Move news urls into own fileDan McGee1-12/+4
2010-12-13Split urls.py up by view prefixDan McGee1-63/+81
2010-12-13Add a mirror status JSON viewDan McGee1-0/+1
2010-09-24Add a basic mirror details pageDan McGee1-0/+1
2010-09-24Make general mirror list view publicDan McGee1-2/+2
2010-09-21Add link to mirror status toolDan McGee1-1/+1
2010-09-21Add mirror status viewDan McGee1-0/+1
2010-09-21Rename generate mirrorlist viewDan McGee1-1/+1
2010-09-21Auto-populate slug on news item creationDan McGee1-1/+1
2010-09-21Update news views to use slug instead of IDDan McGee1-6/+8
2010-08-28PyLint suggested cleanupsDan McGee1-2/+0
2010-08-27Add a package groups sitemapDan McGee1-4/+5
2010-08-27Add a package group overview pageDan McGee1-0/+1
2010-08-27Add a group details viewDan McGee1-0/+3
2010-08-25Package Differences by Architecture viewDan McGee1-0/+1
2010-07-25Add a basic view for todo listsDusty Phillips1-0/+1
2010-07-06Format all news items using markdownDan McGee1-0/+1
2010-07-02mirrorlist: allow filtering by protocolDan McGee1-0/+4
2010-07-02Get mirrorlist view ready for general useDan McGee1-3/+3