Age | Commit message (Expand) | Author | Files | Lines |
2011-08-16 | add "search wiki" link to package details page | Sergej Pupykin | 1 | -0/+8 |
2011-08-10 | Add a template tag to link multiple packages at once | Dan McGee | 1 | -0/+4 |
2011-08-10 | Add package details link tag | Dan McGee | 1 | -1/+5 |
2011-07-29 | Add index to package groups name field | Dan McGee | 2 | -1/+150 |
2011-07-29 | Fix package sort fields | Dan McGee | 1 | -1/+1 |
2011-07-06 | Add a few more valid package sort fields | Dan McGee | 1 | -1/+3 |
2011-07-06 | Refactor code to use new signoff model | Dan McGee | 2 | -28/+94 |
2011-07-06 | Add get_current_signoffs utility method | Dan McGee | 1 | -3/+28 |
2011-07-06 | Add new packages signoff model | Dan McGee | 2 | -1/+204 |
2011-07-06 | Move package signoff URL to more logical location | Dan McGee | 3 | -8/+4 |
2011-07-05 | Simplify package differences code | Dan McGee | 1 | -10/+5 |
2011-07-05 | Move set_created_field() to shared utils class | Dan McGee | 1 | -8/+2 |
2011-06-24 | Set up queries for staging repos | Dan McGee | 1 | -5/+8 |
2011-06-24 | Add (hidden) ability to search by last packager | Dan McGee | 1 | -0/+10 |
2011-06-20 | Differentiate between no filelist and empty filelist | Dan McGee | 1 | -2/+5 |
2011-06-16 | Remove automatic search redirection on count = 1 | Dan McGee | 1 | -3/+0 |
2011-06-15 | Add a base pages sitemap | Dan McGee | 1 | -2/+2 |
2011-06-15 | Refactor common select_related into manager method | Dan McGee | 2 | -9/+8 |
2011-06-15 | Add JSON package details and files views | Dan McGee | 2 | -11/+46 |
2011-05-03 | Add a created date to package relations | Dan McGee | 2 | -1/+147 |
2011-05-03 | Never cache the stale relations page | Dan McGee | 1 | -0/+1 |
2011-04-19 | Reimplement links code as template tags | Dan McGee | 1 | -2/+35 |
2011-04-18 | packages: pylint suggested cleanups | Dan McGee | 1 | -5/+5 |
2011-04-18 | Update out of date flag screen and email | Dan McGee | 2 | -9/+29 |
2011-04-16 | Only include known values in generated search query | Dan McGee | 1 | -2/+9 |
2011-04-15 | Remove old package search/ URLs | Dan McGee | 1 | -4/+0 |
2011-04-08 | Use UTC datetime objects everywhere | Dan McGee | 1 | -1/+1 |
2011-04-08 | Select related needed objects when pulling package details | Dan McGee | 1 | -1/+2 |
2011-03-23 | Fix package group unicode method | Dan McGee | 1 | -1/+1 |
2011-03-23 | Add new package parts models | Dan McGee | 2 | -0/+211 |
2011-03-23 | Allow virtual base packages to display in web interface | Dan McGee | 1 | -3/+23 |
2011-03-23 | Generalize group details page | Dan McGee | 1 | -2/+3 |
2011-03-23 | Use select_related() on group details page | Dan McGee | 1 | -1/+1 |
2011-03-16 | Fix valid_value() in "LimitTypedChoiceField" class. | Lukas Fleischer | 1 | -5/+10 |
2011-03-15 | Only set limit if we have one, else default to 50 | Dan McGee | 1 | -1/+3 |
2011-03-15 | Ensure package search form correctly handles errors | Dan McGee | 1 | -16/+24 |
2011-03-13 | Ensure PyPy compatibility | Dan McGee | 1 | -2/+5 |
2011-03-13 | Add package epoch support | Dan McGee | 1 | -0/+2 |
2011-03-08 | Clean up current_query and preserve multiple args | Dan McGee | 2 | -12/+14 |
2011-03-04 | Move new user email contents to template | Dan McGee | 1 | -1/+1 |
2011-03-03 | Correct some permission decorators | Dan McGee | 1 | -2/+2 |
2011-03-03 | Make Arch and Repo a MultipleChoice on package search | Dan McGee | 1 | -6/+6 |
2011-02-23 | Allow deleting of stale package relations via status page | Dan McGee | 2 | -0/+14 |
2011-02-23 | Add stale package relations status screen | Dan McGee | 4 | -3/+53 |
2011-02-22 | Use new split package file fields everywhere | Dan McGee | 1 | -1/+1 |
2011-02-22 | Modularize URLs | Dan McGee | 1 | -0/+9 |
2011-02-19 | Remove maintainer relations if user marked inactive | Dan McGee | 1 | -0/+12 |
2011-02-19 | Add a PackageRelation admin | Dan McGee | 1 | -0/+11 |
2011-02-19 | Add unicode methods for packages models | Dan McGee | 1 | -1/+6 |
2011-02-15 | Move license to a related model | Dan McGee | 3 | -0/+248 |