fixed tests and defaults
[mediagoblin.git] / mediagoblin / tests / test_submission.py
2013-08-26 Rodney Ewingfixed tests and defaults
2013-08-26 Rodney Ewingfixed tests and defaults
2013-08-26 Rodney Ewingadded tests
2013-08-16 Rodney EwingMerge branch 'auth_docs'
2013-08-15 Christopher Allan... Merge branch 'persona_resquash'
2013-07-31 Rodney EwingMerge commit 'refs/merge-requests/55' of git://gitoriou...
2013-07-31 Rodney EwingMerge commit 'refs/merge-requests/59' of git://gitoriou...
2013-07-25 Christopher Allan... Merge remote-tracking branch 'refs/remotes/brandoninver...
2013-07-14 xray7224Merge branch 'master' of git://gitorious.org/mediagobli...
2013-07-12 Christopher Allan... Merge branch 'rodney757-media_plugins'
2013-07-12 Christopher Allan... Switch the import of the image media manager over to...
2013-07-11 Rodney EwingPatch by Strum. Ticket #451 - Convert all mongokit...
2013-05-19 Brandon InvergoMerge branch 'master' of git://gitorious.org/mediagobli...
2013-05-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/misc...
2013-05-17 Christopher Allan... Reverting "Always activate testing in every test module...
2013-05-16 Christopher Allan... Always activate testing in every test module ever.
2013-05-11 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tryggvib...
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/dthompson...
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-04-27 Elrondimage resizing: Refactor some decisions into resize_tool.
2013-04-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/npigeon...
2013-04-20 Christopher Allan... Merge remote-tracking branch 'remotes/npigeon/ticket...
2013-04-18 Christopher Allan... at pytest author's advice, changing the way _setup...
2013-04-17 ElrondTurning image's media manager into a new style class.
2013-04-17 ElrondFirst step towards a MediaManager class: Compat one.
2013-04-16 ElrondRefactor test resources into new resources.py
2013-04-16 ElrondPDF: Use pytest.mark.skipif for skipping tests
2013-04-15 Alon Levyadd pdf media type
2013-04-13 Nathan YerglerMerge remote-tracking branch 'joar-github/oauth/refresh...
2013-04-09 ElrondMerge remote-tracking branch 'brett/itsdangerous'
2013-04-08 ElrondMerge remote-tracking branch 'cwebber/254_delete_queue_...
2013-04-06 Christopher Allan... Really removing nosetests things now! all assert_whate...
2013-04-05 Christopher Allan... Merge branch '614_multi_test_config'
2013-04-05 Christopher Allan... Switch test_app generation over to use py.test fixtures.
2013-04-03 Christopher Allan... All mediagoblin tests now pass with py.test (switched...
2013-03-01 Christopher Allan... Merge branch 'master' into joar-skip_transcoding
2013-02-21 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/WIP...
2013-02-09 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2013-02-01 ElrondSome tests for media_data, yeah!
2013-01-25 Christopher Allan... Merge branch '216_cwebber_style_unique_slugs'
2013-01-22 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/521_l...
2013-01-20 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/436_c...
2013-01-18 ElrondAdd (failing) test for editing the slug.
2013-01-18 ElrondRename get_test_app to get_app.
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/origin/533...
2013-01-17 Sebastian SpaethMerge branch '540_User_delete_deletes_related_entries'
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/561_u...
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/misc...
2013-01-11 ElrondStart to use the media_id in "admin" URLs.
2013-01-08 Sebastian SpaethMerge branch 'WIP/test_performance'
2013-01-08 Sebastian SpaethDon't get a fresh app when not needed
2012-12-25 Sebastian SpaethMerge branch '512_bump_video_js'
2012-12-21 Sebastian SpaethMerge branch '577_denoise_video_transcoding'
2012-12-20 Sebastian SpaethMove DBModel._id -> DBModel.id
2012-12-20 Mike LinksvayerMerge branch 'master' of git://gitorious.org/mediagobli...
2012-12-04 Sebastian Spaethmake media_manager a property of MediaEntry in mixin.py
2012-07-08 Brett SmithMerge branch 'master' into 201207-testfixes
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-06-10 Joar WandborgMerge remote-tracking branch 'is_derek/bug405_email_not...
2012-06-03 Will Kahn-GreeneFix problems from pyflakes output
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 Brett SmithMerge remote branch 'origin/master' into bug261-resized...
2012-03-26 Christopher Allan... TestSubission's tag check stuff passing now
2012-03-22 Joar WandborgFaster sniffing
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-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-27 ElrondMerge remote-tracking branch 'cwebber/celerysql'
2012-02-26 ElrondDot-Notation: MediaComment and some random places
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-02 Christopher Allan... It's 2012 all up in here
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-04 ElrondDot-Notation for MediaEntry.state
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-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
2011-12-12 ElrondMerge branch 'sql/dot-notation'
next