Made a simple template rendering view and switched a bunch of code over to using it
[mediagoblin.git] / mediagoblin / views.py
2011-06-05 Christopher Allan... Made a simple template rendering view and switched...
2011-06-05 Christopher Allan... I have a strong preference for aligning all parameters...
2011-06-05 Christopher Allan... Merge remote branch 'remotes/elrond/idea/shortcuts'
2011-06-05 ElrondReformat render_to_response calls
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-20 Christopher Allan... Merge remote branch 'remotes/hanaku/pagination'
2011-05-18 ElrondClean unused imports (found by pyflakes).
2011-05-18 ElrondMove ObjectId, DESCENDING to db.util
2011-05-17 ElrondMove models into new db/ directory
2011-05-16 Sebastian SpaethShow images in reverse submit order
2011-05-13 Aaron WilliamsonGenerate unique slugs for newly submitted images.
2011-05-10 Christopher Allan... Removing this horrifying submission test stuff from...
2011-05-10 Sebastian SpaethImplement simple media detail page
2011-05-07 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-06 Christopher Allan... Actually display submitted stuff on the mainpage. ...
2011-04-30 Christopher Allan... Merge branch 'master' into celerysubmit
2011-04-30 Will Kahn-GreeneAdds initial root page
2011-04-13 Will Kahn-GreeneChanges Mediagoblin -> MediaGoblin.
2011-04-02 Christopher Allan... Where did this o come from.
2011-03-27 Matt LeeAdded copyright notices
2011-03-27 Christopher Allan... A testing submit view that doesn't work but is getting...
2010-07-18 Christopher Allan... Still totally useless but at least it writes to the...
2010-07-18 Christopher Allan... Starting with the test submit view using wtforms
2010-07-17 Christopher Allan... Initial mediagoblin structure