aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/decorators.py
Commit message (Expand)AuthorAgeFilesLines
* Update all the views so that they use the uploader reference insteadChristopher Allan Webber2011-05-221-2/+2
* Make sure that a MediaEntry does belong to this appropriate user inChristopher Allan Webber2011-05-201-5/+17
* Cosmetic changes: removed an unused import, stripped some trailing whitespace.Christopher Allan Webber2011-05-201-1/+1
* MediaEntry slugs usable in URLs, & decorator that grabs media from the requestChristopher Allan Webber2011-05-201-0/+26
* Adjusting spacing a little bitChristopher Allan Webber2011-05-201-1/+1
* pass in page number in uses_pagination view via keyword argument so ordering ...Christopher Allan Webber2011-05-201-1/+1
* Reorganizing the uses_pagination decorator a little and having it passChristopher Allan Webber2011-05-191-4/+2
* moved check for correct page values into decorator for view functionBernhard Keller2011-05-191-0/+19
* we should check for request.user['status'] not request.user['session'], clearly.Christopher Allan Webber2011-04-231-1/+1
* Provide a next= url when we require logging inChristopher Allan Webber2011-04-231-1/+3
* New requires_active_login decorator!Christopher Allan Webber2011-04-191-0/+44