summaryrefslogtreecommitdiff
path: root/templates/devel
AgeCommit message (Collapse)Author
2010-03-06Add tier column to mirrorlist pageDan McGee
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 McGee
Conflicts: templates/todolists/view.html
2010-03-01Fix up HTML titles on a lot of pagesDan McGee
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 McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-30Upgrade jQuery to 1.4.1Dan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
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-10-18Correct link to WebSVNThomas Bächler
2009-09-15Add a basic mirror view for the dev siteDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-01-16Make the dashboard stats collapsed by default.Dusty Phillips
2009-01-01fix my flagged packages urls.Dusty Phillips
2008-11-11proper columns on my flagged packages.Dusty Phillips
2008-10-12drop seeveral unnecessary templatesDusty Phillips
2008-10-11simplify both look and code for dashboardDusty Phillips
2008-10-10fix broken maintainer packages linksDusty Phillips
2008-10-10drop search/ url and just go to packagesDusty Phillips
2008-10-07trying to flesh out the pageDusty 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-07remove reference to old cvs entryDusty Phillips
2008-09-16port profile_form to newformsDusty Phillips
2008-06-21Remove guide from dashboard and link to wikiFix for FS#10647Dusty Phillips
2008-06-04Removed some fields from the fellows page.eliott
Most emails were forwarded from arch.org, which may or may not be still working.
2008-06-04Template fix. doh!eliott
2008-06-04Added an ex-developer 'fellows' page.eliott
2008-05-23Updates for deployment.eliott
- Fix for reporead when description is empty. - Fix for settings.py. Middleware wasn't found (changed import name) - Clarity change for dashboard.
2008-04-28update siteindex page to reflect move to svneliott
2008-04-09Change to landing page.eliott
2008-04-09Fix for dev names in developer listeliott
Had to backport from archweb_pub.
2008-04-09Changed to arches and repos in the db.eliott
Added them to the django admin interface as well.
2008-04-05Fix for FS#9554eliott
Backported and modified from 'master'
2008-03-22Added the ability to see flagged packages only, per use or repoeliott
2008-03-22Refactored the model to remove arch and repo tables.eliott
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-08Fix for time display on repo last updateeliott
2008-03-08Fix for package counts by archeliott
2008-03-08More changes to the multiarch model.eliott
2007-12-30Changed color alternation on devel index (todolist) to be conformant.eliott
2007-12-30Added alternating row coloration to make it easier to relate left to righteliott
side items.
2007-12-30removed all the no longer referenced logoseliott
2007-12-30Removed unnecessary pages from the dev backend.eliott
2007-12-30Feature for FS#8988eliott
2007-12-30Changes to siteindex layouteliott
2007-12-30Removed feeds from devsiteeliott
2007-12-29Moved some templates aroundeliott
2007-12-29Modified render_template and renamed it to render_response (consistent witheliott
archweb_pub conventions). Moved pkgmaint_guide to a template.
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!