aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db
Commit message (Expand)AuthorAgeFilesLines
* Import MigrationManager from mongo in mongo backend.Elrond2012-01-042-2/+2
* sql convert: Use more library functionsElrond2012-01-011-11/+9
* Factor out check_db_migrations_currentElrond2012-01-013-1/+29
* Add a .save method on the sql db objectsElrond2011-12-291-1/+9
* Support .get(fieldname) on sql db objectsElrond2011-12-291-0/+3
* SQL Model: Add relationship propertiesElrond2011-12-281-0/+5
* SQL Model: Forgot MediaEntry.state fieldElrond2011-12-282-1/+2
* Implement _id proxy on sql objects (on User for now)Elrond2011-12-281-0/+14
* Turn media.get_uploader into a propertyElrond2011-12-271-1/+2
* Use media.url_for_self instead of calling urlgen directlyElrond2011-12-271-8/+4
* Move verification key generation to viewElrond2011-12-271-2/+0
* Improve .one() by using sqlalchemy's .one()Elrond2011-12-241-3/+1
* Add search level one() methodElrond2011-12-241-0/+13
* Turn MediaComment's author() into get_author propertyElrond2011-12-231-1/+2
* Move db/models.py -> db/mongo/models.pyElrond2011-12-202-1/+1
* Move db/migrations.py -> db/mongo/migrations.pyElrond2011-12-202-1/+1
* Move db/util.py -> db/mongo/util.pyElrond2011-12-204-278/+296
* Move db/indexes.py to db/mongo/indexes.pyElrond2011-12-202-1/+1
* Move db/open.py to db/mongo/open.pyElrond2011-12-203-39/+71
* SQL: mongokit like interfaceElrond2011-12-184-2/+54
* Simple Mongo -> SQL migration toolElrond2011-12-171-0/+143
* Little sql model updateElrond2011-12-171-1/+2
* SQL: Some toys and little fixElrond2011-12-151-1/+12
* Move sql models into db/sql/Elrond2011-12-152-0/+15
* Merge remote branch 'remotes/cwebber/sqlalchemy'Elrond2011-12-151-0/+95
|\
| * Beginnings of sqlalchemy modelsChristopher Allan Webber2011-11-171-0/+95
* | Dot-Notation for MediaEntry.media_dataElrond2011-12-051-2/+2
* | Dot-Notation for MediaEntry.slugElrond2011-12-051-6/+6
* | Dot-Notation for MediaEntry.titleElrond2011-12-051-1/+1
* | Dot-Notation for MediaEntry.uploaderElrond2011-12-051-3/+3
* | Dot-Notation for Users.pw_hashElrond2011-12-051-1/+1
* | Dot-Notation for Users.usernameElrond2011-12-051-4/+4
* | Merge remote-tracking branch 'remotes/jwandborg/master'Christopher Allan Webber2011-11-241-0/+8
|\ \
| * \ Merge branch 'video_gstreamer-only'Joar Wandborg2011-11-211-0/+8
| |\ \
| | * | Multimedia support - Commiting from a not yet finished state - Details belowJoar Wandborg2011-09-231-0/+8
* | | | Rename MediaEntry.uploader() to .get_uploader()Elrond2011-11-221-4/+4
|/ / /
* | | Added parameter ascending to MediaEntry::get_comments, if true, commentsPablo J. Urbano Santos2011-11-191-2/+7
* | | Dot-Notation for "_id"Elrond2011-11-151-5/+5
* | | Enable mongokit's "Dot notation"Elrond2011-11-151-0/+3
* | | Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-135-24/+27
|\ \ \ | |_|/ |/| |
| * | has_key is deprecated, converting uses to use "in" operator.Nathan Yergler2011-10-011-1/+1
| * | Whitespace and formatting cleanup.Nathan Yergler2011-10-016-24/+27
| |/
* | Factor out a add_table_field functionElrond2011-10-211-23/+16
* | Finished splitting util.py into separate files.Aaron Williamson2011-10-012-8/+6
* | Moved common, translation, template, and url code out of util.py and into too...Aaron Williamson2011-10-011-2/+2
|/
* Merge branch 'gullydwarf-cfdv-f357_lost_password_functionality'Christopher Allan Webber2011-09-082-0/+17
|\
| * user_add_forgot_password_token_and_expires migration should set new fields to...Christopher Allan Webber2011-09-071-2/+2
| * oops, uses Alejandro's fp_verification_key. my bad.Caleb Forbes Davis V2011-08-282-3/+3
| * Adding fotgot password functionalityAlejandro Villanueva2011-08-282-0/+17
* | 508. Updates copyright/license informationWill Kahn-Greene2011-09-016-6/+6
|/