summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-13Add __name__ attribute to class-based Feeds viewsrelease_2013-01-13Dan McGee
2013-01-13Disable XView MiddlewareDan McGee
2013-01-13Load key before importing newrelicDan McGee
2013-01-13Try 3 at getting the New Relic license key inDan McGee
2013-01-13More tweaks for New Relic in WSGI scriptDan McGee
2013-01-13Add newrelic.ini fileDan McGee
2013-01-13Enable newrelic in WSGI if availableDan McGee
2013-01-13Simplify the WSGI scriptDan McGee
2013-01-13Add current production archweb.wsgi scriptDan McGee
2013-01-12Make packages JSON search more performantrelease_2013-01-12Dan McGee
2013-01-12Add last_modified field to todolist packagesDan McGee
2013-01-12Round two of mirror status query improvementsDan McGee
2013-01-12Add get_associated_packages method to FlagRequestDan McGee
2013-01-12Add mirror status page to base sitemapDan McGee
2012-12-31Fix case of devel user profile verbose namerelease_2012-12-31Dan McGee
2012-12-31Set user on todolist packages when flag status changesDan McGee
2012-12-31Mark todolist packages as removed rather than deleting themDan McGee
2012-12-31Fix list_pkgbases view callDan McGee
2012-12-31Fix dependency issue found by south migrationcheck commandDan McGee
2012-12-31Minor coding style tweaksDan McGee
2012-12-31Add 'created' field to packages modelDan McGee
2012-12-31Add 'removed' field to todolist packagesDan McGee
2012-12-31Minor news admin code cleanupDan McGee
2012-12-31Small admin tweaks for todolists filteringDan McGee
2012-12-31Remove old todolist permissionsDan McGee
2012-12-31Update the groups JSON fixtureDan McGee
2012-12-31Fix todolist permission typoDan McGee
2012-12-30Minor updates to READMErelease_2012-12-30Dan McGee
2012-12-30Remove several context processors we don't useDan McGee
2012-12-30Move needs_autoescape attribute to @register.filterDan McGee
2012-12-30Enable clickjacking protection via middlewareDan McGee
2012-12-29Defer the 'raw' field when listing todolistsDan McGee
2012-12-28Retrieve arch and repo too when calling reverse_conflictsDan McGee
2012-12-28Add a todolist package details link template tagDan McGee
2012-12-28Reduce query count when retrieving satisfiers and providersDan McGee
2012-12-28Set slug on todolist creationDan McGee
2012-12-28Move slug creation helper to main/utilsDan McGee
2012-12-28Use todolist slugs for all URLsDan McGee
2012-12-28Populate the todolist slug field and mark non-nullDan McGee
2012-12-28Add todolists slug fieldDan McGee
2012-12-28Remove old todo list modelsDan McGee
2012-12-28Todolist URLs map to old_id now, not idDan McGee
2012-12-28Convert to using new todolist models everywhereDan McGee
2012-12-28Add data migration for todolistsDan McGee
2012-12-28Add packages method to new Todolist modelDan McGee
2012-12-28Add todolist admin for new modelDan McGee
2012-12-28Add new todolists and todolist package modelDan McGee
2012-12-28Move the body of set_last_modified to main/utilsDan McGee
2012-12-28Allow pkg_details_link to return link title if package is missingDan McGee
2012-12-28Make attach_maintainers null-safeDan McGee