summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-27Disable more @cache_function usagerelease_2013-02-27Dan McGee
2013-02-27Remove caching on reverse_conflictsDan McGee
2013-02-26Use user.userprofile rather than user.get_profile()Dan McGee
2013-02-26Don't blow up in download template if no releases existDan McGee
2013-02-26Fix ALPM unittest to run when ALPM isn't presentDan McGee
2013-02-26Merge branch 'django-1.5'Dan McGee
2013-02-26Bump Django requirement to 1.5Dan McGee
2013-02-20Package sitemap adjustmentsDan McGee
2013-02-20Fix some fallout with moving page to query paramsDan McGee
2013-02-19Update Django versionrelease_2013-02-19Dan McGee
2013-02-16Make page a query string parameter on package searchDan McGee
2013-02-16Remove configurable pagination for package searchDan McGee
2013-02-16Paginator template cleanupDan McGee
2013-02-16Move all red/green/orange styles into single declarationDan McGee
2013-02-16Fix missing template variableDan McGee
2013-02-16Defer loading of some JS on public index pageDan McGee
2013-02-10Fix split packages sitemaprelease_2013-02-16Dan McGee
2013-02-09Use 'update_fields' model.save() kwargDan McGee
2013-02-09Change caching strategy on package.applicable_archesDan McGee
2013-02-09Revert "Reduce query count when retrieving satisfiers and providers"Dan McGee
2013-02-09Remove {% load url from future %} from templatesDan McGee
2013-02-09reporead: remove batched_bulk_createDan McGee
2013-02-09Update Konami JSDan McGee
2013-02-08Ensure todolists are consistently sortedDan McGee
2013-02-08Upgrade D3 to 3.0.6release_2013-02-08Dan McGee
2013-02-08Add a releases model sitemapDan McGee
2013-02-08Remove package seach by 'Last Updated After'Dan McGee
2013-02-08Minify static files when running collectstaticDan McGee
2013-02-04Add './' hack to generate_keyring as wellrelease_2013-02-04Dan McGee
2013-02-04Update exception to DeveloperKey.DoesNotExistDan McGee
2013-02-03Use DeveloperKey model on package page and reportsDan McGee
2013-02-03Update user_pgp_key_link template tag to use DeveloperKey modelDan McGee
2013-02-03Add new pgp_import command; replaces import_signaturesDan McGee
2013-02-03Add DeveloperKey modelDan McGee
2013-02-03Move the home page script block further down the pageDan McGee
2013-02-03Fix spacing issues in signoffs 'Show More' linksDan McGee
2013-02-03Remove some whitespace from index templateDan McGee
2013-02-03Run pngcrush and optipng over most static contentDan McGee
2013-01-28Merge branch 'release'release_2013-01-28Dan McGee
2013-01-28Fix missing template variable for removed todolist packagesDan McGee
2013-01-28Slight reorginization in the download page templateDan McGee
2013-01-28Use torrent view and checksums where appropriateDan McGee
2013-01-28Extract torrent trackers into a settings variableDan McGee
2013-01-28Add MD5 and SHA1 fields for releasesDan McGee
2013-01-28Don't error on empty torrent dataDan McGee
2013-01-27Fix todolist maintainer sortingDan McGee
2013-01-25Merge branch 'on-the-plane'release_2013-01-25Dan McGee
2013-01-23Use more modern verison of string template formattingDan McGee
2013-01-23Use querysets for calls to get_object_or_404(Package)Dan McGee
2013-01-22Slight optimization when searching for removed packageDan McGee