aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/mixin.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify check_media_slug_usedSebastian Spaeth2013-01-151-2/+1
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-211-4/+4
* make media_manager a property of MediaEntry in mixin.pySebastian Spaeth2012-12-041-3/+21
* Implement licenses.get_license_by_urlSebastian Spaeth2012-11-301-1/+1
* Use mediagoblin import machinerySebastian Spaeth2012-11-301-4/+5
* Remove importlib (python2.7'ism)Sebastian Spaeth2012-11-301-3/+1
* Simplify/Robustify the thumbnail URL usage in templatesSebastian Spaeth2012-11-151-0/+19
* Style fixesJoar Wandborg2012-09-181-0/+1
* Fixed collection sidebar for media_home to user collection.url_for_self inste...Aaron Williamson2012-09-181-1/+1
* Added basic collection functionalityAaron Williamson2012-09-181-0/+53
* Minor improvements to the processing panelJoar Wandborg2012-07-101-2/+2
* Prevent non-Unicode SQLAlchemy warnings in most submission tests.Brett Smith2012-07-081-1/+1
* Fix cyclic import issue.Elrond2012-03-231-1/+2
* Create MediaEntry.exif_display_iter()Elrond2012-03-231-0/+10
* Generic generate_slug for mongo and sql.Elrond2012-03-071-0/+18
* Drop pre-rendered html: MediaComment.content_htmlElrond2012-02-181-0/+10
* Drop pre-rendered html: MediaEntry.description_htmlElrond2012-02-181-0/+8
* Drop pre-rendered html: User.bio_htmlElrond2012-02-181-0/+5
* Fix copyright statements; add LICENSE for EXIF.pyWill Kahn-Greene2012-02-081-1/+1
* Let some code support "media without slug"Elrond2012-01-281-12/+9
* License "all rights reserved" default should be None/NULL, not empty stringChristopher Allan Webber2012-01-211-1/+1
* Moved get_license_data to mixin.py, added license to sql media model, added t...Aaron Williamson2012-01-181-1/+5
* Fix url_for_self mixupElrond2012-01-111-3/+5
* Add DB Mixin classes and use themElrond2012-01-081-0/+90