Merge commit '9408938' from 565_workbench_cleanup (spaetz)
[mediagoblin.git] / mediagoblin / db /
2012-03-23 ElrondFix cyclic import issue.
2012-03-23 ElrondCreate MediaEntry.exif_display_iter()
2012-03-22 ElrondNew media_data row needs to know its MediaEntry's id.
2012-03-21 ElrondAdd index=True for some columns.
2012-03-21 ElrondFinally load all models.
2012-03-21 Christopher Allan... Merge remote-tracking branch 'refs/remotes/brett/bug270...
2012-03-20 ElrondCreate load_models().
2012-03-20 ElrondImport "Base" from base instead of models.
2012-03-20 ElrondDisable query logging for now, so we get nicer logs
2012-03-18 Christopher Allan... Merge branch 'master' into derek-moore-bug405_email_not...
2012-03-18 Christopher Allan... Removing print statements from convert_gps_media_data...
2012-03-17 ElrondLet convert_mongo_to_sql add Migration Records
2012-03-17 Christopher Allan... Merge remote-tracking branch 'brett/bug264-delete-comme...
2012-03-17 Christopher Allan... Make mediagoblin SQL models all use a consistent table...
2012-03-16 ElrondCreate function to search media by slug.
2012-03-16 Derek MooreAdded wants_comment_notification to sql model
2012-03-15 Derek MooreThese are changes for issue #405, add email comment...
2012-03-15 ElrondFix media display for no media_data row in sql.
2012-03-14 Christopher Allan... Implemented the MediaEntry .media_data type fields...
2012-03-14 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2012-03-14 ElrondConvert (gps) image media_data.
2012-03-14 ElrondMigration to move gps data around
2012-03-14 Christopher Allan... Merge branch 'elrond-sql-convert_video_data'
2012-03-14 Christopher Allan... Fix VideoData insertion
2012-03-13 ElrondConvert media_data for video
2012-03-10 ElrondImprove logging of sql queries a bit.
2012-03-08 ElrondForgot to add FileKeynames to MODELS
2012-03-08 ElrondNormalize MediaFile.name (make it a foreignkey)
2012-03-08 Joar WandborgSQL: Added MediaFile and MediaAttachmentFile to MODELS
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 ElrondSQL: Tool to cleanup unused tag slugs.
2012-03-05 Jef van SchendelMerge branch 'keyboard_nav'
2012-03-04 ElrondImplement atomic_update for SQL.
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-03 ElrondAnd media_data_init() for sql as a dummy
2012-03-02 ElrondCreate a fake MediaEntry.media_data for sql
2012-03-01 ElrondVideo media_data: Change layout in the mongo world
2012-03-01 ElrondSQL: Improve video media_data table
2012-02-28 ElrondCleanup Session after each request.
2012-02-28 ElrondAttachment support in the SQL backend
2012-02-27 ElrondMerge remote-tracking branch 'cwebber/celerysql'
2012-02-26 ElrondLet SQL objects support .setdefault() and .delete()
2012-02-25 ElrondAllow .id instead of ._id for the Mongo backend
2012-02-23 ElrondCreate "gmg convert_mongo_to_sql" command
2012-02-23 Elrondmongo to sql convert: Better Ordering
2012-02-21 Jef van SchendelResolve merge conflicts
2012-02-19 Christopher Allan... Updates so that dbupdate command works
2012-02-18 Christopher Allan... Merge branch 'master' into sqlmigrate
2012-02-18 ElrondStart having useful defaults for SQL
2012-02-18 ElrondFix MediaTag __init__ to handle no args
2012-02-18 ElrondSQL: fail_metadata as JSON encoded field
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-11 Elrondsql db design suggestions by Svavar Kjarrval
2012-02-08 Will Kahn-GreeneFix copyright statements; add LICENSE for EXIF.py
2012-02-02 Christopher Allan... It's 2012 all up in here
2012-01-30 Christopher Allan... Excepting that migration 1 doesn't work(!), sqlalchemy...
2012-01-30 Christopher Allan... Update the string outputs to match our tests: newlines...
2012-01-29 Christopher Allan... migrations_to_run here a list, so no reason to call it
2012-01-29 Christopher Allan... self.latest_migration now a property, so we shouldn...
2012-01-29 Christopher Allan... For clarity, self.database -> self.session.
2012-01-29 Christopher Allan... Yet *another* self.database -> self.database.bind fix!
2012-01-29 Christopher Allan... Fix database_current_version for when self.migration_da...
2012-01-29 Christopher Allan... another db -> db.bind fix.
2012-01-29 Christopher Allan... A few basic fixes to sql/util.py
2012-01-29 Christopher Allan... Also switch database_current_migration to a property
2012-01-29 Christopher Allan... Make latest_migration a property
2012-01-29 Christopher Allan... Import MigrationData, not MigrationRecord
2012-01-29 Christopher Allan... import changeset into sql models
2012-01-29 Christopher Allan... Another db->db.engine because I'm bad at things ;)
2012-01-29 Christopher Allan... Another MigrationManager fix.
2012-01-29 Christopher Allan... Make name the primary key in migration records
2012-01-29 Christopher Allan... assert was positive when it should be negative, fixed
2012-01-29 Christopher Allan... Use .first() instead of [0]... thanks elrond :)
2012-01-29 Christopher Allan... We should probably add that object to the DB also :P
2012-01-29 Christopher Allan... Commit that new migration record ;)
2012-01-29 Christopher Allan... Add create_new_migration_record method to MigrationManager
2012-01-29 Christopher Allan... Added init_tables method to MigrationManager
2012-01-29 Christopher Allan... More work on SQL MigrationManager
2012-01-29 Christopher Allan... Removing printer argument now that we use self.printer
2012-01-29 Christopher Allan... Finishing the init_or_migrate function
2012-01-29 Christopher Allan... More work on migration manager, including adding a...
2012-01-29 Christopher Allan... Beginnings of the SQL migration manager
2012-01-29 Christopher Allan... Big ol' start of the SQL migrations system.
2012-01-29 ElrondSome small SQL model improvements
2012-01-28 ElrondNearly complete support for Tags
2012-01-28 Joar WandborgMerge remote-tracking branch 'joar/exif-rebase'
2012-01-28 ElrondAdd develover sql switch
2012-01-28 ElrondLet some code support "media without slug"
2012-01-26 ElrondMove declarative_base Base into base.py
2012-01-22 ElrondProper url_to_{prev,next} for SQL
2012-01-22 ElrondCreate a fully functional get_comments for SQL
2012-01-21 Christopher Allan... Convert over the license field, too!
next