Age | Commit message (Expand) | Author |
2013-02-09 | Revert "Reduce query count when retrieving satisfiers and providers" | Dan McGee |
2013-02-08 | Remove package seach by 'Last Updated After' | Dan McGee |
2013-01-23 | Use more modern verison of string template formatting | Dan McGee |
2013-01-23 | Use querysets for calls to get_object_or_404(Package) | Dan McGee |
2013-01-22 | Slight optimization when searching for removed package | Dan McGee |
2013-01-22 | Override the default admin queryset for some models | Dan McGee |
2013-01-22 | Use a subquery rather than two queries in attach_maintainers | Dan McGee |
2013-01-18 | Use a set instead of list when gathering package differences | Dan McGee |
2013-01-13 | Use content_type and not mimetype on HttpResponse() | Dan McGee |
2013-01-12 | Make packages JSON search more performantrelease_2013-01-12 | Dan McGee |
2013-01-12 | Add get_associated_packages method to FlagRequest | Dan McGee |
2012-12-28 | Reduce query count when retrieving satisfiers and providers | Dan McGee |
2012-12-28 | Allow pkg_details_link to return link title if package is missing | Dan McGee |
2012-12-28 | Make attach_maintainers null-safe | Dan McGee |
2012-12-27 | Add some more tests for ALPM API stuff | Dan McGee |
2012-12-11 | Fix FS#32018, provides links always go to [testing] packages | Dan McGee |
2012-11-16 | Use python set comprehension syntax supported in 2.7 | Dan McGee |
2012-11-16 | Use Python 2.7 dictionary comprehension syntax | Dan McGee |
2012-10-26 | Cleanup meta model attributes | Dan McGee |
2012-10-26 | Extract some common architecture grabbing logic | Dan McGee |
2012-10-14 | Refactor signoff-grabbing queries | Dan McGee |
2012-10-12 | Make wrong permissions query more efficient | Dan McGee |
2012-09-30 | pkg_details_link template tag enhancements | Dan McGee |
2012-09-30 | Fix usage of naïve datetime object | Dan McGee |
2012-09-30 | Hide staging packages in search results | Dan McGee |
2012-09-25 | Don't show staging in package search repo listing | Dan McGee |
2012-09-15 | Remove now unnecessary importrelease_2012-09-15 | Dan McGee |
2012-09-08 | p/v/flag: Add reply-to to out-of-date notifications | Florian Pritz |
2012-08-21 | Fix scm_link in a way that doesn't make cgit barf | Dan McGee |
2012-08-21 | Style cleanups in package_extras | Dan McGee |
2012-08-21 | Revert "Fix scm_link for Unicode characters" | Dan McGee |
2012-08-20 | Fix scm_link for Unicode characters | Dan McGee |
2012-08-20 | Use case-insensitive search in opensearch suggestions | Dan McGee |
2012-08-15 | Ensure created is set when creating flag request via admin | Dan McGee |
2012-08-15 | Fix signoffs SQL query | Dan McGee |
2012-08-13 | Attempt to screen for useless out-of-date messages | Dan McGee |
2012-08-08 | Drop old flag request version column | Dan McGee |
2012-08-08 | Migrate flag request version info to new format | Dan McGee |
2012-08-08 | PEP8 cleanups in package utils | Dan McGee |
2012-08-08 | Extract parse_version function from reporead logic | Dan McGee |
2012-08-08 | Begin split of flag request version column into parts | Dan McGee |
2012-08-08 | Fix alpm ctypes interface on systems not having alpm | Dan McGee |
2012-08-07 | Push more default values down into the database | Dan McGee |
2012-08-07 | Make use of new ctypes ALPM API | Dan McGee |
2012-08-07 | Add ctypes-based wrapper to ALPM vercmp API | Dan McGee |
2012-08-04 | Include description in Depend unicode() output | Dan McGee |
2012-08-04 | Remove optional package depends column | Dan McGee |
2012-08-04 | Make adjustments for optional -> deptype conversion | Dan McGee |
2012-07-31 | Add new deptype column to package depends | Dan McGee |
2012-07-31 | Use a raw ID field for package Update package | Dan McGee |