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