aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit/views.py
Commit message (Expand)AuthorAgeFilesLines
* enables entering user details including website url and biocfdv2011-06-181-3/+4
* baby step towards enabling profile editscfdv2011-06-181-0/+20
* I have a strong preference for aligning all parameters in a function call.Christopher Allan Webber2011-06-051-1/+2
* Create redirect shortcut and use it aroundElrond2011-06-051-5/+3
* Reformat render_to_response callsElrond2011-06-051-5/+4
* Create render_to_reponse and use it everywhere.Elrond2011-06-051-5/+4
* Moving all views over to using util.render_template()!Christopher Allan Webber2011-06-041-5/+4
* 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-021-0/+15
* Handle Exceptions from save(); Move may_edit_mediaElrond2011-06-021-10/+5
* Prepare for moving /edit/ under /u/.../edit/Elrond2011-06-021-2/+2
* Check for edit permission.Elrond2011-06-021-0/+13
* "edit": Finally implement saving.Elrond2011-05-271-1/+12
* Starting "edit" functionality.Elrond2011-05-261-0/+23