Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-25 | Remove an extra trailing slash that is causing a broken url on todolists. | Dusty Phillips | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-07-05 | Show incomplete todo list packages in dev dashboard | Dan McGee | |
Implements FS#20081. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-07-05 | Add absolute URL method for todo lists | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-06-11 | Remove action when submitting to same URL | Dan McGee | |
It looks like the `action="."` business was screwing up some browsers, notably lynx and links. We don't need it as the default is to submit to the same page anyway, so kill this gunk and see if it fixes a login CSRF issue. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-06-05 | Updates for CSRF protection in Django 1.2.X | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-05-17 | Redesigned Dashboard | Thayer Williams | |
* descriptive semantics * proper django cell cycling * link titles throughout Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-05-17 | Updated form semantics for accessibility | Thayer Williams | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-05-17 | Redesigned dev mirrorlist page, proper django cycling, semantics | Thayer Williams | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-03-27 | Move package maintainer off of package model | Dan McGee | |
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-06 | Add tier column to mirrorlist page | Dan 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-03 | Merge branch 'master' into cdn-jquery | Dan McGee | |
Conflicts: templates/todolists/view.html | |||
2010-03-01 | Fix up HTML titles on a lot of pages | Dan 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-27 | Convert templates to use jquery cdn tag | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-30 | Upgrade jQuery to 1.4.1 | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-11-09 | changed landing view | Ismael 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-18 | Correct link to WebSVN | Thomas Bächler | |
2009-09-15 | Add a basic mirror view for the dev site | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-01-16 | Make the dashboard stats collapsed by default. | Dusty Phillips | |
2009-01-01 | fix my flagged packages urls. | Dusty Phillips | |
2008-11-11 | proper columns on my flagged packages. | Dusty Phillips | |
2008-10-12 | drop seeveral unnecessary templates | Dusty Phillips | |
2008-10-11 | simplify both look and code for dashboard | Dusty Phillips | |
2008-10-10 | fix broken maintainer packages links | Dusty Phillips | |
2008-10-10 | drop search/ url and just go to packages | Dusty Phillips | |
2008-10-07 | trying to flesh out the page | Dusty Phillips | |
2008-10-07 | fairly invasive refactor to developer dashboard to be more django friendly | Dusty Phillips | |
2008-10-07 | use external links to avoid duplicate code between projects | Dusty Phillips | |
2008-10-07 | remove reference to old cvs entry | Dusty Phillips | |
2008-09-16 | port profile_form to newforms | Dusty Phillips | |
2008-06-21 | Remove guide from dashboard and link to wikiFix for FS#10647 | Dusty Phillips | |
2008-06-04 | Removed some fields from the fellows page. | eliott | |
Most emails were forwarded from arch.org, which may or may not be still working. | |||
2008-06-04 | Template fix. doh! | eliott | |
2008-06-04 | Added an ex-developer 'fellows' page. | eliott | |
2008-05-23 | Updates 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-28 | update siteindex page to reflect move to svn | eliott | |
2008-04-09 | Change to landing page. | eliott | |
2008-04-09 | Fix for dev names in developer list | eliott | |
Had to backport from archweb_pub. | |||
2008-04-09 | Changed to arches and repos in the db. | eliott | |
Added them to the django admin interface as well. | |||
2008-04-05 | Fix for FS#9554 | eliott | |
Backported and modified from 'master' | |||
2008-03-22 | Added the ability to see flagged packages only, per use or repo | eliott | |
2008-03-22 | Refactored 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-08 | Fix for time display on repo last update | eliott | |
2008-03-08 | Fix for package counts by arch | eliott | |
2008-03-08 | More changes to the multiarch model. | eliott | |
2007-12-30 | Changed color alternation on devel index (todolist) to be conformant. | eliott | |
2007-12-30 | Added alternating row coloration to make it easier to relate left to right | eliott | |
side items. | |||
2007-12-30 | removed all the no longer referenced logos | eliott | |
2007-12-30 | Removed unnecessary pages from the dev backend. | eliott | |
2007-12-30 | Feature for FS#8988 | eliott | |
2007-12-30 | Changes to siteindex layout | eliott | |