Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-24 | Repo-based permissions when adopting packages. | Dusty Phillips | 2 | -3/+15 | |
2009-07-13 | Fixes #12273. Patch supplied by Henning Garus. | Dusty Phillips | 1 | -1/+1 | |
2009-05-25 | Mark news as safe so people can enter HTML. | Dusty Phillips | 1 | -1/+1 | |
2009-05-05 | No More Doh | Dusty Phillips | 1 | -0/+1 | |
2009-05-05 | DOH | Dusty Phillips | 1 | -0/+0 | |
2009-05-05 | Fix link to packages in todo lists. | Dusty Phillips | 2 | -1/+1 | |
2009-05-05 | Fix a bug when someone accesses the update page without POSTINg adopt or ↵ | Dusty Phillips | 1 | -6/+10 | |
disown. Probably occurred by a press of the back button. | |||||
2009-04-14 | FS#11325. Add a 'Target Repo' column to the signoffs page. | Dusty Phillips | 2 | -2/+13 | |
2009-04-14 | Aaron says maintainer column isn't necessary (FS#11325) | Dusty Phillips | 1 | -2/+0 | |
2009-04-06 | reporead: dramatically reduce number of queries | Dan McGee | 1 | -3/+7 | |
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-03 | Make donor name unique | Dan McGee | 1 | -1/+1 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-02-08 | Store IP address as a char field | Dan McGee | 1 | -1/+1 | |
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-08 | Add DB index on country field | Dan McGee | 1 | -1/+1 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-02-07 | Update admin_media to latest Django version | Dan McGee | 16 | -36/+258 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-02-07 | Mirror rsync IP: allow netmask specification | Dan McGee | 1 | -0/+17 | |
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 | 1 | -1/+0 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-02-07 | remove unneeded script | Dan McGee | 1 | -17/+0 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-02-06 | Use __unicode__ over __str__ | Dusty Phillips | 1 | -8/+8 | |
2009-02-06 | Ensure all mirror URLs are saved with a trailing slash | Dan McGee | 1 | -2/+14 | |
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 | 2 | -12/+54 | |
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 | 2 | -4/+7 | |
2009-01-31 | Put maintainer list by last name. | Dusty Phillips | 1 | -1/+1 | |
2009-01-31 | Add package count to the top of the search table. | Dusty Phillips | 1 | -1/+26 | |
2009-01-19 | Apparently its not available on https. Bad Dan. | Dusty Phillips | 1 | -1/+1 | |
2009-01-19 | Add Dan's stats page to the dev menu. | Dusty Phillips | 1 | -0/+1 | |
2009-01-17 | Make the dashboard stats collapsed by default. | Dusty Phillips | 2 | -6/+29 | |
2009-01-16 | Copyright infringement | Dusty Phillips | 1 | -1/+1 | |
2009-01-01 | fix my flagged packages urls. | Dusty Phillips | 1 | -1/+1 | |
2009-01-01 | Insert the license field into the package database when packages are updated. | Dusty Phillips | 1 | -1/+4 | |
2009-01-01 | display the license field on package descriptions | Dusty Phillips | 2 | -0/+4 | |
2008-12-06 | User profiles are cool. Go go power notebook | Dusty Phillips | 1 | -1/+12 | |
2008-11-28 | Remove caching crud from archweb_dev | Dan McGee | 1 | -8/+0 | |
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-26 | reporead: force load of package list from database | Dan McGee | 1 | -2/+6 | |
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 | 2 | -1/+2 | |
2008-11-11 | proper columns on my flagged packages. | Dusty Phillips | 1 | -1/+1 | |
2008-11-09 | don't show inactive users in dev list | Dusty Phillips | 1 | -1/+1 | |
2008-10-31 | only show dev toolbar if user is logged in | Dusty Phillips | 1 | -9/+11 | |
2008-10-23 | finished comment | Dusty Phillips | 1 | -1/+1 | |
2008-10-13 | backport some archweb_pub changes into archweb_dev | Dusty Phillips | 1 | -3/+13 | |
2008-10-13 | drop seeveral unnecessary templates | Dusty Phillips | 8 | -112/+0 | |
2008-10-12 | drop a bunch more media files | Dusty Phillips | 9 | -0/+0 | |
2008-10-12 | drop some extra media (may have to restore) | Dusty Phillips | 14 | -231/+0 | |
2008-10-12 | drop calendar dependency (use admin version instead) | Dusty Phillips | 2 | -2398/+0 | |
2008-10-12 | drop jquery dependency | Dusty Phillips | 5 | -62/+0 | |
2008-10-12 | drop some print statements | Dusty Phillips | 1 | -3/+1 | |
2008-10-12 | drop a couple completed to-dos and blank lines | Dusty Phillips | 2 | -5/+0 | |
2008-10-12 | refactor duplicate signoff code | Dusty Phillips | 1 | -8/+4 | |
2008-10-12 | drop some unused templatetags | Dusty Phillips | 1 | -18/+5 | |
2008-10-12 | separate copyrighted middleware from my additions | Dusty Phillips | 2 | -16/+2 | |
2008-10-12 | simplify both look and code for dashboard | Dusty Phillips | 4 | -39/+37 | |