summaryrefslogtreecommitdiff
path: root/urls.py
AgeCommit message (Collapse)Author
2010-02-10Remove archweb prefix from all importsDan McGee
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 McGee
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 McGee
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 McGee
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 McGee
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 McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-11-09added missing packages views from archweb_pubIsmael Carnales
2009-11-09added mirrors app from archweb_pubIsmael Carnales
2009-11-09added sitemaps from archweb_pubIsmael Carnales
2009-11-09added feeds from archweb_pubIsmael Carnales
2009-11-09use direct_to_template to replace static viewsIsmael Carnales
2009-11-09changed landing viewIsmael Carnales
- 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 Carnales
2009-11-09modified import paths from archweb_dev to archwebIsmael Carnales
2009-09-26Make community-testing accessableDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-09-15Add a basic mirror view for the dev siteDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-08-10Add a page to aid Aaron in user creation.Dusty Phillips
2009-08-04Change deprecated admin site urls for 1.1.Dusty Phillips
2008-10-10drop useless viewDusty Phillips
2008-10-10change of style, I decided I like to have a wrapper for all generic viewsDusty Phillips
2008-10-10drop search/ url and just go to packagesDusty Phillips
2008-10-07drop id based searchingDusty Phillips
2008-10-07make form submit some but not all valuesDusty Phillips
2008-10-07replace package search with a nonfunctional newformDusty Phillips
2008-10-07drop extraneous commentsDusty Phillips
2008-10-07drop a bunch of static stuff necessary only in archweb_pubDusty Phillips
2008-10-07remove reference to old cvs entryDusty Phillips
2008-10-05drop references to the wikiDusty Phillips
2008-10-05port admin to django 1.0Dusty Phillips
2008-08-16#10340 Integrated Signoffs completed but untestedDusty Phillips
2008-08-06boilerplate for new signoffs codeDusty Phillips
2008-07-08fix up permissions on todolistsDusty Phillips
2008-07-05 #10213 make package urls be pretty cool, if not awesomeDusty Phillips
2008-06-27add delete functionality to todo listsDusty Phillips
2008-06-27add an 'edit todolist' functionalityDusty Phillips
2008-06-21Remove guide from dashboard and link to wikiFix for FS#10647Dusty Phillips
2008-06-04Added an ex-developer 'fellows' page.eliott
2008-04-28removed flag out of date from backend.eliott
Flagging a package out of date is not needed in the backend. Backend only needs to unflag.
2008-03-08cleanupeliott
2007-12-30Removed feeds from devsiteeliott
2007-12-29Further purse of public appeliott
2007-12-29Massive retab fest.eliott
Also added vim command comment to the end of files.
2007-12-29Added DEBUG ability to serve static files with runserver.eliott
Removes the need for apache during testing/development.
2007-12-22added robots.txteliott
2007-12-22renamed importseliott
2007-12-11Added irc channel.eliott
Removed media url. Should be served by apache.
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!