Merge remote-tracking branch 'refs/remotes/elrond/sql/final'
[mediagoblin.git] / mediagoblin / db / mongo /
2012-03-27 Joar WandborgMerge remote-tracking branch 'joar/audio+sniffing'
2012-03-26 Christopher Allan... Merge remote-tracking branch 'remotes/slikdigit/bassam'
2012-03-26 Brett SmithMerge remote branch 'origin/master' into bug261-resized...
2012-03-25 ElrondMerge remote-tracking branch 'gandaro/forgot-password...
2012-03-25 ElrondDrop debug from migration.
2012-03-25 ElrondMigration fixup: Drop empty exif_all.
2012-03-25 ElrondCreate migration to move exif data around in media_data.
2012-03-21 Christopher Allan... Merge remote-tracking branch 'refs/remotes/brett/bug270...
2012-03-20 ElrondCreate load_models().
2012-03-18 Christopher Allan... Removing print statements from convert_gps_media_data...
2012-03-16 ElrondCreate function to search media by slug.
2012-03-14 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2012-03-14 ElrondMigration to move gps data around
2012-03-07 ElrondGeneric generate_slug for mongo and sql.
2012-03-05 Jef van SchendelMerge branch 'master' of gitorious.org:mediagoblin...
2012-03-05 Jef van SchendelFix merge conflict in prev_next.html
2012-03-05 ElrondGeneric check_media_slug_used db utility.
2012-03-05 Jef van SchendelMerge branch 'keyboard_nav'
2012-03-04 ElrondCreate atomic_update db utility function
2012-03-04 Jef van SchendelMerge branch 'newlayout' into newlayout-stage
2012-03-03 ElrondMerge branch 'media_data_start'
2012-03-01 ElrondVideo media_data: Change layout in the mongo world
2012-02-25 ElrondAllow .id instead of ._id for the Mongo backend
2012-02-21 Jef van SchendelResolve merge conflicts
2012-02-18 Christopher Allan... Merge branch 'master' into sqlmigrate
2012-02-18 ElrondDrop pre-rendered html: MediaComment.content_html
2012-02-18 ElrondDrop pre-rendered html: MediaEntry.description_html
2012-02-18 ElrondDrop pre-rendered html: User.bio_html
2012-02-02 Christopher Allan... It's 2012 all up in here
2012-01-21 Christopher Allan... License "all rights reserved" default should be None...
2012-01-20 Aaron WilliamsonAdded migration for license field, resolved conflict...
2012-01-19 Aaron WilliamsonMoved get_license_data to mixin.py, added license to...
2012-01-19 Aaron WilliamsonMerge branch 'mediagoblin-upstream' into feature544_bas...
2012-01-17 Aaron WilliamsonFixed a syntax error in edit/views and added back in...
2012-01-17 Aaron WilliamsonFixed merge with upstream
2012-01-17 Aaron WilliamsonMerged changes with upstream
2012-01-11 ElrondFix url_for_self mixup
2012-01-10 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2012-01-10 Michele AzzolariFixed #724 and added extra infos to the atom feed ...
2012-01-08 ElrondAdd DB Mixin classes and use them
2012-01-05 Jef van SchendelFix merge conflicts
2012-01-04 Jef van SchendelMerge branch 'master' of gitorious.org:mediagoblin...
2012-01-04 ElrondImport MigrationManager from mongo in mongo backend.
2012-01-01 ElrondFactor out check_db_migrations_current
2011-12-27 ElrondTurn media.get_uploader into a property
2011-12-27 ElrondUse media.url_for_self instead of calling urlgen directly
2011-12-27 ElrondMove verification key generation to view
2011-12-23 ElrondTurn MediaComment's author() into get_author property
2011-12-20 ElrondMerge remote branch 'remotes/joar/webfinger'
2011-12-20 ElrondMove db/models.py -> db/mongo/models.py
2011-12-20 ElrondMove db/migrations.py -> db/mongo/migrations.py
2011-12-20 ElrondMove db/util.py -> db/mongo/util.py
2011-12-20 ElrondMove db/indexes.py to db/mongo/indexes.py
2011-12-20 ElrondMove db/open.py to db/mongo/open.py