aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/mixin.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ticket-679' into OPW-Moderation-Updatetilly-Q2013-07-291-8/+16
|\
| * Switching the hook 'get_media_manager' to a more "directed" tuple-hookChristopher Allan Webber2013-07-121-1/+1
| * Fix the last bit preventing all the unit tests from passing in media types->p...Christopher Allan Webber2013-07-121-1/+2
| * fixed some typos and enabled media_type plugins in testsRodney Ewing2013-07-021-1/+2
| * modified gmg to use plugin media_types and converted image media_type to new ...Rodney Ewing2013-07-021-9/+6
| * New notificationsJoar Wandborg2013-06-091-0/+9
* | This update I mostly did work on the templates for the admin pages. I did a co-tilly-Q2013-07-081-1/+0
|/
* created a check_login_simple functionRodney Ewing2013-05-281-8/+0
* Cleaned up EXIF viewJoar Wandborg2013-05-231-9/+23
* Only calculate aperture if fnumber is providedJoar Wandborg2013-05-201-7/+6
* Take into account incomplete EXIF dataJoar Wandborg2013-05-201-9/+18
* Modifies EXIF section with Camera Info, display toggle and template stylingGabriel Saldana2013-05-201-0/+27
* Changes to display all EXIF informationGabriel Saldana2013-05-201-5/+3
* MediaManager: Use .foo instead of ['foo'].Elrond2013-04-171-1/+1
* First step towards a MediaManager class: Compat one.Elrond2013-04-171-1/+1
* Better docs for GenerateSlugMixin.Elrond2013-04-061-1/+9
* Use GenerateSlugMixin for collections.Elrond2013-04-061-12/+3
* Refactor generate_slug into a mixin.Elrond2013-04-061-9/+13
* A bit of pep8: Remove useless whitespace.Elrond2013-03-301-5/+5
* self.media_data->self.media_manager in the docstring. Thanks for catching, E...Christopher Allan Webber2013-03-031-1/+1
* No reason really to pass in fetch_order anyway...Christopher Allan Webber2013-03-031-7/+5
* Huge amount of work to (mostly) allow .ogg (and maybe other) formats to skip ...Christopher Allan Webber2013-03-021-9/+15
* Media URLs with ids in them are now like /u/cwebber/m/id:4112/ rather than /u...Christopher Allan Webber2013-02-261-2/+4
* New mediaentry slug tests now pass!Christopher Allan Webber2013-01-231-3/+4
* We don't want any empty string slugs, so make "" -> NoneChristopher Allan Webber2013-01-231-0/+4
* Switching uuid4()[1:4] -> uuid4().hex[:4]Christopher Allan Webber2013-01-231-1/+1
* Simplifying string concatenation in generate_slug and fixing docstringChristopher Allan Webber2013-01-151-5/+7
* A revised algorithm for generating slugs.Christopher Allan Webber2013-01-151-11/+47
* Need to import uuid4 for generate_slug to totally workChristopher Allan Webber2013-01-151-0/+2
* Make generate_slug assign a slug in any caseSebastian Spaeth2013-01-151-8/+15
* 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