aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/listings
Commit message (Collapse)AuthorAgeFilesLines
* Rename MediaEntry.uploader() to .get_uploader()Elrond2011-11-221-1/+1
| | | | | | | | The .uploader() method conflicts with the uploader database field. As we're moving to .FIELD for db field access, this is a relevant conflict. So renaming .uploader() to .get_uploader()
* 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.