aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Method to get the failure exception object for a MediaEntry, if appropriate.Christopher Allan Webber2011-08-141-0/+7
* Add fail_error and fail_metadata fields to MediaEntry and relevant migrationChristopher Allan Webber2011-08-132-1/+26
* Missing multi=True closing this migration, oops :)Christopher Allan Webber2011-08-121-0/+1
* Merge branch 'master' into processingChristopher Allan Webber2011-08-112-6/+11
|\
| * Bug #372 - MediaEntry.thumbnail_file not usedCaleb Forbes Davis V2011-08-102-6/+11
* | Merge branch 'master' into processingChristopher Allan Webber2011-08-102-1/+16
|\|
| * Merge branch 'remotes/gullydwarf-cfdv/f360_tagging' (early part) into mergetagsChristopher Allan Webber2011-07-302-1/+16
| |\
| | * updates indices to index on the slug component of the tag listCaleb Forbes Davis V2011-07-271-2/+2
| | * changes tags to a list of dicts in the db, adding tag slugsCaleb Forbes Davis V2011-07-271-1/+1
| | * adds "state" to tags indicesCaleb Forbes Davis V2011-07-131-6/+8
| | * adds index for searching across all users' tagged imagesCaleb Forbes Davis V2011-07-131-0/+6
| | * adds index for tag searches by an uploaderCaleb Forbes Davis V2011-07-101-0/+7
* | | Store the task id of a processing action in the database.Christopher Allan Webber2011-07-242-0/+15
|/ /
* | docstring for MediaComment's structureChristopher Allan Webber2011-07-171-1/+12
* | Described the MediaEntry structure in the docstring.Christopher Allan Webber2011-07-171-6/+81
* | Docstring for the User model's various schema fieldsChristopher Allan Webber2011-07-171-0/+26
* | Migration for mediafiles main->originalChristopher Allan Webber2011-07-171-0/+16
* | Merge remote branch 'remotes/jwandborg/feature_400-resize_images_to_fit_page'Christopher Allan Webber2011-07-161-0/+22
|\ \
| * | Removed debug code, erroneously included in my last commitJoar Wandborg2011-07-031-1/+1
| * | Feature #400 - Resize images to fit on page - AdditionsJoar Wandborg2011-07-032-1/+20