Make filestorage available to code that only imports storage.
[mediagoblin.git] / mediagoblin / tests /
2012-07-08 Brett SmithPrevent SQLAlchemy non-Unicode warnings from this test.
2012-07-08 Brett SmithPrevent SQLAlchemy non-Unicode warnings in this test.
2012-07-08 Brett SmithMore Unicode titles to prevent non-Unicode SQLAlchemy...
2012-07-08 Brett SmithPrevent non-Unicode SQLAlchemy warnings in most submiss...
2012-07-04 Brett SmithLevel exits are Unicode too.
2012-07-04 Brett SmithMake sure MigrationManagers always get Unicode names.
2012-06-10 Joar WandborgMerge remote-tracking branch 'is_derek/bug405_email_not...
2012-06-03 Will Kahn-GreeneFix problems from pyflakes output
2012-05-13 Will Kahn-Greene401. Plugin infrastructure
2012-04-29 Christopher Allan... No need to keep around mongodb migration tests.
2012-04-01 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2012-04-01 ElrondFix unit tests for sql: cache media_id.
2012-03-27 Joar WandborgFixed test_submission -> test_evil_file test
2012-03-27 Joar WandborgMerge remote-tracking branch 'joar/audio+sniffing'
2012-03-26 Christopher Allan... Merge remote-tracking branch 'remotes/slikdigit/bassam'
2012-03-26 Christopher Allan... Merge remote-tracking branch 'remotes/bretts/bug261...
2012-03-26 ElrondReload the user for current values.
2012-03-26 ElrondReload and detach the test user.
2012-03-26 Brett SmithMerge remote branch 'origin/master' into bug261-resized...
2012-03-26 Brett SmithRename to FilenameBuilder, with a main method named...
2012-03-26 Christopher Allan... TestSubission's tag check stuff passing now
2012-03-26 Christopher Allan... Remove the user_dev directory on tests ending
2012-03-26 Christopher Allan... Suggest we move to an in-memory database ;)
2012-03-26 Christopher Allan... SQL based tests and refactored Celery setup stuff
2012-03-25 Brett SmithAdd FilenameMunger class to processing, with tests.
2012-03-22 Joar WandborgFaster sniffing
2012-03-21 ElrondAnd fix the in-celeryd import.
2012-03-21 Christopher Allan... Merge remote-tracking branch 'refs/remotes/brett/bug270...
2012-03-21 Brett SmithAdd tests for image processing. Check filenames and...
2012-03-21 Brett SmithMake a function to generate test image filenames.
2012-03-21 Brett SmithPrefer nose assert_* methods to the assert built-in.
2012-03-21 Brett SmithRefactor false image tests.
2012-03-21 Brett SmithRefactor normal upload tests.
2012-03-21 Brett SmithRefactor MediaEntry fetches/checks into check_media().
2012-03-21 Brett SmithRefactor data posts into one do_post function.
2012-03-18 Christopher Allan... Merge branch 'master' into derek-moore-bug405_email_not...
2012-03-17 Christopher Allan... Merge remote-tracking branch 'brett/bug264-delete-comme...
2012-03-17 Brett SmithWhen media is deleted, delete associated comments too.
2012-03-15 Derek MooreThese are changes for issue #405, add email comment...
2012-03-05 Jef van SchendelMerge branch 'keyboard_nav'
2012-03-04 Jef van SchendelMerge branch 'newlayout' into newlayout-stage
2012-02-28 Joar WandborgAudio thumbnailing & spectrograms, media plugins use...
2012-02-28 Christopher Allan... Fix tests given recent celery "case" change
2012-02-27 ElrondMerge remote-tracking branch 'cwebber/celerysql'
2012-02-26 Christopher Allan... Adjust unit tests to match new celery/kombu sqlalchemy...
2012-02-26 ElrondDot-Notation: MediaComment and some random places
2012-02-21 Jef van SchendelResolve merge conflicts
2012-02-19 Christopher Allan... Commenting out the migrations that don't exist yet
2012-02-18 Christopher Allan... Merge branch 'master' into sqlmigrate
2012-02-18 Christopher Allan... Merge branch 'master' into sqlmigrate
2012-02-08 Will Kahn-GreeneFix copyright statements; add LICENSE for EXIF.py
2012-02-04 ElrondFix EXIF based image rotation test
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-29 Christopher Allan... db_conn.engine -> db_conn.bind
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... magical_powers relationship set on wrong table, fixed
2012-01-29 Christopher Allan... Migration records are dicts, not lists. Fix SET1_MIGAT...
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... 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-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-25 Joar WandborgActs on feedback from Chris
2012-01-17 Aaron WilliamsonMerged changes with upstream
2012-01-10 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2012-01-10 ElrondTest Suite: Enable attachments, add failing test
2012-01-05 Jef van SchendelFix merge conflicts
2012-01-05 ElrondFix Unit Tests for new password changing
2012-01-04 ElrondDot-Notation for MediaEntry.state
2012-01-01 ElrondFix unit tests for new forget password flow
2011-12-31 Joar WandborgFixed submission error handling and broken tests
2011-12-31 ElrondMerge remote branch 'remotes/joar/tests'
2011-12-31 Joar WandborgASCII media type support & fix a bug in file submission...
2011-12-30 Joar WandborgFixed broken confirm_password test
2011-12-20 ElrondMerge remote branch 'remotes/joar/webfinger'
2011-12-20 ElrondMove db/migrations.py -> db/mongo/migrations.py
2011-12-20 ElrondMove db/util.py -> db/mongo/util.py
2011-12-15 ElrondMerge remote branch 'remotes/cwebber/sqlalchemy'
2011-12-13 ElrondMerge remote branch 'joar/b681-comments_from_reviewing_...
2011-12-13 Jef van SchendelMerge jQuery branch, resolve conflicts
next