aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit/lib.py
Commit message (Collapse)AuthorAgeFilesLines
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* Dot-Notation for MediaEntry.uploaderElrond2011-12-051-1/+1
|
* Dot-Notation for Users.is_adminElrond2011-12-051-1/+1
|
* Dot-Notation for "_id"Elrond2011-11-151-1/+1
| | | | | | | | | Note: Migrations can't use "Dot Notation"! Migrations run on pymongo, not mongokit. So they can't use the "Dot Notation". This isn't really a big issue, as migrations are anyway quite mongo specific.
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Add GNU headers to new *.pyElrond2011-06-021-0/+16
|
* Handle Exceptions from save(); Move may_edit_mediaElrond2011-06-021-0/+8
Turn .save() excpetions into a HTTPConflict. Not nice, but at least the user gets the error. Until there is a proper way to validate things and get nice errors. Move may_edit_media() to lib.py, as it's not a view.