aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor improvements to the processing panelJoar Wandborg2012-07-101-2/+2
* Prevent non-Unicode SQLAlchemy warnings in most submission tests.Brett Smith2012-07-082-3/+3
* 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-103-0/+13
|\
| * Merge branch 'master' into derek-moore-bug405_email_notifications_for_commentsChristopher Allan Webber2012-03-186-18/+133
| |\
| * | Added wants_comment_notification to sql modelDerek Moore2012-03-151-0/+1
| * | These are changes for issue #405, add email comment notification.Derek Moore2012-03-152-0/+11
* | | 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
* | | Merge remote-tracking branch 'refs/remotes/elrond/sql/final'Christopher Allan Webber2012-04-011-0/+1
|\ \ \
| * | | Finally enable SQL for everybody!Elrond2012-04-011-0/+1
* | | | 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
|/ / /
* | | Drop debug from migration.Elrond2012-03-251-2/+0
* | | Cleanup mongo->sql converter.Elrond2012-03-251-5/+2
* | | Migration fixup: Drop empty exif_all.Elrond2012-03-251-1/+7
* | | Create migration to move exif data around in media_data.Elrond2012-03-251-0/+25
* | | Fix cyclic import issue.Elrond2012-03-231-1/+2
* | | Create MediaEntry.exif_display_iter()Elrond2012-03-231-0/+10
* | | 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-203-2/+20
* | | 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
| |/ |/|
* | Removing print statements from convert_gps_media_data migrationChristopher Allan Webber2012-03-181-2/+0
* | 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-163-2/+19
* | 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
* | Migration to move gps data aroundElrond2012-03-141-0/+18
* | Fix VideoData insertionChristopher Allan Webber2012-03-141-1/+1