Excitedly send a user a message that their comment was posted.
[mediagoblin.git] / mediagoblin / user_pages / views.py
2011-06-30 Christopher Allan... Excitedly send a user a message that their comment...
2011-06-30 Christopher Allan... Use the cleaned_markdown_conversion method instead...
2011-06-30 Christopher Allan... Merge remote branch 'remotes/jwandborg/feature_362...
2011-06-28 Joar WandborgIssue #362 - Updated `mediagoblin.user_pages.views...
2011-06-25 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/is330'
2011-06-22 Christopher Allan... Merge remote branch 'remotes/elrond/idea/invalidid'
2011-06-20 cfdvMerge remote-tracking branch 'origin/master' into is315
2011-06-20 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-20 Christopher Allan... Merge remote branch 'remotes/jwandborg/issue_363'
2011-06-19 Christopher Allan... Merge remote branch 'remotes/elrond/idea/globals_check'
2011-06-18 Christopher Allan... Merge branch 'master' into configobj
2011-06-17 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-17 Christopher Allan... Merge remote branch 'remotes/cmoylan/test_auth_views_364'
2011-06-17 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/is330'
2011-06-16 cfdvuser_gallery controller calls render_to_reponse
2011-06-16 cfdvadds routing.py and view.py changes
2011-06-15 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-06-12 Christopher Allan... Merge remote branch 'remotes/elrond/idea/simple_proc_me...
2011-06-12 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-06-12 Joar WandborgAdded Markdown rendering for `media_entry`
2011-06-06 Christopher Allan... Merge remote branch 'remotes/gandaro/324-bad-media...
2011-06-06 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
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-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... Merge remote branch 'refs/remotes/dneelyeps/master'
2011-05-13 Sebastian SpaethImprove user homepage
2011-05-10 Christopher Allan... 404 appropriately here
2011-05-10 Sebastian SpaethImplement simple media detail page