summaryrefslogtreecommitdiff
path: root/urls.py
AgeCommit message (Expand)Author
2019-03-10Add Artists group to urls.pyAndré Fabian Silva Delgado
2019-03-10remove the /https/ page, now that we use generally accepted LE certs.Luke Shumaker
2019-03-10I can't intercept /people/* urlsLuke Shumaker
2019-03-10Fix my redirect views.Luke Shumaker
2019-03-10Redirect several URLs at the router level.Luke Shumaker
2019-03-10Use new Parabola URLs.Michał Masłowski
2019-03-10Merge branch 'archweb-generic2'Luke Shumaker
2019-03-10fix urls.pyLuke Shumaker
2019-03-10Added HTTPS only messageNicolás Reynolds
2019-03-10changes from 15 novParabola
2015-01-13Slight tweaks to login and logout pagesDan McGee
2014-11-08Add a todolists sitemapDan McGee
2014-11-08Add a news-specific sitemapDan McGee
2014-11-08Convert sitemap.xml template to Jinja2Dan McGee
2014-11-08Override default sitemap.xml templateDan McGee
2014-11-02Add new StaffGroup objectrelease_2014-11-02Dan McGee
2014-10-19Use varied prime numbers for caching lengthsDan McGee
2014-09-01More changes for move to Django 1.7Dan McGee
2014-09-01update URLs to Arch wikiJakub Klinkovský
2013-03-11Remove public todolists viewDan McGee
2013-03-09Remove /jsi18n/ view mappingDan McGee
2013-02-08Add a releases model sitemapDan McGee
2013-01-21Slight reorganization of urls.pyDan McGee
2013-01-19Initial cut of a Releases RSS feedDan McGee
2012-11-13Move JSON keys view to public/ appDan McGee
2012-10-02Add a few more redirects for old linksDan McGee
2012-09-30Add caching of sitemapsDan McGee
2012-07-31feeds: add all arches for repo feedDan McGee
2012-07-24Remove use of deprecated redirect_to function-based generic viewDan McGee
2012-07-24Remove no-longer needed handler importsDan McGee
2012-07-21Add packages.php URL redirectDan McGee
2012-05-01Opensearch enhancementsDan McGee
2012-03-26Remove media/ staticfiles URL locationDan McGee
2012-03-23Change Django urls.py importDan McGee
2012-02-18Add a retro site view and link it to a URLDan McGee
2012-01-03Add a few cache headers and minor feed caching back inDan McGee
2011-11-30Add master key overview pageDan McGee
2011-11-11Add a split packages sitemaprelease_2011-11-11Dan McGee
2011-10-27Add some legacy URL redirectsDan McGee
2011-10-11Pylint suggested and other cleanupsDan McGee
2011-10-07Cache static /jsi18n/ resource for one weekDan McGee
2011-10-05Add package visualizations pageDan McGee
2011-06-15Add a base pages sitemapDan McGee
2011-04-28Rename isotests to relengDan McGee
2011-04-28isotests: modelines, imports, url and passTom Willemsen
2011-04-07Convert generic views in urls.py to class-basedDan McGee
2011-03-04Remove multiple account login/logout URLsDan McGee
2011-02-27Slight refactor of user list viewsDan McGee
2011-02-22Modularize URLsDan McGee
2011-02-01Use os.path.join for path manipulationDan McGee