Remove sidedata class from html pages
[mediagoblin.git] / mediagoblin /
2012-02-18 ElrondDrop pre-rendered html: User.bio_html
2012-02-15 Jef van SchendelEnlarge navigation buttons when mobile
2012-02-15 Jef van SchendelChange button style in edit.html
2012-02-15 Jef van SchendelSimplify and fix button styles; add larger button style...
2012-02-15 Jef van SchendelRemoved cancel_link class; slight changes to button_for...
2012-02-14 Jef van SchendelAdd left and right arrow keys navigation (add new JS...
2012-02-14 Jef van SchendelCenter small images by default
2012-02-14 Jef van SchendelAdd clear div to correct floating divs
2012-02-14 Jef van SchendelRemove form background images; replace them with regula...
2012-02-14 Christopher Allan... Revert "Layout overhaul time!"
2012-02-13 Elrond47: Only lowercase host part of email
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-GreeneUpdate version to 0.3.0-dev
2012-02-09 Will Kahn-GreeneUpdate version numbers
2012-02-09 Christopher Allan... Committing extracted and compiled translations
2012-02-08 Will Kahn-GreeneFix copyright statements; add LICENSE for EXIF.py
2012-02-08 Christopher Allan... Fully qualify the import of asciitoimage
2012-02-05 Christopher Allan... Committing extracted and compiled translations
2012-02-05 Christopher Allan... Committing present MediaGoblin translations before...
2012-02-05 Christopher Allan... 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 Allan... It's 2012 all up in here
2012-01-30 Christopher Allan... Explained why migration #1 commented out.
2012-01-30 Christopher Allan... Excepting that migration 1 doesn't work(!), sqlalchemy...
2012-01-30 Christopher Allan... Update the string outputs to match our tests: newlines...
2012-01-29 Christopher Allan... db_conn.engine -> db_conn.bind
2012-01-29 Christopher Allan... migrations_to_run here a list, so no reason to call it
2012-01-29 Christopher Allan... Migration manager's current migration should be 3,...
2012-01-29 Christopher Allan... Fixed the descriptions for the necroplex!
2012-01-29 Christopher Allan... assert column type from Unicode -> VARCHAR. SQLAlchemy...
2012-01-29 Christopher Allan... printer = CollectingPrinter -> printer = CollectingPrin...
2012-01-29 Christopher Allan... CollectingPrinter is a class, not a function!
2012-01-29 Christopher Allan... self.latest_migration now a property, so we shouldn...
2012-01-29 Christopher Allan... For clarity, self.database -> self.session.
2012-01-29 Christopher Allan... Yet *another* self.database -> self.database.bind fix!
2012-01-29 Christopher Allan... Fix database_current_version for when self.migration_da...
2012-01-29 Christopher Allan... another db -> db.bind fix.
2012-01-29 Christopher Allan... A few basic fixes to sql/util.py
2012-01-29 Christopher Allan... magical_powers relationship set on wrong table, fixed
2012-01-29 Christopher Allan... Also switch database_current_migration to a property
2012-01-29 Christopher Allan... Migration records are dicts, not lists. Fix SET1_MIGAT...
2012-01-29 Christopher Allan... Make latest_migration a property
2012-01-29 Christopher Allan... Import MigrationData, not MigrationRecord
2012-01-29 Christopher Allan... test_set1_to_set3() now has appropriate amount of code...
2012-01-29 Christopher Allan... Fixing some obvious errors caught by pyflakes
2012-01-29 Christopher Allan... More stuff even yet per sql migration stuff! And still...
2012-01-29 Christopher Allan... Closer to the end of this migration test...
2012-01-29 Christopher Allan... unicode stuff and more bits on the actual migration...
2012-01-29 Christopher Allan... A ton more work on the SQL migration unit tests...
2012-01-29 Christopher Allan... Wrote up some scaffolding for the actual tests
2012-01-29 Christopher Allan... Insert migration objects round 3
2012-01-29 Christopher Allan... import changeset into sql models
2012-01-29 Christopher Allan... Wrote some (semi-silly) descriptions of each migration
2012-01-29 Christopher Allan... Docstrings for stage 2 migrations
2012-01-29 Christopher Allan... Theoretical full set of migration2 objects to insert...
2012-01-29 Christopher Allan... Insert migration1 objects. Also, Level1 id from Intege...
2012-01-29 Christopher Allan... All theoretical migrations written!
2012-01-29 Christopher Allan... binding migration metadata to engine, and level_exits_n...
2012-01-29 Christopher Allan... More test migration work. Closing to working migration...
2012-01-29 Christopher Allan... Might as well call it "set2 migrations"
2012-01-29 Christopher Allan... A theoretical set of models to migrate about with,...
2012-01-29 Christopher Allan... Another db->db.engine because I'm bad at things ;)
2012-01-29 Christopher Allan... No need for self here (thanks again Elrond ;))
2012-01-29 Christopher Allan... Another MigrationManager fix.
2012-01-29 Christopher Allan... Make name the primary key in migration records
2012-01-29 Christopher Allan... assert was positive when it should be negative, fixed
2012-01-29 Christopher Allan... Use .first() instead of [0]... thanks elrond :)
2012-01-29 Christopher Allan... We should probably add that object to the DB also :P
2012-01-29 Christopher Allan... Commit that new migration record ;)
2012-01-29 Christopher Allan... Add create_new_migration_record method to MigrationManager
2012-01-29 Christopher Allan... Added init_tables method to MigrationManager
2012-01-29 Christopher Allan... More work on SQL MigrationManager
2012-01-29 Christopher Allan... Removing printer argument now that we use self.printer
2012-01-29 Christopher Allan... Finishing the init_or_migrate function
2012-01-29 Christopher Allan... More work on migration manager, including adding a...
2012-01-29 Christopher Allan... Beginnings of the SQL migration manager
2012-01-29 Christopher Allan... Big ol' start of the SQL migrations system.
2012-01-29 ElrondSome small SQL model improvements
2012-01-29 Christopher Allan... Committing extracted and compiled translations
2012-01-29 Christopher Allan... Committing present MediaGoblin translations before...
2012-01-29 Christopher Allan... Committing extracted and compiled translations
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'
next