aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/user_pages/views.py
Commit message (Expand)AuthorAgeFilesLines
...
* I have a strong preference for aligning all parameters in a function call.Christopher Allan Webber2011-06-051-2/+4
* Reformat render_to_response callsElrond2011-06-051-8/+8
* Create render_to_reponse and use it everywhere.Elrond2011-06-051-8/+6
* Moving all views over to using util.render_template()!Christopher Allan Webber2011-06-041-12/+8
* modified atomfeed feature, corrected spacing, url generation, routing idBernhard Keller2011-05-231-0/+34
* Update all the views so that they use the uploader reference insteadChristopher Allan Webber2011-05-221-1/+1
* This check is redundant now that it's handled by the decorator.Christopher Allan Webber2011-05-201-4/+0
* Make sure that a MediaEntry does belong to this appropriate user inChristopher Allan Webber2011-05-201-2/+2
* 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-9/+4
* One more mild styling tweakChristopher Allan Webber2011-05-191-3/+4
* Reorganizing the uses_pagination decorator a little and having it passChristopher Allan Webber2011-05-191-3/+3
* Merge remote branch 'remotes/hanaku/pagination'Christopher Allan Webber2011-05-191-5/+18
|\
| * moved check for correct page values into decorator for view functionBernhard Keller2011-05-191-6/+5
| * removed request arg from Pagination classBernhard Keller2011-05-191-2/+7
| * changed some coding styles and changed the interface for pagination from __ca...Bernhard Keller2011-05-191-7/+8
| * added Pagination class, usage description in Pagination,__call__Bernhard Keller2011-05-181-7/+16
* | Clean unused imports (found by pyflakes).Elrond2011-05-181-1/+0
* | Move ObjectId, DESCENDING to db.utilElrond2011-05-181-2/+1
|/
* Show images in reverse submit orderSebastian Spaeth2011-05-161-1/+2
* Improve user homepageSebastian Spaeth2011-05-121-9/+16
* 404 appropriately hereChristopher Allan Webber2011-05-101-4/+4
* Implement simple media detail pageSebastian Spaeth2011-05-101-0/+52