These are changes for issue #405, add email comment notification.
[mediagoblin.git] / mediagoblin / db /
2012-03-15 Derek MooreThese are changes for issue #405, add email comment...
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!
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 ElrondAdd copyright header and a bit of pep8ification
2012-01-19 ElrondUse custom query class
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-18 Elrondsql/fake.py: Some fake objects/methods to calm the...
2012-01-17 ElrondMerge remote branch 'remotes/macno/pushatom'
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-17 Aaron WilliamsonFirst crack at basic license support.
2012-01-11 ElrondAdd MediaFile table and related infrastructure.
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 Elrondsql convert: Use more library functions
2012-01-01 ElrondFactor out check_db_migrations_current
2011-12-29 ElrondAdd a .save method on the sql db objects
2011-12-28 ElrondSupport .get(fieldname) on sql db objects
next