summaryrefslogtreecommitdiffstats
path: root/public
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Add number of keys signed to master keys pageDan McGee1-3/+12
2012-03-09Ensure users only show up once on the Fellows pageDan McGee1-0/+1
2012-01-05Adjust page and content caching lengths and decoratorsDan McGee1-1/+1
2012-01-03Add a few cache headers and minor feed caching back inDan McGee1-0/+7
2011-12-12PyLint suggested cleanupsDan McGee1-1/+1
2011-12-09Add CSS classes to front page package update objectsDan McGee1-0/+7
2011-12-06Convert to and enable staticfiles contrib applicationDan McGee39-0/+2967
2011-12-06download: add a link to the new netboot environmentThomas Bächler1-0/+1
2011-11-30Master keys: reduce query count, add default orderingDan McGee1-1/+2
2011-11-30Add master key overview pageDan McGee1-6/+12
2011-11-21Better support for non-latin full namesDan McGee1-2/+4
2011-10-12Pylint suggested and other cleanupsDan McGee2-7/+6
2011-08-19download: add link to the ISO snapshotsThomas Bächler1-1/+6
2011-08-16News frontpage layout changesOlivier Keun1-1/+1
2011-07-05Recent updates refactorDan McGee1-25/+13
2011-06-15Refactor common select_related into manager methodDan McGee1-3/+3
2011-04-05Collapse all split and similar packages in recent updates listDan McGee1-14/+61
2011-03-13Move magic numbers into a function argumentDan McGee1-4/+5
2011-02-27Slight refactor of user list viewsDan McGee1-12/+24
2011-02-27Screen Fellows based on group membership as wellDan McGee1-1/+1
2010-11-27Simplify sorting attrgetter callsDan McGee1-2/+2
2010-10-05Make user profile a OneToOneFieldDan McGee1-1/+1
2010-10-05Switch another query to use is_downloadDan McGee1-1/+1
2010-10-05Add some select_related() magicDan McGee1-1/+1
2010-10-01Allow donors to be invisibleDan McGee1-1/+1
2010-09-08Move news model to an appropriate placeDan McGee1-1/+2
2010-09-06Move mirror models out of main appDan McGee1-2/+2
2010-09-03Use direct_to_template in public viewsDan McGee1-10/+5
2010-08-28PyLint suggested cleanupsDan McGee2-6/+10
2010-08-27Add missing RequestContext in feeds viewDan McGee1-2/+2
2010-06-21Cache the recent updates listDan McGee1-0/+2
2010-05-26Highlight 'Packages' in navbar when browsing packagesDan McGee1-2/+1
2010-05-17Make group membership use Django groupsDan McGee1-2/+2
2010-05-17Donor page rework for list formattingDan McGee1-7/+1
2010-05-16Ensure protocol order is stable on download pageDan McGee1-1/+1
2010-04-19Remove Arch-Based ProjectsDan McGee2-10/+1
2010-04-19Remove International CommunitiesDan McGee2-11/+1
2010-04-19Remove IRC ChannelsDan McGee1-4/+0
2010-04-17Improve front page recent updates listDan McGee1-4/+11
2010-02-27Only group packages if they are in the same repoDan McGee1-1/+1
2010-02-10Remove archweb prefix from all importsDan McGee2-3/+3
2010-02-06Make recent updates group multiple architecturesDan McGee2-3/+24
2010-02-05feeds: add per arch, per repo feed abilityDan McGee1-0/+7
2010-02-01Spruce up the developer view pagesDan McGee1-15/+18
2010-01-31Use select_related() to make a few more places more performantDan McGee1-1/+1
2010-01-31Don't exclude testing packages from recently updatedDan McGee1-2/+1
2009-12-02Add basic tests to public appIsmael Carnales2-0/+49
2009-11-10Fix highlighting on main site tabsDan McGee1-2/+1
2009-11-10corrected context variable names in index viewIsmael Carnales1-3/+3
2009-11-10made every public view return a RequestContextIsmael Carnales1-12/+18