summaryrefslogtreecommitdiffstats
path: root/urls.py
AgeCommit message (Collapse)AuthorFilesLines
2010-05-26Add ability to download package from web interfaceDan McGee1-0/+2
After adding filename to the database, this is a rather simple request (see FS#19546). Right now the "randomly" chosen mirror happens to always be mirrors.kernel.org as it is the only one filed under the 'Any' country which is what we screen on. Perhaps this logic could be improved in the future but I don't see these links being all that high traffic anyway. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-26Move package flagging URLs below the packageDan McGee1-4/+6
We were still using the user-facing package IDs here which we have eliminated everywhere else Change it to use the same user-friendly URL pattern we are using elsewhere. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-04-18Remove Arch-Based ProjectsDan McGee1-1/+0
Add a link to the wiki instead. Also remove ExternalProject model and associated dealings. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-04-18Remove International CommunitiesDan McGee1-1/+0
Add link to wiki instead. Also remove AltForum model and associated dealings. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-04-18Remove IRC ChannelsDan McGee1-1/+0
And link to wiki instead. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-03-20Switch some hardcoded urls to url tag usageDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-03-11urls: add several named URL patternsDan McGee1-16/+15
This will allow us to kill some hardcoded paths elsewhere as well as play some games with the sitemap. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-03-10Sitemaps: split and index, add package filesDan McGee1-5/+8
Split it up as it is growing rather large, and add all the package files views to the mix so Google or anyone can pick those up. They get a slightly lower priority (if that even matters). Signed-off-by: Dan McGee <dan@archlinux.org>
2010-02-27Bring package files view up to speedDan McGee1-1/+2
Move it away from the numeric pkgid-based view of old to the new pretty URL format. This does nothing to actually make the view show files (or even provide a link to it), but that will come in future commits. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-02-10Remove archweb prefix from all importsDan McGee1-47/+47
Unnecessary, and lets us standardize on not using it everywhere. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-02-08Move /jsi18n/ back out of /admin/ apprelease_2010-02-08Dan McGee1-0/+3
This way we can skip the redirect to HTTPS on the real site that is not necessary by any means, and it works out for the best. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-02-08Add OpenSearch support to the siteDan McGee1-0/+1
Implements FS#14185. It is a bit more complex than listed there as I wanted to not hardcode the URLs in the descriptor file; to do this we need to make it a template and fill some things in. We also need to serve the file using the correct mime type. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-02-04feeds: add per arch, per repo feed abilityDan McGee1-0/+1
Make the feed framework a lot more flexible and give the possibility to have a feed for each architecture. You can drill down even more than also get a feed for a particular repo; some might find this helpful for something like tracking [testing]. Implements FS#12939. I also bumped up the number of items available in each of these feeds; since it is full of a bunch of small items it might be more helpful to have more available and it should also prevent fewer ones from being missed. The UI isn't exactly spectacular, but I figured some sort of page is better than none listing all the various feeds you can pull from. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-31Spruce up the developer view pagesDan McGee1-2/+3
Quite a few changes here. Unify the developer view pages into one actual django view and template, and use different dispatches from urls.py to set up the three different queries for who to display and what message and group name to show. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-31Get the calendar widget workingDan McGee1-2/+0
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-11-09added missing packages views from archweb_pubIsmael Carnales1-0/+8
2009-11-09added mirrors app from archweb_pubIsmael Carnales1-0/+6
2009-11-09added sitemaps from archweb_pubIsmael Carnales1-0/+8
2009-11-09added feeds from archweb_pubIsmael Carnales1-0/+11
2009-11-09use direct_to_template to replace static viewsIsmael Carnales1-4/+5
2009-11-09changed landing viewIsmael Carnales1-1/+0
- moved devel.views.siteindex to public.views.index - using template from public view with added devel menu - added extra styles and images
2009-11-09added public appIsmael Carnales1-0/+15
2009-11-09modified import paths from archweb_dev to archwebIsmael Carnales1-28/+28
2009-09-26Make community-testing accessableDan McGee1-2/+2
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-09-15Add a basic mirror view for the dev siteDan McGee1-0/+2
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-08-10Add a page to aid Aaron in user creation.Dusty Phillips1-1/+3
2009-08-04Change deprecated admin site urls for 1.1.Dusty Phillips1-1/+1
2008-10-10drop useless viewDusty Phillips1-1/+0
2008-10-10change of style, I decided I like to have a wrapper for all generic viewsDusty Phillips1-6/+2
2008-10-10drop search/ url and just go to packagesDusty Phillips1-4/+6
2008-10-07drop id based searchingDusty Phillips1-2/+1
2008-10-07make form submit some but not all valuesDusty Phillips1-0/+1
2008-10-07replace package search with a nonfunctional newformDusty Phillips1-1/+0
2008-10-07drop extraneous commentsDusty Phillips1-3/+0
2008-10-07drop a bunch of static stuff necessary only in archweb_pubDusty Phillips1-7/+0
2008-10-07remove reference to old cvs entryDusty Phillips1-4/+8
2008-10-05drop references to the wikiDusty Phillips1-6/+0
2008-10-05port admin to django 1.0Dusty Phillips1-8/+7
2008-08-16#10340 Integrated Signoffs completed but untestedDusty Phillips1-2/+4
2008-08-06boilerplate for new signoffs codeDusty Phillips1-0/+1
2008-07-08fix up permissions on todolistsDusty Phillips1-1/+1
2008-07-05 #10213 make package urls be pretty cool, if not awesomeDusty Phillips1-1/+4
2008-06-27add delete functionality to todo listsDusty Phillips1-1/+9
2008-06-27add an 'edit todolist' functionalityDusty Phillips1-4/+5
2008-06-21Remove guide from dashboard and link to wikiFix for FS#10647Dusty Phillips1-1/+0
2008-06-04Added an ex-developer 'fellows' page.eliott1-0/+1
2008-04-28removed flag out of date from backend.eliott1-2/+0
Flagging a package out of date is not needed in the backend. Backend only needs to unflag.
2008-03-08cleanupeliott1-1/+1
2007-12-30Removed feeds from devsiteeliott1-9/+0
2007-12-29Further purse of public appeliott1-13/+13