Also moving the test_server.ini to test_paste.ini to avoid ambiguity.
[mediagoblin.git] / mediagoblin / edit /
2011-06-20 Christopher Allan... Merge remote branch 'remotes/jwandborg/issue_363'
2011-06-15 Joar WandborgMade changes according to bugs.foocorp.net/issues/363...
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-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 ElrondCreate redirect shortcut and use it around
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-06-04 Christopher Allan... Mount media editing under /u/{username}/m/{media}/edit/
2011-06-04 Christopher Allan... Let's redirect back to the media homepage using the...
2011-06-04 Christopher Allan... I shouldn't have removed the .save() entirely :)
2011-06-03 Christopher Allan... Merge branch 'media_edit'
2011-06-03 Christopher Allan... Find out if such a slug exists via a query instead...
2011-06-02 ElrondAdd GNU headers to new *.py
2011-06-02 ElrondHandle Exceptions from save(); Move may_edit_media
2011-06-02 ElrondPrepare for moving /edit/ under /u/.../edit/
2011-06-02 ElrondMerge remote branch 'upstream/master'
2011-06-02 ElrondCheck for edit permission.
2011-05-26 Elrond"edit": Finally implement saving.
2011-05-26 ElrondStarting "edit" functionality.