Create render_to_reponse and use it everywhere.
[mediagoblin.git] / mediagoblin / submit / views.py
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-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-13 Aaron WilliamsonGenerate unique slugs for newly submitted images.
2011-05-13 Aaron WilliamsonOn image submission, do not require title. If none...
2011-05-09 Christopher Allan... Merge remote branch 'spaetz/fix_description'
2011-05-08 Sebastian SpaethFix description submission in form handling
2011-05-07 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-06 Christopher Allan... Process media! Successfully!
2011-04-23 Christopher Allan... Properly require files when users submit
2011-04-23 Christopher Allan... Submission of image works :)
2011-04-23 Christopher Allan... Enclose queue_file writing in with statement so that...
2011-04-23 Christopher Allan... submit_start written in a way that, by golly, you'd...
2011-04-20 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-04-20 Christopher Allan... Start of the submit view, but not much there quite...