mediagoblin.git
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
2012-01-29 Christopher... test_set1_to_set3() now has appropriate amount of code...
2012-01-29 Christopher... Fixing some obvious errors caught by pyflakes
2012-01-29 Christopher... More stuff even yet per sql migration stuff! And still...
2012-01-29 Christopher... Closer to the end of this migration test...
2012-01-29 Christopher... unicode stuff and more bits on the actual migration...
2012-01-29 Christopher... A ton more work on the SQL migration unit tests...
2012-01-29 Christopher... Wrote up some scaffolding for the actual tests
2012-01-29 Christopher... Insert migration objects round 3
2012-01-29 Christopher... import changeset into sql models
2012-01-29 Christopher... Wrote some (semi-silly) descriptions of each migration
2012-01-29 Christopher... Docstrings for stage 2 migrations
2012-01-29 Christopher... Theoretical full set of migration2 objects to insert...
2012-01-29 Christopher... Insert migration1 objects. Also, Level1 id from Intege...
2012-01-29 Christopher... All theoretical migrations written!
2012-01-29 Christopher... binding migration metadata to engine, and level_exits_n...
2012-01-29 Christopher... More test migration work. Closing to working migration...
2012-01-29 Christopher... Might as well call it "set2 migrations"
2012-01-29 Christopher... A theoretical set of models to migrate about with,...
2012-01-29 Christopher... Another db->db.engine because I'm bad at things ;)
2012-01-29 Christopher... No need for self here (thanks again Elrond ;))
2012-01-29 Christopher... Another MigrationManager fix.
2012-01-29 Christopher... Make name the primary key in migration records
2012-01-29 Christopher... assert was positive when it should be negative, fixed
2012-01-29 Christopher... Use .first() instead of [0]... thanks elrond :)
2012-01-29 Christopher... We should probably add that object to the DB also :P
2012-01-29 Christopher... Commit that new migration record ;)
next