aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/listings
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-132-2/+2
|\ | | | | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/db/models.py mediagoblin/user_pages/views.py mediagoblin/util.py
| * Whitespace and formatting cleanup.Nathan Yergler2011-10-012-2/+2
| | | | | | | | | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, =
* | Finished splitting util.py into separate files.Aaron Williamson2011-10-011-1/+2
|/
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-013-3/+3
|
* Added tags atom feed and linked it in the appropriate placesChristopher Allan Webber2011-07-312-13/+54
|
* Added tag listing views.Christopher Allan Webber2011-07-313-0/+97
Also added routing, added templates, etc.