summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2009-11-09updated packages template files from code of pubIsmael Carnales
2009-11-09update packages detail template with code from pubIsmael Carnales
also added user restrictions
2009-11-09added missing packages views from archweb_pubIsmael Carnales
2009-11-09updated news list templateIsmael Carnales
- added title - added permission checks
2009-11-09added mirrors app from archweb_pubIsmael Carnales
2009-11-09added feeds from archweb_pubIsmael Carnales
2009-11-09made every public view return a RequestContextIsmael Carnales
RequestContexts are needed to check if the user is logged in NOTE: Generic views as direct_to_template and object_list always return a request context, so is good to use them :) Later will add a render_template shortcut that adds the RequestContext automatically
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-09updated base template to use menu from archweb_pub base templateIsmael Carnales
2009-11-09"imported" public app files from archweb_pubIsmael Carnales
2009-10-18Correct link to WebSVNThomas Bächler
2009-10-17Port archweb_pub commit 1f96c7a1182ef75279c18986b708e683f89dd690 to ↵Thomas Bächler
archweb_dev. This is the original commit message by Dan: "Make package SVN links always work This should clean up the links for all varieties of things- different arches (including any), different repos (community and community-testing), and split packages. All of the logic is in one place now and any further changes should be made to the method on the package object."
2009-09-15Add a basic mirror view for the dev siteDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-09-11Fix community links.Dusty Phillips
2009-08-18Apparently you couldn't view the packages page if the user wasn't logged ↵Dusty Phillips
into the admin.
2009-08-12merge fixDusty Phillips
2009-08-10Add a page to aid Aaron in user creation.Dusty Phillips
2009-05-24Mark news as safe so people can enter HTML.Dusty Phillips
2009-05-04DOHDusty Phillips
2009-05-04Fix link to packages in todo lists.Dusty Phillips
2009-04-13FS#11325. Add a 'Target Repo' column to the signoffs page.Dusty Phillips
2009-04-13Aaron says maintainer column isn't necessary (FS#11325)Dusty Phillips
2009-02-07Remove unneeded link for the dev siteDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-01-30Add package count to the top of the search table.Dusty Phillips
2009-01-18Apparently its not available on https. Bad Dan.Dusty Phillips
2009-01-18Add Dan's stats page to the dev menu.Dusty Phillips
2009-01-16Make the dashboard stats collapsed by default.Dusty Phillips
2009-01-16Copyright infringementDusty Phillips
2009-01-01fix my flagged packages urls.Dusty Phillips
2009-01-01display the license field on package descriptionsDusty Phillips
2008-11-11proper columns on my flagged packages.Dusty Phillips
2008-10-30only show dev toolbar if user is logged inDusty Phillips
2008-10-12drop seeveral unnecessary templatesDusty Phillips
2008-10-11drop some extra media (may have to restore)Dusty Phillips
2008-10-11drop jquery dependencyDusty Phillips
2008-10-11simplify both look and code for dashboardDusty Phillips
2008-10-10fix broken maintainer packages linksDusty Phillips
2008-10-10use standard messagingDusty Phillips
2008-10-10drop search/ url and just go to packagesDusty Phillips
2008-10-07fix package details pageDusty Phillips
2008-10-07use user messages to communicate statusDusty Phillips
2008-10-07sort returns to first pageDusty Phillips
2008-10-07trying to flesh out the pageDusty Phillips
2008-10-07make sort form workDusty Phillips
2008-10-07make form submit some but not all valuesDusty Phillips
2008-10-07replace package search with a nonfunctional newformDusty Phillips
2008-10-07move validation template tage temporarily; it will be removed eventuallyDusty Phillips
2008-10-07fairly invasive refactor to developer dashboard to be more django friendlyDusty Phillips
2008-10-07use external links to avoid duplicate code between projectsDusty Phillips
2008-10-07rearrange top menu to refer more accurately to dev vs real siteDusty Phillips