Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'remotes/elrond/dev/workbench_class' | Christopher Allan Webber | 2011-06-14 | 1 | -26/+24 |
|\ | |||||
| * | Move destroy_workbench to Workbench class | Elrond | 2011-06-14 | 1 | -11/+4 |
| | | | | | | | | | | And add a lot of warnings, as the checks for "being part of the main Manager" are all gone. | ||||
| * | Drop WorkbenchManager.localized_file() | Elrond | 2011-06-14 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | As Workbench has the localized_file() method, use this everywhere and drop the wrapper method from WorkbenchManager. The processing code already did that. | ||||
| * | Create a Workbench class and use it everywhere. | Elrond | 2011-06-13 | 1 | -12/+18 |
| | | | | | | | | | | Some references to Workbench.dir look ugly, I'm happy to hear suggestions there. | ||||
* | | A super strict HTML cleaner method with mediocre tests. | Christopher Allan Webber | 2011-06-13 | 1 | -0/+19 |
|/ | |||||
* | mediagoblin.globals->mediagoblin.mg_globals | Christopher Allan Webber | 2011-06-12 | 4 | -13/+13 |
| | |||||
* | Merge remote branch 'remotes/elrond/idea/tests_kill_db' | Christopher Allan Webber | 2011-06-12 | 1 | -0/+11 |
|\ | |||||
| * | Tests: Kill the whole testing database after all tests | Elrond | 2011-06-10 | 1 | -0/+11 |
| | | | | | | | | | | | | nose allows setup and teardown functions at the package level. So use this to drop the complete database after all tests have finished. | ||||
* | | possibly_localize_file->localized_file... a bit less terribly long. | Christopher Allan Webber | 2011-06-11 | 1 | -5/+5 |
| | | |||||
* | | Don't bother returning whether or not we copied it or not, we can | Christopher Allan Webber | 2011-06-11 | 1 | -5/+4 |
| | | | | | | | | figure that out by looking to see whether our storage is local or not. | ||||
* | | Moving workbench out of process_media | Christopher Allan Webber | 2011-06-11 | 1 | -1/+1 |
| | | |||||
* | | test WorkbenchManager.possibly_localize_file() | Christopher Allan Webber | 2011-06-11 | 1 | -0/+43 |
| | | |||||
* | | Added a FakeRemoteStorage, for testing purposes | Christopher Allan Webber | 2011-06-11 | 1 | -2/+10 |
| | | |||||
* | | Make sure workbench won't kill directories out of scope. | Christopher Allan Webber | 2011-06-11 | 1 | -6/+16 |
| | | |||||
* | | Tests for creating/destroying workbenches | Christopher Allan Webber | 2011-06-11 | 1 | -0/+44 |
| | | |||||
* | | Adding a copy_locally() method to the StorageInterface and giving it a test. | Christopher Allan Webber | 2011-06-11 | 1 | -0/+16 |
| | | |||||
* | | Allow storage systems to be local and allow for a get_local_path | Christopher Allan Webber | 2011-06-11 | 1 | -0/+17 |
|/ | | | | method if applicable. | ||||
* | A setup_fresh_app decorator which should make writing tests a bit easier. | Christopher Allan Webber | 2011-06-06 | 2 | -5/+19 |
| | | | | Setting test_register_views() to use it also. | ||||
* | Docstring for test_register_views() | Christopher Allan Webber | 2011-06-05 | 1 | -0/+3 |
| | |||||
* | Make sure that two users with the same username can't register. | Christopher Allan Webber | 2011-06-05 | 1 | -1/+14 |
| | |||||
* | Email verification view test works | Christopher Allan Webber | 2011-06-05 | 1 | -1/+25 |
| | |||||
* | Make sure we can register, and then that we get the verification email | Christopher Allan Webber | 2011-06-05 | 1 | -4/+46 |
| | |||||
* | Make sure that get_test_app() really does wipe the database | Christopher Allan Webber | 2011-06-05 | 1 | -0/+38 |
| | |||||
* | Just a bit of formatting for these unfinished tests ;) | Christopher Allan Webber | 2011-06-05 | 1 | -2/+4 |
| | |||||
* | Test registration form integrity | Christopher Allan Webber | 2011-06-05 | 1 | -0/+64 |
| | |||||
* | The first bit of the registration tests working. Not fully there, but | Christopher Allan Webber | 2011-06-05 | 1 | -0/+26 |
| | | | | | it's clear that the webtest part is working, without having tested the database yet. :) | ||||
* | Actually it's a lot better of an idea to load the full application out | Christopher Allan Webber | 2011-06-05 | 1 | -4/+3 |
| | | | | | | | | | of the paste config file the way paste would than to load components of it ourselves. Aside from this being nicer, it's also necessary for the sake of getting the middleware working nicely. We could do it ourselves, but why bother when paste can just do it for us? | ||||
* | Proper webtest infrastructure... seems to be about right anyway :) | Christopher Allan Webber | 2011-06-04 | 2 | -0/+140 |
| | |||||
* | Generate unique slugs for newly submitted images. | Aaron Williamson | 2011-05-13 | 1 | -0/+8 |
| | |||||
* | Added some locale determination tools | Christopher Allan Webber | 2011-05-12 | 1 | -0/+26 |
| | |||||
* | send_email tool and email sending tests | Christopher Allan Webber | 2011-05-04 | 1 | -0/+41 |
| | |||||
* | Force imports of stuff like mediagoblin.process_media which has tasks we need | Christopher Allan Webber | 2011-05-03 | 1 | -2/+2 |
| | |||||
* | Second round of tests for setup_celery_from_config(), with some database ↵ | Christopher Allan Webber | 2011-05-01 | 1 | -1/+33 |
| | | | | information | ||||
* | 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 |