Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-15 | Add a basic mirror view for the dev site | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-09-11 | Fix community links. | Dusty Phillips | |
2009-08-20 | Add an 'external projects' model and admin for managing the projects page. | Dusty Phillips | |
2009-08-18 | Apparently you couldn't view the packages page if the user wasn't logged ↵ | Dusty Phillips | |
into the admin. | |||
2009-08-12 | Too many columns in mirror admin | Dusty Phillips | |
2009-08-12 | Merge branch 'master' of /srv/projects/git/archweb_dev | Dusty Phillips | |
2009-08-12 | Add a couple columns to user admin at Aaron's request. | Dusty Phillips | |
2009-08-12 | Add a couple fields to mirror admin at Aaron's request | Dusty Phillips | |
2009-08-12 | merge fix | Dusty Phillips | |
2009-08-11 | So now the created user passwords should work and Aaron will be less pissed ↵ | Dusty Phillips | |
off at me. | |||
2009-08-10 | Merge branch 'master' of ssh://archlinux.org/srv/projects/git/archweb_dev | Dusty Phillips | |
2009-08-10 | Dan's patch applied. | Dusty Phillips | |
2009-08-10 | Sometimes its better if you test your code before deploying. Other times, ↵ | Dusty Phillips | |
you just fix the missing imports in a second commit. | |||
2009-08-10 | Add a page to aid Aaron in user creation. | Dusty Phillips | |
2009-08-04 | Whoops! Got to clear that dep list first | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-08-04 | Change deprecated admin site urls for 1.1. | Dusty Phillips | |
2009-08-04 | Fix Dan's package population patch. Now it is tested. | Dusty Phillips | |
2009-08-04 | reporead: unify add and update package code | Dan McGee | |
We had a bit of a disparity between the add and update sections in reporead, causing issues like FS#12400 to only manifest themselves on updated packages rather than brand new ones. Unify the code into a function that does the updating so this doesn't happen again. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Dusty Phillips <buchuki@gmail.com> | |||
2009-07-24 | Allow setting allowed repos to empty. | Dusty Phillips | |
2009-07-24 | Repo-based permissions when adopting packages. | Dusty Phillips | |
2009-07-13 | Fixes #12273. Patch supplied by Henning Garus. | Dusty Phillips | |
2009-05-24 | Mark news as safe so people can enter HTML. | Dusty Phillips | |
2009-05-04 | No More Doh | Dusty Phillips | |
2009-05-04 | DOH | Dusty Phillips | |
2009-05-04 | Fix link to packages in todo lists. | Dusty Phillips | |
2009-05-04 | Fix a bug when someone accesses the update page without POSTINg adopt or ↵ | Dusty Phillips | |
disown. Probably occurred by a press of the back button. | |||
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 | |