attribute values should be quoted :)
[mediagoblin.git] / mediagoblin / decorators.py
2011-06-01 Christopher Allan... Just adjusting some spacing so we don't go over 80...
2011-06-01 Christopher Allan... Merge remote branch 'remotes/aleks/aleks'
2011-05-31 Aleksandar MicovicFixed bug where someone who wasn't logged in was asked...
2011-05-31 Aleksandar MicovicAdded a temporary verification page informing the user...
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... 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... Adjusting spacing a little bit
2011-05-20 Christopher Allan... pass in page number in uses_pagination view via keyword...
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-04-23 Christopher Allan... we should check for request.user['status'] not request...
2011-04-23 Christopher Allan... Provide a next= url when we require logging in
2011-04-20 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-04-20 Christopher Allan... New requires_active_login decorator!