Create render_to_reponse and use it everywhere.
[mediagoblin.git] / mediagoblin / user_pages /
2011-06-05 ElrondCreate render_to_reponse and use it everywhere.
2011-06-04 Christopher Allan... Moving all views over to using util.render_template()!
2011-06-04 Christopher Allan... Mount media editing under /u/{username}/m/{media}/edit/
2011-05-23 Bernhard Kellermodified atomfeed feature, corrected spacing, url gener...
2011-05-22 Christopher Allan... Merge remote branch 'refs/remotes/elrond/idea/new_get_p...
2011-05-22 Christopher Allan... Update all the views so that they use the uploader...
2011-05-21 Christopher Allan... This check is redundant now that it's handled by the...
2011-05-21 Christopher Allan... Make sure that a MediaEntry does belong to this appropr...
2011-05-20 Christopher Allan... Cosmetic changes: removed an unused import, stripped...
2011-05-20 Christopher Allan... MediaEntry slugs usable in URLs, & decorator that grabs...
2011-05-20 Christopher Allan... One more mild styling tweak
2011-05-20 Christopher Allan... Reorganizing the uses_pagination decorator a little...
2011-05-20 Christopher Allan... Merge remote branch 'remotes/hanaku/pagination'
2011-05-19 Bernhard Kellermoved check for correct page values into decorator...
2011-05-19 Bernhard Kellerremoved request arg from Pagination class
2011-05-19 Bernhard Kellerchanged some coding styles and changed the interface...
2011-05-18 ElrondClean unused imports (found by pyflakes).
2011-05-18 Bernhard Kelleradded Pagination class, usage description in Pagination...
2011-05-18 ElrondMove ObjectId, DESCENDING to db.util
2011-05-16 Sebastian SpaethShow images in reverse submit order
2011-05-13 Christopher Allan... Removing the raw string-ness
2011-05-13 Christopher Allan... Merge remote branch 'refs/remotes/dneelyeps/master'
2011-05-13 Sebastian SpaethImprove user homepage
2011-05-11 Christopher Allan... URLs should end in trailing slashes, or slash redirecti...
2011-05-10 Christopher Allan... 404 appropriately here
2011-05-10 Sebastian SpaethImplement simple media detail page