Switch over media processor to use the get_workbench decorator (#565)
[mediagoblin.git] / mediagoblin / db /
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/561_u...
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/misc...
2013-01-15 Sebastian SpaethSimplify check_media_slug_used
2013-01-08 ElrondMove db.sql.migration_tools to db.migration_tools.
2013-01-08 ElrondAdd inspect_table.
2013-01-08 ElrondMove all the migration tools into new migration_tools.py
2013-01-07 Sebastian SpaethRemove custom GMQuery class
2013-01-07 Sebastian SpaethMv db.sql.base to db.base
2013-01-07 Sebastian SpaethMove mediagoblin.db.sql.extratypes to mediagoblin.db...
2013-01-07 Sebastian SpaethMove db.sql.models* to db.models*
2013-01-07 Sebastian SpaethMove db.sql.util to db.util
2013-01-07 Sebastian SpaethRemove mediagoblin.db.sql.fake.DESCENDING
2012-12-25 Sebastian SpaethRemove ObjectId from the tree
2012-12-25 Sebastian SpaethRemove InvalidId
2012-12-25 Sebastian SpaethMove db.sql.migrations to db.migrations
2012-12-25 Sebastian SpaethMove db.sql.open to db.open
2012-12-25 Sebastian SpaethRIP out mongo
2012-12-25 Sebastian SpaethMerge branch '512_bump_video_js'
2012-12-23 ElrondMongo removal: Remove the validate=True arg to obj...
2012-12-21 Sebastian SpaethRemove Mongoism query.skip()
2012-12-21 Sebastian SpaethMerge branch '577_denoise_video_transcoding'
2012-12-20 Sebastian SpaethRemove SimpleFieldAlias
2012-12-20 Sebastian SpaethMove DBModel._id -> DBModel.id
2012-12-10 Christopher Allan... Remove print statments from this migration.
2012-12-10 ElrondFix typo, disable debugging.
2012-12-10 ElrondUniqueConstraing migration: Adding the explaining comments.
2012-12-10 ElrondFixing our broken CollectionItem unique constraint.
2012-12-10 Nathan YerglerEnsure query_dict is a dict after the contents have...
2012-12-09 Christopher Allan... Eeek! Set the migration number to the current migratio...
2012-12-09 Christopher Allan... Elrond's suggestion: have set_current_migration execute...
2012-12-04 Sebastian Spaethmake media_manager a property of MediaEntry in mixin.py
2012-11-30 Sebastian SpaethImplement licenses.get_license_by_url
2012-11-30 Sebastian SpaethUse mediagoblin import machinery
2012-11-30 Sebastian SpaethRemove importlib (python2.7'ism)
2012-11-29 ElrondMerge remote-tracking branch 'spaetz/formerge/507_remov...
2012-11-28 ElrondMerge some small bits by spaetz. Needed later.
2012-11-28 Sebastian SpaethAdd commit argument to clean_orphan_tags
2012-11-28 ElrondAdd "commit" argument to Base model delete()
2012-11-27 Jef van SchendelMerge remote-tracking branch 'spaetz/focus_on_user_crea...
2012-11-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2012-11-26 ElrondMerge remote-tracking branch 'spaetz/390_delim' into...
2012-11-26 Christopher Allan... Merge remote-tracking branch 'remotes/spaetz/410_OSM_at...
2012-11-24 ElrondStop unicode conversion warning during dbupdate.
2012-11-24 ElrondSQL Migrations: Rewrite table creation completely.
2012-11-15 Sebastian SpaethSimplify/Robustify the thumbnail URL usage in templates
2012-11-13 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/trac_...
2012-09-27 Joar WandborgAdded cascade all, delete-orphan to ProcessingMetaData
2012-09-26 Joar WandborgHTTP callback fixes
2012-09-26 Joar WandborgAdded support for http callbacks on processing
2012-09-21 Joar WandborgAdded client registration caps to OAuth plugin
2012-09-18 Joar WandborgStyle fixes
2012-09-18 Aaron WilliamsonFixed collection sidebar for media_home to user collect...
2012-09-18 Aaron WilliamsonAdded default for 'collected' column to migration
2012-09-18 Aaron WilliamsonFixed migrations for Collection and CollectionItem...
2012-09-18 Aaron WilliamsonAdded migrations for Collection and CollectionItem...
2012-09-18 Aaron WilliamsonFixed collections migration to add 'collected' column...
2012-09-18 Aaron WilliamsonAdded basic collection functionality
2012-09-15 Joar WandborgFixed tests
2012-09-13 Joar WandborgAdd OAuth models, plugin DB migrations, api_auth
2012-08-03 Joar WandborgFixed a UnicodeError in the sql.models.MediaEntry
2012-07-14 Christopher Allan... Moving the "dependency injection printer tools" over...
2012-07-10 Joar WandborgPanel improvements
2012-07-10 Joar WandborgMinor improvements to the processing panel
2012-07-08 Brett SmithMerge branch 'master' into 201207-testfixes
2012-07-08 Brett SmithPrevent non-Unicode SQLAlchemy warnings in most submiss...
2012-06-14 ElrondFirst migration fix: commit after each migration.
2012-06-10 Joar WandborgFIXED SQL MIGRATION #2
2012-06-10 Joar WandborgAdded SQL migrations for email notifications
2012-06-10 Joar WandborgMerge remote-tracking branch 'is_derek/bug405_email_not...
2012-05-20 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2012-05-20 Jakob Krameradded support for original audio download; rename
2012-04-07 ElrondCleanup sql session after request. ALWAYS!
2012-04-02 Joar WandborgMerge branch 'master' of gitorious.org:mediagoblin...
2012-04-02 ElrondCheck that the media_data tables are empty.
2012-04-02 ElrondAdd ascii and audio tables/migration data.
2012-04-02 ElrondCleanup unused media_data tables and migration info.
2012-04-02 ElrondMongo -> SQL conversion tool: UI improvements
2012-04-02 Joar WandborgFixed an issue where orphaned comments breaks the import
2012-04-01 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2012-04-01 ElrondFinally enable SQL for everybody!
2012-04-01 ElrondSwitch JSONEncoded from VARCHAR to TEXT
2012-03-29 ElrondAnd remove some now useless methods.
2012-03-29 ElrondRemove the DictReadProxy thing.
2012-03-29 ElrondFix some simple errors.
2012-03-29 ElrondChange models to a _v0 suffix.
2012-03-29 ElrondMake a copy of models for v0.
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 ElrondCleanup mongo->sql converter.
2012-03-25 ElrondMigration fixup: Drop empty exif_all.
2012-03-25 ElrondCreate migration to move exif data around in media_data.
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...
next