Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-13 | FS#11325. Add a 'Target Repo' column to the signoffs page. | Dusty Phillips | |
2009-04-13 | Aaron says maintainer column isn't necessary (FS#11325) | Dusty Phillips | |
2009-04-06 | reporead: dramatically reduce number of queries | Dan McGee | |
Commit 789b5445cf originally set out to fix this problem but was not complete. When doing an update of [extra], the code still did > 2000 database queries because of an ill-placed call to QuerySet.get(). By using a dictionary lookup, we reduce the number of database queries to a measly 4 when updating extra and no new packages are present. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-04-02 | Make donor name unique | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-02-08 | Store IP address as a char field | Dan McGee | |
Otherwise the netmask portion can get cut off because of the way Django by default limits IP Address fields to 15 characters. Oops. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-02-07 | Add DB index on country field | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-02-07 | Update admin_media to latest Django version | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-02-07 | Mirror rsync IP: allow netmask specification | Dan McGee | |
Noticed this was necessary while trying to get all the rsync IPs into the database. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-02-07 | Remove unneeded link for the dev site | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-02-07 | remove unneeded script | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-02-06 | Use __unicode__ over __str__ | Dusty Phillips | |
2009-02-06 | Ensure all mirror URLs are saved with a trailing slash | Dan McGee | |
Add a clean_url() function to a custom ModelForm to accomplish this. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-02-06 | Refactor mirror model | Dan McGee | |
Break the original model down into a few different components that should give us a lot more flexibility. Mirror is now the top level entity with one-to-many relationships to both URLs and rsync IP addresses. This should allow the DB model to serve all of our currently unsynced needs. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-02-06 | Misc script changes that haven't been committed. | Dusty Phillips | |
2009-01-30 | Put maintainer list by last name. | Dusty Phillips | |
2009-01-30 | Add package count to the top of the search table. | Dusty Phillips | |
2009-01-18 | Apparently its not available on https. Bad Dan. | Dusty Phillips | |
2009-01-18 | Add Dan's stats page to the dev menu. | Dusty Phillips | |
2009-01-16 | Make the dashboard stats collapsed by default. | Dusty Phillips | |
2009-01-16 | Copyright infringement | Dusty Phillips | |
2009-01-01 | fix my flagged packages urls. | Dusty Phillips | |
2009-01-01 | Insert the license field into the package database when packages are updated. | Dusty Phillips | |
2009-01-01 | display the license field on package descriptions | Dusty Phillips | |
2008-12-05 | User profiles are cool. Go go power notebook | Dusty Phillips | |
2008-11-27 | Remove caching crud from archweb_dev | Dan McGee | |
We aren't going to enable this because it is a restricted-access site, so no need in keeping the crud around. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2008-11-25 | reporead: force load of package list from database | Dan McGee | |
Rather than load one package at a time and put unnecessary load on the database, load them all at once upfront since we are going to need 99% of them anyway. This shifts the burden of work from the database to the python script itself. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2008-11-15 | alphabetical order on maintainers and packages | Dusty Phillips | |
2008-11-11 | proper columns on my flagged packages. | Dusty Phillips | |
2008-11-09 | don't show inactive users in dev list | Dusty Phillips | |
2008-10-30 | only show dev toolbar if user is logged in | Dusty Phillips | |
2008-10-22 | finished comment | Dusty Phillips | |
2008-10-12 | backport some archweb_pub changes into archweb_dev | Dusty Phillips | |
2008-10-12 | drop seeveral unnecessary templates | Dusty Phillips | |
2008-10-11 | drop a bunch more media files | Dusty Phillips | |
2008-10-11 | drop some extra media (may have to restore) | Dusty Phillips | |
2008-10-11 | drop calendar dependency (use admin version instead) | Dusty Phillips | |
2008-10-11 | drop jquery dependency | Dusty Phillips | |
2008-10-11 | drop some print statements | Dusty Phillips | |
2008-10-11 | drop a couple completed to-dos and blank lines | Dusty Phillips | |
2008-10-11 | refactor duplicate signoff code | Dusty Phillips | |
2008-10-11 | drop some unused templatetags | Dusty Phillips | |
2008-10-11 | separate copyrighted middleware from my additions | Dusty Phillips | |
2008-10-11 | simplify both look and code for dashboard | Dusty Phillips | |
2008-10-10 | use RequestContext because its standard | Dusty Phillips | |
2008-10-10 | drop useless view | Dusty Phillips | |
2008-10-10 | update documentation | Dusty Phillips | |
2008-10-10 | fix broken maintainer packages links | Dusty Phillips | |
2008-10-10 | fix another inefficient query | Dusty Phillips | |
2008-10-10 | replace an ugly query with a nice query | Dusty Phillips | |
2008-10-10 | drop wiki app | Dusty Phillips | |