min=0 makes more sense than min=-1
[mediagoblin.git] / mediagoblin / tests /
2011-05-13 Christopher Allan... Merge remote branch 'refs/remotes/dneelyeps/master'
2011-05-12 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-05-12 Christopher Allan... Added some locale determination tools
2011-05-04 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-04 Christopher Allan... send_email tool and email sending tests
2011-05-04 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-04 Christopher Allan... Force imports of stuff like mediagoblin.process_media...
2011-05-01 Christopher Allan... Merge branch 'master' into celerysubmit
2011-05-01 Christopher Allan... Second round of tests for setup_celery_from_config...
2011-05-01 Christopher Allan... tests for setup_celery_from_config()
2011-04-30 Christopher Allan... Merge branch 'master' into celerysubmit
2011-04-24 Christopher Allan... Make certain bits of info accessable as global variable...
2011-04-17 Christopher Allan... storage.storage_system_from_paste_config() utility...
2011-04-17 Christopher Allan... Moved app.load_controller -> util.import_component...
2011-04-16 Christopher Allan... Test for BasicFileStorage.file_url()
2011-04-16 Christopher Allan... Tests for BasicFileStorage.delete_file()
2011-04-16 Christopher Allan... Tests for BasicFileStorage.get_file()
2011-04-13 Will Kahn-GreeneChanges Mediagoblin -> MediaGoblin.
2011-04-13 Will Kahn-GreeneAdds license/copyright header.
2011-04-10 Christopher Allan... Test BasicFileStorage.get_unique_filepath()
2011-04-10 Christopher Allan... Unit tests for BasicFileStorage.file_exists()
2011-04-10 Christopher Allan... Started BasicFileStorage tests. test_basic_storage__re...
2011-04-09 Christopher Allan... Raise a specific error if a filename component can...
2011-04-09 Christopher Allan... file storage filelist cleaning
2011-04-02 Christopher Allan... Also make sure the auth system successfully returns...
2011-04-02 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-04-02 Christopher Allan... Unit tests for our bcrypt auth stuff. Our first tests!