Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests for setup_celery_from_config() | Christopher Allan Webber | 2011-04-30 | 2 | -0/+68 |
| | |||||
* | Make certain bits of info accessable as global variables from anywhere | Christopher Allan Webber | 2011-04-24 | 1 | -0/+29 |
| | |||||
* | storage.storage_system_from_paste_config() utility, w/ tests | Christopher Allan Webber | 2011-04-17 | 1 | -0/+34 |
| | |||||
* | Moved app.load_controller -> util.import_component and added tests. | Christopher Allan Webber | 2011-04-17 | 1 | -0/+30 |
| | |||||
* | Test for BasicFileStorage.file_url() | Christopher Allan Webber | 2011-04-16 | 1 | -1/+21 |
| | |||||
* | Tests for BasicFileStorage.delete_file() | Christopher Allan Webber | 2011-04-16 | 1 | -1/+16 |
| | |||||
* | Tests for BasicFileStorage.get_file() | Christopher Allan Webber | 2011-04-16 | 1 | -1/+33 |
| | |||||
* | Changes Mediagoblin -> MediaGoblin. | Will Kahn-Greene | 2011-04-13 | 3 | -3/+3 |
| | |||||
* | Adds license/copyright header. | Will Kahn-Greene | 2011-04-12 | 1 | -0/+15 |
| | |||||
* | Test BasicFileStorage.get_unique_filepath() | Christopher Allan Webber | 2011-04-10 | 1 | -2/+19 |
| | |||||
* | Unit tests for BasicFileStorage.file_exists() | Christopher Allan Webber | 2011-04-10 | 1 | -0/+13 |
| | |||||
* | Started BasicFileStorage tests. test_basic_storage__resolve_filepath() done. | Christopher Allan Webber | 2011-04-10 | 1 | -8/+52 |
| | | | | Also switched to using assert_raises, which is only sane! | ||||
* | Raise a specific error if a filename component can't be resolved into anything. | Christopher Allan Webber | 2011-04-09 | 1 | -0/+9 |
| | |||||
* | file storage filelist cleaning | Christopher Allan Webber | 2011-04-09 | 1 | -0/+32 |
| | |||||
* | Also make sure the auth system successfully returns False when login | Christopher Allan Webber | 2011-04-02 | 1 | -2/+12 |
| | | | | failboats. | ||||
* | Unit tests for our bcrypt auth stuff. Our first tests! | Christopher Allan Webber | 2011-04-02 | 2 | -0/+49 |