summaryrefslogtreecommitdiffstats
path: root/templates/devel
AgeCommit message (Collapse)AuthorFilesLines
2010-03-27Move package maintainer off of package modelDan McGee1-4/+3
This is an attempt to fix our long-standing problems dealing with maintainer information. Move the actual maintainer information off of the package model into a PackageRelation object, which has some flexibility to later represent more than just maintainership. This solves multiple problems: * If a package gets accidentally deleted, so did the maintainer info * Testing packages have always shown up as orphans * With split packages, it was easy to miss some of the sub-packages This commit does not include the deletion of the original maintainer column; that will come at a later time when I feel more confident that the data was migrated correctly. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-03-06Add tier column to mirrorlist pageDan McGee1-0/+2
Obviously this page could use some more work anyway, but for now just quickly throw it in there. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-03-03Merge branch 'master' into cdn-jqueryDan McGee2-0/+2
Conflicts: templates/todolists/view.html
2010-03-02Fix up HTML titles on a lot of pagesDan McGee2-0/+2
We didn't include them on many pages, or the ones we did weren't always useful. Also try to keep the boilerplate to a minimum so you can see the important bits in the title. 'Arch Linux - ' comes first in all titles, and from there it can be filled in with something useful. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-02-27Convert templates to use jquery cdn tagDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-30Upgrade jQuery to 1.4.1Dan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-11-10changed landing viewIsmael Carnales1-60/+0
- moved devel.views.siteindex to public.views.index - using template from public view with added devel menu - added extra styles and images
2009-10-18Correct link to WebSVNThomas Bächler1-1/+1
2009-09-16Add a basic mirror view for the dev siteDan McGee1-0/+32
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-01-17Make the dashboard stats collapsed by default.Dusty Phillips1-6/+10
2009-01-01fix my flagged packages urls.Dusty Phillips1-1/+1
2008-11-11proper columns on my flagged packages.Dusty Phillips1-1/+1
2008-10-13drop seeveral unnecessary templatesDusty Phillips2-21/+0
2008-10-12simplify both look and code for dashboardDusty Phillips2-24/+24
2008-10-11fix broken maintainer packages linksDusty Phillips1-6/+2
2008-10-10drop search/ url and just go to packagesDusty Phillips1-2/+2
2008-10-07trying to flesh out the pageDusty Phillips1-3/+3
2008-10-07fairly invasive refactor to developer dashboard to be more django friendlyDusty Phillips1-8/+8
2008-10-07use external links to avoid duplicate code between projectsDusty Phillips6-368/+7
2008-10-07remove reference to old cvs entryDusty Phillips1-48/+0
2008-09-17port profile_form to newformsDusty Phillips1-15/+4
2008-06-22Remove guide from dashboard and link to wikiFix for FS#10647Dusty Phillips2-165/+2
2008-06-05Removed some fields from the fellows page.eliott1-7/+1
Most emails were forwarded from arch.org, which may or may not be still working.
2008-06-05Template fix. doh!eliott1-17/+17
2008-06-05Added an ex-developer 'fellows' page.eliott2-0/+70
2008-05-23Updates for deployment.eliott1-1/+1
- Fix for reporead when description is empty. - Fix for settings.py. Middleware wasn't found (changed import name) - Clarity change for dashboard.
2008-04-29update siteindex page to reflect move to svneliott1-1/+1
2008-04-10Change to landing page.eliott1-19/+6
2008-04-10Fix for dev names in developer listeliott1-2/+2
Had to backport from archweb_pub.
2008-04-10Changed to arches and repos in the db.eliott1-4/+0
Added them to the django admin interface as well.
2008-04-05Fix for FS#9554eliott1-0/+4
Backported and modified from 'master'
2008-03-23Added the ability to see flagged packages only, per use or repoeliott1-10/+10
2008-03-23Refactored the model to remove arch and repo tables.eliott1-2/+2
Refactored the model to remove the arch and repo tables. Those data points are now encapsulated in the package table as an ENUM field. Changes to models and templates as needed.
2008-03-09Fix for time display on repo last updateeliott1-1/+1
2008-03-09Fix for package counts by archeliott1-2/+2
2008-03-08More changes to the multiarch model.eliott2-5/+23
2007-12-30Changed color alternation on devel index (todolist) to be conformant.eliott1-1/+1
2007-12-30Added alternating row coloration to make it easier to relate left to righteliott1-4/+4
side items.
2007-12-30removed all the no longer referenced logoseliott1-1/+1
2007-12-30Removed unnecessary pages from the dev backend.eliott5-263/+0
2007-12-30Feature for FS#8988eliott1-1/+20
2007-12-30Changes to siteindex layouteliott1-82/+67
2007-12-30Removed feeds from devsiteeliott1-32/+1
2007-12-30Moved some templates aroundeliott13-0/+747
2007-12-30Modified render_template and renamed it to render_response (consistent witheliott1-0/+164
archweb_pub conventions). Moved pkgmaint_guide to a template.
2007-11-03Initial import for public release...eliott2-0/+107
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!