mediagoblin.git
2012-03-03 ElrondMerge branch 'media_data_start'
2012-03-03 ElrondAnd media_data_init() for sql as a dummy
2012-03-02 ElrondCreate a fake MediaEntry.media_data for sql
2012-03-01 Christopher... Go go mediagoblin favico symmetry
2012-03-01 ElrondVideo media_data: Change layout in the mongo world
2012-03-01 ElrondSQL: Improve video media_data table
2012-02-28 ElrondCleanup Session after each request.
2012-02-28 ElrondAttachment support in the SQL backend
2012-02-28 Christopher... Fix tests given recent celery "case" change
2012-02-28 Luke SlaterAccidentally overwrote the celery/__init__.py, fixed...
2012-02-28 Luke SlaterChanged celery config keys to upper case and removed...
2012-02-27 ElrondLet mark_entry_failed log unknown exceptions
2012-02-27 ElrondMerge remote-tracking branch 'cwebber/celerysql'
2012-02-26 Christopher... Committing extracted and compiled translations
2012-02-26 Christopher... Committing present MediaGoblin translations before...
2012-02-26 Christopher... Adjust unit tests to match new celery/kombu sqlalchemy...
2012-02-26 Christopher... "database" is not the sqlalchemy kombu transport.....
2012-02-26 Christopher... Celery and kombu databases should also be .gitignore'd
2012-02-26 Christopher... kombu-sqlalchemy a requirement in order for kombu sqlal...
2012-02-26 ElrondLet SQL objects support .setdefault() and .delete()
2012-02-26 ElrondDot-Notation: MediaComment and some random places
2012-02-26 ElrondLet Main Server emit startup notice including version
2012-02-26 Christopher... Move mediagoblin dbs out of user_dev for race condition...
2012-02-26 Christopher... Give kombu its own db. Responding to Elrond "sqlite...
2012-02-26 Christopher... Apparently an absolute path is three slashes after...
2012-02-26 Christopher... Should be all that's needed to switch celery/kombu...
2012-02-25 ElrondAllow .id instead of ._id for the Mongo backend
2012-02-23 ElrondCreate "gmg convert_mongo_to_sql" command
2012-02-23 Elrondmongo to sql convert: Better Ordering
2012-02-21 ElrondUse task_id in generating the queue file path
2012-02-19 Christopher... We now require sqlalchemy and sqlalchemy-migrate
2012-02-19 Christopher... Commenting out the migrations that don't exist yet
2012-02-19 Christopher... Updates so that dbupdate command works
2012-02-18 Christopher... Merge branch 'master' into sqlmigrate
2012-02-18 ElrondStart having useful defaults for SQL
2012-02-18 ElrondFix MediaTag __init__ to handle no args
2012-02-18 ElrondSQL: fail_metadata as JSON encoded field
2012-02-18 Christopher... Merge branch 'master' into sqlmigrate
2012-02-18 ElrondDrop pre-rendered html: MediaComment.content_html
2012-02-18 ElrondDrop pre-rendered html: MediaEntry.description_html
2012-02-18 ElrondDrop pre-rendered html: User.bio_html
2012-02-14 Christopher... Revert "Layout overhaul time!"
2012-02-13 Elrond47: Only lowercase host part of email
2012-02-13 Christopher... Our javascript is actually AGPLv3+, not LGPL*. Correcting.
2012-02-12 Jef van SchendelWait, scratch that. This commit uses a better way.
2012-02-12 Jef van SchendelAdd navigation button styles for mobile
2012-02-12 Jef van SchendelFix comment input field width/padding; change some...
2012-02-12 Jef van SchendelMake media thumbnail gallery a list instead of a table
2012-02-12 Jef van SchendelCorrections for mobile layout
2012-02-12 Jef van SchendelMove "Added on" date to sidebar
2012-02-12 Jef van SchendelStyle sidedata h3; revert sidebar margin change
2012-02-12 Jef van SchendelFix sidebar margins
2012-02-12 Jef van SchendelMove Attachments from sidebar to default pane
2012-02-12 Jef van SchendelConsistencify sidebar bits (same headers and such)
2012-02-12 Jef van SchendelRestore sidebar
2012-02-11 Jef van SchendelLayout overhaul time!
2012-02-11 Elrondsql db design suggestions by Svavar Kjarrval
2012-02-09 Jef van SchendelFix for ticket #386
2012-02-09 Will Kahn-GreeneFix docs version
2012-02-09 Will Kahn-GreeneUpdate version to 0.3.0-dev
2012-02-09 Will Kahn-GreeneUpdate version numbers
2012-02-09 Christopher... Committing extracted and compiled translations
2012-02-09 Will Kahn-GreeneRemoving youcanhelp stuff
2012-02-09 Will Kahn-GreeneUpdate copyright headers for shell scripts
2012-02-09 Christopher... Added info on how to enable ascii art
2012-02-09 Christopher... Updating codebase.rst to reflect the modern mediagoblin...
2012-02-08 Will Kahn-GreeneMinor rewording
2012-02-08 Will Kahn-GreeneFix copyright statements; add LICENSE for EXIF.py
2012-02-08 Christopher... Fully qualify the import of asciitoimage
2012-02-08 Christopher... Added CC0 header to all MediaGoblin docs in docs/source/
2012-02-05 Christopher... Committing extracted and compiled translations
2012-02-05 Christopher... Committing present MediaGoblin translations before...
2012-02-05 Christopher... Committing present MediaGoblin translations before...
2012-02-04 ElrondFix EXIF based image rotation test
2012-02-04 Joar WandborgASCII media support - Fixes
2012-02-02 Joar WandborgASCII art support - Fixes
2012-02-02 Joar WandborgAdded extensions 'asc' and 'nfo' to ASCII media type
2012-02-02 Christopher... It's 2012 all up in here
2012-02-02 Christopher... Updating deployment guide so that it can handle the...
2012-01-30 Christopher... Explained why migration #1 commented out.
2012-01-30 Christopher... Excepting that migration 1 doesn't work(!), sqlalchemy...
2012-01-30 Christopher... Update the string outputs to match our tests: newlines...
2012-01-29 Christopher... db_conn.engine -> db_conn.bind
2012-01-29 Christopher... migrations_to_run here a list, so no reason to call it
2012-01-29 Christopher... Migration manager's current migration should be 3,...
2012-01-29 Christopher... Fixed the descriptions for the necroplex!
2012-01-29 Christopher... assert column type from Unicode -> VARCHAR. SQLAlchemy...
2012-01-29 Christopher... printer = CollectingPrinter -> printer = CollectingPrin...
2012-01-29 Christopher... CollectingPrinter is a class, not a function!
2012-01-29 Christopher... self.latest_migration now a property, so we shouldn...
2012-01-29 Christopher... For clarity, self.database -> self.session.
2012-01-29 Christopher... Yet *another* self.database -> self.database.bind fix!
2012-01-29 Christopher... Fix database_current_version for when self.migration_da...
2012-01-29 Christopher... another db -> db.bind fix.
2012-01-29 Christopher... A few basic fixes to sql/util.py
2012-01-29 Christopher... magical_powers relationship set on wrong table, fixed
2012-01-29 Christopher... Also switch database_current_migration to a property
2012-01-29 Christopher... Migration records are dicts, not lists. Fix SET1_MIGAT...
2012-01-29 Christopher... Make latest_migration a property
2012-01-29 Christopher... Import MigrationData, not MigrationRecord
next