mediagoblin.git
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 ;)
2012-01-29 Christopher... Add create_new_migration_record method to MigrationManager
2012-01-29 Christopher... Added init_tables method to MigrationManager
2012-01-29 Christopher... More work on SQL MigrationManager
2012-01-29 Christopher... Removing printer argument now that we use self.printer
2012-01-29 Christopher... Finishing the init_or_migrate function
2012-01-29 Christopher... More work on migration manager, including adding a...
2012-01-29 Christopher... Beginnings of the SQL migration manager
2012-01-29 Christopher... Big ol' start of the SQL migrations system.
2012-01-29 ElrondSome small SQL model improvements
2012-01-29 Christopher... Committing extracted and compiled translations
2012-01-29 Christopher... Committing present MediaGoblin translations before...
2012-01-29 Christopher... Adding a line reminding user to push up commits
2012-01-29 Christopher... Committing extracted and compiled translations
2012-01-29 Christopher... Hm, maybe this is better... that didn't fix the stop...
2012-01-29 Christopher... Update update_translations script to consider several...
2012-01-28 ElrondNearly complete support for Tags
2012-01-28 Joar WandborgResized a test_exif test image. 1.9M is unnecessarily...
2012-01-28 Joar WandborgMerge remote-tracking branch 'joar/exif-rebase'
2012-01-28 ElrondAdd develover sql switch
2012-01-28 Christopher... We were using translitcodec and I didn't understand...
2012-01-28 Christopher... We aren't using translitcodec anymore. Kill it!
2012-01-28 ElrondLet some code support "media without slug"
2012-01-28 Joar WandborgJavaScript fixes - AGPL headers, etc
2012-01-27 Joar WandborgScripts and styleshets for geolocation map - Conditional
2012-01-27 Joar WandborgAdding previously erroneously gitignored extlib/leaflet...
2012-01-27 Joar WandborgUpdated .gitignore due to it blacking out the extlib...
2012-01-26 ElrondMove declarative_base Base into base.py
2012-01-26 ElrondAdd "mediagoblin/templates *.txt" to packaging
2012-01-26 ElrondDrop all buildout things
2012-01-26 ElrondPackaging improvement by Clint Byrum from Debian/Ubuntu
2012-01-25 Joar WandborgRefractored media.html template and related includes
2012-01-25 Joar WandborgActs on feedback from Chris
2012-01-25 Joar WandborgMoved EXIF to sidebar, added conditions for visibility...
2012-01-25 Joar WandborgAdded exif_visisble and geolocation_map_visible to...
2012-01-25 Joar WandborgEXIF fixes
2012-01-25 Joar WandborgRemoved link to EXIF.py in media_types.image
2012-01-25 Joar WandborgEXIF extraction, geolocation map, image rotation
2012-01-25 Joar WandborgAdded code for leaflet geolocation map
2012-01-25 Joar WandborgInstalled EXIF.py in extlibs/
2012-01-25 Joar WandborgInstalled leaflet in extlib
2012-01-22 ElrondProper url_to_{prev,next} for SQL
2012-01-22 ElrondCreate a fully functional get_comments for SQL
2012-01-21 Christopher... Canonical license URIS for CC stuff should have a trail...
2012-01-21 Christopher... Show the license list in sorted form
2012-01-21 Christopher... Oops, I broke teh all rights reserved ;)
2012-01-21 Christopher... Provided a SORTED_SUPPORTED_LICENSES (but keep the...
2012-01-21 Christopher... Convert over the license field, too!
2012-01-21 Christopher... License "all rights reserved" default should be None...
2012-01-21 ElrondFix unit tests with new license support
2012-01-20 Aaron WilliamsonAdded migration for license field, resolved conflict...
next