summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-31Bump to 1.4.1 Django security releaseDan McGee2-2/+2
2012-07-29Upgrade to jQuery 1.7.2 and a maintained tablesorterDan McGee12-1221/+1217
2012-07-28reporead: don't use iexact lookup on arch nameDan McGee1-3/+3
2012-07-28Convert releng URLs to https by defaultDan McGee1-2/+2
2012-07-25Bump Markdown versionDan McGee2-2/+2
2012-07-25Add arch and repo filter to todolist packagesDan McGee3-2/+27
2012-07-25Replace deprecated list_detail usage in search with class-based viewDan McGee3-42/+45
2012-07-25Remove use of deprecated redirect_to function-based generic viewDan McGee1-8/+4
2012-07-25Remove no-longer needed handler importsDan McGee1-2/+1
2012-07-25Replace deprecated direct_to_template() with render() shortcutDan McGee11-68/+57
2012-07-25Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee12-51/+49
2012-07-24Add index on package updates pkgname fieldDan McGee2-1/+209
2012-07-24Enable filtering of todolist packagesDan McGee3-4/+44
2012-07-24Add blank description to todo list creation and editingDan McGee1-0/+2
2012-07-24Fall back to 410 Gone for package files view as wellDan McGee1-2/+10
2012-07-24Ensure package files JS can support corner casesDan McGee2-1/+17
2012-07-24Remove files list AJAX conditionalsDan McGee1-4/+0
2012-07-24Generate package filelist in JavaScript via AJAXDan McGee1-4/+9
2012-07-24Clean up package file list stylesDan McGee2-8/+8
2012-07-23Update for new Arch ISO releasePierre Schmitz1-15/+7
2012-07-23Simplify the download pagePierre Schmitz1-65/+7
2012-07-23Minor template touchupsDan McGee2-2/+2
2012-07-23Add '410 Gone' support for packages moved out of repositoriesDan McGee3-5/+72
2012-07-21Split details/display package views into new moduleDan McGee2-147/+167
2012-07-21Add packages.php URL redirectDan McGee1-0/+1
2012-07-09Update d3.js resourcesDan McGee2-290/+354
2012-07-09Add a new jquery_tablesorter CDN template tagDan McGee18-34/+24
2012-07-09Don't remove approval CSS class when updating signoff listDan McGee1-1/+1
2012-07-09Correctly reassign queryset with added annotation in mirror statusDan McGee1-1/+1
2012-07-09Add tags file (ctags) to .gitignoreDan McGee1-0/+2
2012-07-09Work around bulk_create limitations in sqlite3 in reporeadDan McGee1-6/+28
2012-07-09Make collapseDependsList() a bit smarterDan McGee1-5/+5
2012-07-09mirrorcheck: Don't use bulk_create on sqlite3Dan McGee1-2/+6
2012-07-09reporead: disable FULL synchronous writes for sqlite3Dan McGee1-0/+6
2012-07-09Get multilib package differences query working on sqlite3Dan McGee1-9/+22
2012-07-09Don't include StdDev on sqlite3 mirror status queryDan McGee1-3/+9
2012-07-09Don't log package updates in Python when we have DB trigger supportDan McGee2-2/+24
2012-07-09Add triggers for adding package update rowsDan McGee2-0/+75
2012-07-09Handle HTTPException being thrown in mirrorcheckDan McGee1-0/+6
2012-07-09Use a set instead of list when gathering package IDs to fetchDan McGee1-1/+1
2012-07-06Collapse the dependencies and required by lists when they are longDan McGee2-5/+31
2012-07-06reporead: don't append slash to empty (root) directoryDan McGee1-1/+2
2012-07-05reporead: handle files in root directory properlyDan McGee1-1/+4
2012-07-05reporead: properly handle cases where last_update == files_last_updateDan McGee1-2/+2
2012-07-02Update flag out of date verbiage when orphans are involvedDan McGee1-1/+2
2012-07-02Add indexes on 'created' field to several package-related modelsDan McGee2-3/+217
2012-07-02Log package updates during reporead invocationDan McGee2-1/+42
2012-07-02Add new package Update modelDan McGee3-2/+302
2012-07-02Remove no-longer necessary delayed imports of PackageDan McGee1-10/+7
2012-06-21Add a last_modified field to user profilesDan McGee2-1/+125