Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-17 | Redesigned Dashboard | Thayer Williams | 1 | -99/+153 | |
* descriptive semantics * proper django cell cycling * link titles throughout Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2010-03-27 | Move package maintainer off of package model | Dan McGee | 1 | -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-03 | Merge branch 'master' into cdn-jquery | Dan McGee | 1 | -0/+1 | |
Conflicts: templates/todolists/view.html | |||||
2010-03-02 | Fix up HTML titles on a lot of pages | Dan McGee | 1 | -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-27 | Convert templates to use jquery cdn tag | Dan McGee | 1 | -1/+1 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2010-01-30 | Upgrade jQuery to 1.4.1 | Dan McGee | 1 | -1/+1 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-01-17 | Make the dashboard stats collapsed by default. | Dusty Phillips | 1 | -6/+10 | |
2009-01-01 | fix my flagged packages urls. | Dusty Phillips | 1 | -1/+1 | |
2008-11-11 | proper columns on my flagged packages. | Dusty Phillips | 1 | -1/+1 | |
2008-10-12 | simplify both look and code for dashboard | Dusty Phillips | 1 | -24/+23 | |
2008-10-11 | fix broken maintainer packages links | Dusty Phillips | 1 | -6/+2 | |
2008-10-07 | trying to flesh out the page | Dusty Phillips | 1 | -3/+3 | |
2008-10-07 | fairly invasive refactor to developer dashboard to be more django friendly | Dusty Phillips | 1 | -8/+8 | |
2008-06-22 | Remove guide from dashboard and link to wikiFix for FS#10647 | Dusty Phillips | 1 | -1/+2 | |
2008-05-23 | Updates for deployment. | eliott | 1 | -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-10 | Changed to arches and repos in the db. | eliott | 1 | -4/+0 | |
Added them to the django admin interface as well. | |||||
2008-04-05 | Fix for FS#9554 | eliott | 1 | -0/+4 | |
Backported and modified from 'master' | |||||
2008-03-23 | Added the ability to see flagged packages only, per use or repo | eliott | 1 | -10/+10 | |
2008-03-09 | Fix for package counts by arch | eliott | 1 | -2/+2 | |
2008-03-08 | More changes to the multiarch model. | eliott | 1 | -4/+22 | |
2007-12-30 | Changed color alternation on devel index (todolist) to be conformant. | eliott | 1 | -1/+1 | |
2007-12-30 | Added alternating row coloration to make it easier to relate left to right | eliott | 1 | -4/+4 | |
side items. | |||||
2007-12-30 | Feature for FS#8988 | eliott | 1 | -1/+20 | |
2007-11-03 | Initial import for public release... | eliott | 1 | -0/+75 | |
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd! |