Merge branch '216_cwebber_style_unique_slugs'
[mediagoblin.git] / mediagoblin / db /
2013-01-25 Christopher Allan... Merge branch '216_cwebber_style_unique_slugs'
2013-01-23 Christopher Allan... New mediaentry slug tests now pass!
2013-01-23 Christopher Allan... We don't want any empty string slugs, so make "" -...
2013-01-23 Christopher Allan... Switching uuid4()[1:4] -> uuid4().hex[:4]
2013-01-23 ElrondUse better relationships to delete collections.
2013-01-22 ElrondUse inspect_table; default user license==None.
2013-01-22 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/521_l...
2013-01-20 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/436_c...
2013-01-18 ElrondEnable foreign key checking on sqlite.
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/565_w...
2013-01-17 Mark HolmquistAdd a license preference field
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/origin/533...
2013-01-17 Christopher Allan... Merge commit '9408938' from 565_workbench_cleanup ...
2013-01-17 Sebastian Spaethimport db.sql.util -> db.util
2013-01-17 Sebastian SpaethMerge branch '540_User_delete_deletes_related_entries'
2013-01-17 Sebastian SpaethImplement User.delete() (#540)
2013-01-17 Sebastian SpaethImplement Collection.delete()
2013-01-17 Sebastian SpaethImplement MediaEntry().delete() (#540)
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 Christopher Allan... Simplifying string concatenation in generate_slug and...
2013-01-15 Christopher Allan... A revised algorithm for generating slugs.
2013-01-15 Christopher Allan... Need to import uuid4 for generate_slug to totally work
2013-01-15 Sebastian SpaethMake generate_slug assign a slug in any case
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
next