2012-01-29 |
Christopher... | migrations_to_run here a list, so no reason to call it |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Migration manager's current migration should be 3,... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Fixed the descriptions for the necroplex! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | assert column type from Unicode -> VARCHAR. SQLAlchemy... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | printer = CollectingPrinter -> printer = CollectingPrin... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | CollectingPrinter is a class, not a function! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | self.latest_migration now a property, so we shouldn... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | For clarity, self.database -> self.session. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Yet *another* self.database -> self.database.bind fix! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Fix database_current_version for when self.migration_da... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | another db -> db.bind fix. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | A few basic fixes to sql/util.py |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | magical_powers relationship set on wrong table, fixed |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Also switch database_current_migration to a property |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Migration records are dicts, not lists. Fix SET1_MIGAT... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Make latest_migration a property |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Import MigrationData, not MigrationRecord |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | test_set1_to_set3() now has appropriate amount of code... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Fixing some obvious errors caught by pyflakes |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | More stuff even yet per sql migration stuff! And still... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Closer to the end of this migration test... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | unicode stuff and more bits on the actual migration... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | A ton more work on the SQL migration unit tests... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Wrote up some scaffolding for the actual tests |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Insert migration objects round 3 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | import changeset into sql models |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Wrote some (semi-silly) descriptions of each migration |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Docstrings for stage 2 migrations |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Theoretical full set of migration2 objects to insert... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Insert migration1 objects. Also, Level1 id from Intege... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | All theoretical migrations written! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | binding migration metadata to engine, and level_exits_n... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | More test migration work. Closing to working migration... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Might as well call it "set2 migrations" |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | A theoretical set of models to migrate about with,... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Another db->db.engine because I'm bad at things ;) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | No need for self here (thanks again Elrond ;)) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Another MigrationManager fix. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Make name the primary key in migration records |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | assert was positive when it should be negative, fixed |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Use .first() instead of [0]... thanks elrond :) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | We should probably add that object to the DB also :P |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Commit that new migration record ;) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Add create_new_migration_record method to MigrationManager |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Added init_tables method to MigrationManager |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | More work on SQL MigrationManager |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Removing printer argument now that we use self.printer |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Finishing the init_or_migrate function |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | More work on migration manager, including adding a... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Beginnings of the SQL migration manager |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Big ol' start of the SQL migrations system. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Committing extracted and compiled translations |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Committing present MediaGoblin translations before... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Adding a line reminding user to push up commits |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Committing extracted and compiled translations |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Hm, maybe this is better... that didn't fix the stop... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-29 |
Christopher... | Update update_translations script to consider several... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-28 |
Elrond | Nearly complete support for Tags |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-28 |
Joar Wandborg | Resized a test_exif test image. 1.9M is unnecessarily... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-28 |
Joar Wandborg | Merge remote-tracking branch 'joar/exif-rebase' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-28 |
Elrond | Add develover sql switch |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-28 |
Christopher... | We were using translitcodec and I didn't understand... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-28 |
Christopher... | We aren't using translitcodec anymore. Kill it! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-28 |
Elrond | Let some code support "media without slug" |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-28 |
Joar Wandborg | JavaScript fixes - AGPL headers, etc |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-27 |
Joar Wandborg | Scripts and styleshets for geolocation map - Conditional |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-27 |
Joar Wandborg | Adding previously erroneously gitignored extlib/leaflet... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-27 |
Joar Wandborg | Updated .gitignore due to it blacking out the extlib... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-26 |
Elrond | Move declarative_base Base into base.py |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-26 |
Elrond | Add "mediagoblin/templates *.txt" to packaging |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-26 |
Elrond | Drop all buildout things |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-26 |
Elrond | Packaging improvement by Clint Byrum from Debian/Ubuntu |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-25 |
Joar Wandborg | Refractored media.html template and related includes |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-25 |
Joar Wandborg | Acts on feedback from Chris |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-25 |
Joar Wandborg | Moved EXIF to sidebar, added conditions for visibility... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-25 |
Joar Wandborg | Added exif_visisble and geolocation_map_visible to... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-25 |
Joar Wandborg | EXIF fixes |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-25 |
Joar Wandborg | Removed link to EXIF.py in media_types.image |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-25 |
Joar Wandborg | EXIF extraction, geolocation map, image rotation |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-25 |
Joar Wandborg | Added code for leaflet geolocation map |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-25 |
Joar Wandborg | Installed EXIF.py in extlibs/ |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-25 |
Joar Wandborg | Installed leaflet in extlib |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-22 |
Elrond | Proper url_to_{prev,next} for SQL |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-22 |
Elrond | Create a fully functional get_comments for SQL |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-21 |
Christopher... | Canonical license URIS for CC stuff should have a trail... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-21 |
Christopher... | Show the license list in sorted form |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-21 |
Christopher... | Oops, I broke teh all rights reserved ;) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-21 |
Christopher... | Provided a SORTED_SUPPORTED_LICENSES (but keep the... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-21 |
Christopher... | Convert over the license field, too! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-21 |
Christopher... | License "all rights reserved" default should be None... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-21 |
Elrond | Fix unit tests with new license support |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-20 |
Aaron Williamson | Added migration for license field, resolved conflict... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-19 |
Elrond | Add copyright header and a bit of pep8ification |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-19 |
Elrond | Use custom query class |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-19 |
Aaron Williamson | Minor formatting and syntax fix. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-19 |
Aaron Williamson | Moved get_license_data to mixin.py, added license to... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-19 |
Aaron Williamson | Merge branch 'mediagoblin-upstream' into feature544_bas... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-18 |
Elrond | sql/fake.py: Some fake objects/methods to calm the... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-17 |
Michele Azzolari | Cleaned the code |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-01-17 |
Michele Azzolari | We handle exceptions if PuSH fails |
commit | commitdiff | tree | snapshot (zip tar.gz) |
next |