Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
[mediagoblin.git] / mediagoblin / db /
2011-11-19 loraMerge branch 'master' of git://gitorious.org/mediagobli...
2011-11-19 Christopher Allan... Merge remote branch 'remotes/inconexo/613_custom_title'
2011-11-19 Christopher Allan... Merge remote branch 'remotes/inconexo/441_comment_order'
2011-11-19 Pablo J. Urbano... Added parameter ascending to MediaEntry::get_comments...
2011-11-18 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-11-15 ElrondDot-Notation for "_id"
2011-11-15 ElrondEnable mongokit's "Dot notation"
2011-11-14 Christopher Allan... Merge remote-tracking branch 'remotes/nyergler/pep8...
2011-11-12 ElrondMerge branch 'idea/check_mgoblin_static'
2011-10-23 Christopher Allan... Merge remote branch 'remotes/elrond/misc/add_db_field'
2011-10-21 ElrondFactor out a add_table_field function
2011-10-02 Christopher Allan... Merge remote branch 'remotes/aaronw/bug444_fix_utils_py...
2011-10-01 Nathan Yerglerhas_key is deprecated, converting uses to use "in"...
2011-10-01 Nathan YerglerWhitespace and formatting cleanup.
2011-10-01 Aaron WilliamsonMerge branch 'mediagoblin-upstream' into bug444_fix_uti...
2011-10-01 Aaron WilliamsonFinished splitting util.py into separate files.
2011-10-01 Nathan YerglerMerge remote-tracking branch 'refs/remotes/upstream...
2011-10-01 Aaron WilliamsonMerge branch 'mediagoblin-upstream' into bug444_fix_uti...
2011-10-01 Aaron WilliamsonMoved common, translation, template, and url code out...
2011-09-08 Christopher Allan... Merge branch 'gullydwarf-cfdv-f357_lost_password_functi...
2011-09-08 Christopher Allan... user_add_forgot_password_token_and_expires migration...
2011-09-06 Christopher Allan... Merge branch 'i507_beaker_cache'
2011-09-02 Will Kahn-Greene508. Updates copyright/license information
2011-08-29 Caleb Forbes Davis Voops, uses Alejandro's fp_verification_key. my bad.
2011-08-29 Alejandro VillanuevaAdding fotgot password functionality
2011-08-27 Christopher Allan... Merge remote branch 'remotes/jwandborg/configure_smtp'
2011-08-23 Christopher Allan... Merge branch 'master' into jwandborg-f482_media_attachments
2011-08-21 Christopher Allan... Merge remote branch 'remotes/elrond/dev/storage_config'
2011-08-21 Christopher Allan... Merge branch 'jwandborg-f298_create_envball'
2011-08-19 Christopher Allan... Merge branch 'processing'
2011-08-14 Christopher Allan... Method to get the failure exception object for a MediaE...
2011-08-13 Christopher Allan... Add fail_error and fail_metadata fields to MediaEntry...
2011-08-12 Christopher Allan... Missing multi=True closing this migration, oops :)
2011-08-12 Christopher Allan... Merge branch 'master' into processing
2011-08-12 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/b488_email...
2011-08-12 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/b372_rmdbf...
2011-08-11 Christopher Allan... Merge branch 'master' into processing
2011-08-11 Christopher Allan... Merge branch 'master' into processing
2011-08-10 Caleb Forbes Davis VBug #372 - MediaEntry.thumbnail_file not used
2011-07-31 Christopher Allan... Merge remote branch 'remotes/willkg/459_lgpl'
2011-07-31 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-07-30 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f360_taggi...
2011-07-30 Christopher Allan... Merge branch 'remotes/gullydwarf-cfdv/f360_tagging...
2011-07-27 Caleb Forbes Davis Vupdates indices to index on the slug component of the...
2011-07-27 Caleb Forbes Davis Vchanges tags to a list of dicts in the db, adding tag...
2011-07-25 Christopher Allan... Store the task id of a processing action in the database.
2011-07-17 Christopher Allan... Merge remote branch 'remotes/elrond/dev/init'
2011-07-17 Christopher Allan... docstring for MediaComment's structure
2011-07-17 Christopher Allan... Described the MediaEntry structure in the docstring.
2011-07-17 Christopher Allan... Docstring for the User model's various schema fields
2011-07-17 Christopher Allan... Migration for mediafiles main->original
2011-07-16 Christopher Allan... Merge remote branch 'remotes/jwandborg/feature_400...
2011-07-16 Christopher Allan... Merge remote branch 'remotes/cmoylan/test_submission_vi...
2011-07-14 Christopher Allan... First migration: Add markdown bio!
2011-07-14 Christopher Allan... Merge remote branch 'remotes/aaronw/feature410_markdown...
2011-07-14 Christopher Allan... Merge branch 'master' into f411_new_migrations
2011-07-14 Christopher Allan... Duplicate migration numbers not allowed, bro
2011-07-14 Chris MoylanMerge branch 'master' into test_submission_views_365
2011-07-14 Christopher Allan... We should *raise* MissingCurrentMigration :)
2011-07-13 Caleb Forbes Davis Vadds "state" to tags indices
2011-07-13 Caleb Forbes Davis Vadds index for searching across all users' tagged images
2011-07-12 Christopher Allan... Removing old style migrations... not in use anymore
2011-07-12 Christopher Allan... Merge remote branch 'remotes/osamak/master'
2011-07-11 ElrondMove db_name default into config_spec.ini
2011-07-11 Caleb Forbes Davis Vadds index for tag searches by an uploader
2011-07-11 Christopher Allan... Just making a note of where the new migrations will go!
2011-07-11 Chris MoylanMerge branch 'master' into test_submission_views_365
2011-07-11 Christopher Allan... give option in connect_database_from_config to connect...
2011-07-11 Christopher Allan... Made it so that it's migrate_new() which installs the...
2011-07-11 Aaron WilliamsonMarkdown-enable user bio (Feature 410)
2011-07-10 Christopher Allan... No reason to have migration_number optional or default...
2011-07-10 Christopher Allan... Move the call to install_migration_version_if_missing...
2011-07-10 Christopher Allan... install_migration_version_if_missing() now a separate...
2011-07-10 Christopher Allan... Make sure all these strings in db/util.py are unicode
2011-07-10 Christopher Allan... Simpler run_migrations method.
2011-07-09 Christopher Allan... Making sure migration_number > 0 :)
2011-07-09 Christopher Allan... run_new_migrations() makes more sense
2011-07-09 Christopher Allan... Merge remote branch 'remotes/elrond/dev/init'
2011-07-09 Christopher Allan... Adjusting documentation in indexes.py also re: more...
2011-07-09 Christopher Allan... Changing things back so that we keep information about...
2011-07-09 Christopher Allan... Some instructions in the RegisterMigration docstring...
2011-07-09 Christopher Allan... latest_migration now returns migration numbers only...
2011-07-09 Christopher Allan... Migrating quietly, not iteratively, that comment should...
2011-07-09 Christopher Allan... New migration utility code.... I haven't tested this! ;)
2011-07-09 Christopher Allan... Merge remote branch 'remotes/jwandborg/f431-prevent_com...
2011-07-07 Christopher Allan... This should actually fix the next and previous buttons...
2011-07-07 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f424_email...
2011-07-07 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f423_match...
2011-07-07 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/b404_v2_re...
2011-07-07 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/b429_fix_e...
2011-07-07 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f435_limit...
2011-07-07 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/b434_prev_...
2011-07-06 Chris MoylanMerge branch 'master' into test_submission_views_365
2011-07-06 Caleb Forbes Davis Vslug-style urls in previous and next urls look much...
2011-07-06 Caleb Forbes Davis Vf#435 - avoids linking to unprocessed media in prev...
2011-07-05 Caleb Forbes Davis VFeature #423 - gallery and scroll image ordering match
2011-07-03 Christopher Allan... Merge remote branch 'remotes/jwandborg/f409-redirect_to...
2011-07-03 Joar WandborgRemoved debug code, erroneously included in my last...
2011-07-03 Joar WandborgFeature #400 - Resize images to fit on page - Additions
2011-07-03 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f401_prev_...
next