aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/mongo
Commit message (Expand)AuthorAgeFilesLines
* RIP out mongoSebastian Spaeth2012-12-256-1079/+0
* Merge remote-tracking branch 'is_derek/bug405_email_notifications_for_comment...Joar Wandborg2012-06-102-0/+12
|\
| * Merge branch 'master' into derek-moore-bug405_email_notifications_for_commentsChristopher Allan Webber2012-03-182-0/+22
| |\
| * | These are changes for issue #405, add email comment notification.Derek Moore2012-03-152-0/+11
* | | Drop debug from migration.Elrond2012-03-251-2/+0
* | | Migration fixup: Drop empty exif_all.Elrond2012-03-251-1/+7
* | | Create migration to move exif data around in media_data.Elrond2012-03-251-0/+25
* | | Create load_models().Elrond2012-03-201-0/+4
| |/ |/|
* | Removing print statements from convert_gps_media_data migrationChristopher Allan Webber2012-03-181-2/+0
* | Create function to search media by slug.Elrond2012-03-161-0/+6
* | Migration to move gps data aroundElrond2012-03-141-0/+18
|/
* Generic generate_slug for mongo and sql.Elrond2012-03-071-11/+0
* Generic check_media_slug_used db utility.Elrond2012-03-051-0/+9
* Create atomic_update db utility functionElrond2012-03-041-0/+11
* Video media_data: Change layout in the mongo worldElrond2012-03-012-0/+17
* Allow .id instead of ._id for the Mongo backendElrond2012-02-251-0/+15
* Drop pre-rendered html: MediaComment.content_htmlElrond2012-02-182-6/+9
* Drop pre-rendered html: MediaEntry.description_htmlElrond2012-02-182-10/+14
* Drop pre-rendered html: User.bio_htmlElrond2012-02-182-2/+11
* It's 2012 all up in hereChristopher Allan Webber2012-02-026-6/+6
* License "all rights reserved" default should be None/NULL, not empty stringChristopher Allan Webber2012-01-211-1/+1
* Added migration for license field, resolved conflict in db/sql/models.pyAaron Williamson2012-01-191-0/+7
|\
* | Moved get_license_data to mixin.py, added license to sql media model, added t...Aaron Williamson2012-01-181-5/+1
* | Fixed a syntax error in edit/views and added back in some missing license stu...Aaron Williamson2012-01-171-1/+8
* | Fixed merge with upstreamAaron Williamson2012-01-171-106/+47
* | Merged changes with upstreamAaron Williamson2012-01-171-47/+106
|/
* Fix url_for_self mixupElrond2012-01-111-21/+0
* Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2012-01-101-40/+4
|\
| * Add DB Mixin classes and use themElrond2012-01-081-59/+4
* | Fixed #724 and added extra infos to the atom feed (author uri and links to th...Michele Azzolari2012-01-101-3/+5
|/
* Import MigrationManager from mongo in mongo backend.Elrond2012-01-041-1/+1
* Factor out check_db_migrations_currentElrond2012-01-011-0/+23
* Turn media.get_uploader into a propertyElrond2011-12-271-1/+2
* Use media.url_for_self instead of calling urlgen directlyElrond2011-12-271-8/+4
* Move verification key generation to viewElrond2011-12-271-2/+0
* Turn MediaComment's author() into get_author propertyElrond2011-12-231-1/+2
* Move db/models.py -> db/mongo/models.pyElrond2011-12-202-1/+364
* Move db/migrations.py -> db/mongo/migrations.pyElrond2011-12-201-0/+110
* Move db/util.py -> db/mongo/util.pyElrond2011-12-201-0/+292
* Move db/indexes.py to db/mongo/indexes.pyElrond2011-12-201-0/+146
* Move db/open.py to db/mongo/open.pyElrond2011-12-202-0/+70