aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/sql
Commit message (Expand)AuthorAgeFilesLines
* Added cascade all, delete-orphan to ProcessingMetaDataJoar Wandborg2012-09-271-5/+7
* HTTP callback fixesJoar Wandborg2012-09-261-1/+9
* Added support for http callbacks on processingJoar Wandborg2012-09-262-2/+24
* Added client registration caps to OAuth pluginJoar Wandborg2012-09-212-7/+13
* Added default for 'collected' column to migrationAaron Williamson2012-09-181-1/+1
* Fixed migrations for Collection and CollectionItem tablesAaron Williamson2012-09-181-2/+5
* Added migrations for Collection and CollectionItem tablesAaron Williamson2012-09-181-1/+30
* Fixed collections migration to add 'collected' column to media_entries instea...Aaron Williamson2012-09-181-2/+2
* Added basic collection functionalityAaron Williamson2012-09-183-4/+81
* Fixed testsJoar Wandborg2012-09-151-1/+1
* Add OAuth models, plugin DB migrations, api_authJoar Wandborg2012-09-131-4/+13
* Fixed a UnicodeError in the sql.models.MediaEntryJoar Wandborg2012-08-031-1/+3
* Moving the "dependency injection printer tools" over to tools/common.pyChristopher Allan Webber2012-07-141-8/+2
* Panel improvementsJoar Wandborg2012-07-112-1/+21
* Prevent non-Unicode SQLAlchemy warnings in most submission tests.Brett Smith2012-07-081-2/+2
* First migration fix: commit after each migration.Elrond2012-06-141-0/+2
* FIXED SQL MIGRATION #2Joar Wandborg2012-06-102-3/+5
* Added SQL migrations for email notificationsJoar Wandborg2012-06-101-2/+14
* Merge remote-tracking branch 'is_derek/bug405_email_notifications_for_comment...Joar Wandborg2012-06-101-0/+1
|\
| * Merge branch 'master' into derek-moore-bug405_email_notifications_for_commentsChristopher Allan Webber2012-03-183-16/+107
| |\
| * | Added wants_comment_notification to sql modelDerek Moore2012-03-151-0/+1
* | | added support for original audio download; renameJakob Kramer2012-05-201-1/+19
* | | Cleanup sql session after request. ALWAYS!Elrond2012-04-071-0/+6
* | | Check that the media_data tables are empty.Elrond2012-04-021-1/+8
* | | Add ascii and audio tables/migration data.Elrond2012-04-022-1/+23
* | | Cleanup unused media_data tables and migration info.Elrond2012-04-021-6/+34
* | | Mongo -> SQL conversion tool: UI improvementsElrond2012-04-021-16/+28
* | | Fixed an issue where orphaned comments breaks the importJoar Wandborg2012-04-021-5/+11
* | | Switch JSONEncoded from VARCHAR to TEXTElrond2012-04-011-2/+2
* | | And remove some now useless methods.Elrond2012-03-291-36/+0
* | | Remove the DictReadProxy thing.Elrond2012-03-291-47/+4
* | | Fix some simple errors.Elrond2012-03-292-4/+5
* | | Change models to a _v0 suffix.Elrond2012-03-292-48/+50
* | | Make a copy of models for v0.Elrond2012-03-291-0/+375
* | | Cleanup mongo->sql converter.Elrond2012-03-251-5/+2
* | | New media_data row needs to know its MediaEntry's id.Elrond2012-03-221-1/+2
* | | Add index=True for some columns.Elrond2012-03-211-6/+7
* | | Finally load all models.Elrond2012-03-211-2/+1
* | | Create load_models().Elrond2012-03-201-0/+12
* | | Import "Base" from base instead of models.Elrond2012-03-202-4/+3
* | | Disable query logging for now, so we get nicer logsElrond2012-03-201-1/+1
| |/ |/|
* | Let convert_mongo_to_sql add Migration RecordsElrond2012-03-171-1/+17
* | Make mediagoblin SQL models all use a consistent table naming schemeChristopher Allan Webber2012-03-171-11/+11
* | Create function to search media by slug.Elrond2012-03-161-0/+9
* | Fix media display for no media_data row in sql.Elrond2012-03-151-1/+1
* | Implemented the MediaEntry .media_data type fields for SQLChristopher Allan Webber2012-03-141-4/+32
* | Convert (gps) image media_data.Elrond2012-03-141-0/+23
* | Fix VideoData insertionChristopher Allan Webber2012-03-141-1/+1
* | Convert media_data for videoElrond2012-03-131-0/+15
|/
* Improve logging of sql queries a bit.Elrond2012-03-101-1/+3