aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit
Commit message (Expand)AuthorAgeFilesLines
...
* Mount media editing under /u/{username}/m/{media}/edit/Christopher Allan Webber2011-06-041-2/+2
* Let's redirect back to the media homepage using the slug instead of the idChristopher Allan Webber2011-06-041-1/+1
* I shouldn't have removed the .save() entirely :)Christopher Allan Webber2011-06-041-0/+1
* Find out if such a slug exists via a query instead of via a .save() callChristopher Allan Webber2011-06-031-12/+19
* Add GNU headers to new *.pyElrond2011-06-022-0/+31
* Handle Exceptions from save(); Move may_edit_mediaElrond2011-06-022-10/+13
* Prepare for moving /edit/ under /u/.../edit/Elrond2011-06-022-3/+3
* Check for edit permission.Elrond2011-06-021-0/+13
* "edit": Finally implement saving.Elrond2011-05-271-1/+12
* Starting "edit" functionality.Elrond2011-05-264-0/+72