summaryrefslogtreecommitdiffstats
path: root/templates/devel/index.html
AgeCommit message (Collapse)AuthorFilesLines
2010-07-25Fix up click events on developer dashboardDan McGee1-7/+11
Rather than using 'onclick', attach an event at the end of page load. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-07-25Remove an extra trailing slash that is causing a broken url on todolists.Dusty Phillips1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-07-06Show incomplete todo list packages in dev dashboardDan McGee1-0/+29
Implements FS#20081. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-07-06Add absolute URL method for todo listsDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-06-05Updates for CSRF protection in Django 1.2.XDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17Redesigned DashboardThayer Williams1-99/+153
* descriptive semantics * proper django cell cycling * link titles throughout Signed-off-by: Dan McGee <dan@archlinux.org>
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-03Merge branch 'master' into cdn-jqueryDan McGee1-0/+1
Conflicts: templates/todolists/view.html
2010-03-02Fix up HTML titles on a lot of pagesDan McGee1-0/+1
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-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-12simplify both look and code for dashboardDusty Phillips1-24/+23
2008-10-11fix broken maintainer packages linksDusty Phillips1-6/+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-06-22Remove guide from dashboard and link to wikiFix for FS#10647Dusty Phillips1-1/+2
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-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-09Fix for package counts by archeliott1-2/+2
2008-03-08More changes to the multiarch model.eliott1-4/+22
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-30Feature for FS#8988eliott1-1/+20
2007-11-03Initial import for public release...eliott1-0/+75
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!