aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
Commit message (Expand)AuthorAgeFilesLines
* Made changes according to http://bugs.foocorp.net/issues/363#note-5Joar Wandborg2011-06-152-8/+12
* Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblinJoar Wandborg2011-06-1518-119/+188
|\
| * Merge remote branch 'remotes/elrond/dev/workbench_class'Christopher Allan Webber2011-06-143-67/+78
| |\
| | * Move destroy_workbench to Workbench classElrond2011-06-143-37/+25
| | * Drop WorkbenchManager.localized_file()Elrond2011-06-142-9/+5
| | * Create a Workbench class and use it everywhere.Elrond2011-06-133-45/+72
| * | A super strict HTML cleaner method with mediocre tests.Christopher Allan Webber2011-06-132-0/+46
| * | Merge remote branch 'remotes/elrond/idea/simple_proc_media_clean'Christopher Allan Webber2011-06-121-8/+10
| |\ \ | | |/ | |/|
| | * Refactor filename generation in the public storeElrond2011-06-081-8/+10
| * | ensure color mode compatibility when making image thumbnailscfdv2011-06-121-0/+3
| * | First import of mg_globals as mgg, partly because I just wanted it toChristopher Allan Webber2011-06-121-11/+11
| * | mediagoblin.globals->mediagoblin.mg_globalsChristopher Allan Webber2011-06-1214-35/+32
| * | Merge remote branch 'remotes/elrond/idea/clean_celery_setup'Christopher Allan Webber2011-06-122-6/+5
| |\ \
| | * | celery_setup: drop param to setup_self and simplify OUR_MODULENAMEElrond2011-06-102-7/+5
| * | | Merge remote branch 'remotes/elrond/idea/tests_kill_db'Christopher Allan Webber2011-06-121-0/+11
| |\ \ \
| | * | | Tests: Kill the whole testing database after all testsElrond2011-06-101-0/+11
| | |/ /
* | | | Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblinJoar Wandborg2011-06-127-17/+348
|\| | |
| * | | possibly_localize_file->localized_file... a bit less terribly long.Christopher Allan Webber2011-06-113-13/+13
| * | | Switch process_media over to using the workbench.Christopher Allan Webber2011-06-111-2/+11
| * | | Don't bother returning whether or not we copied it or not, we canChristopher Allan Webber2011-06-112-17/+11
| * | | Moving workbench out of process_mediaChristopher Allan Webber2011-06-114-5/+3
| * | | Merge branch 'master' into workbenchChristopher Allan Webber2011-06-111-9/+10
| |\ \ \
| | * | | Import mediagoblin.globals as mg_globals so we can be sure things areChristopher Allan Webber2011-06-111-9/+10
| | |/ /
| * | | Have the application set up instances of the WorkbenchManager.Christopher Allan Webber2011-06-112-5/+16
| * | | test WorkbenchManager.possibly_localize_file()Christopher Allan Webber2011-06-111-0/+43
| * | | We don't need this extra '.' in making the filenameChristopher Allan Webber2011-06-111-1/+1
| * | | Added a FakeRemoteStorage, for testing purposesChristopher Allan Webber2011-06-111-2/+10
| * | | Make sure workbench won't kill directories out of scope.Christopher Allan Webber2011-06-111-6/+16
| * | | Tests for creating/destroying workbenchesChristopher Allan Webber2011-06-111-0/+44
| * | | Wrote functions and documentation for all the WorkbenchManagerChristopher Allan Webber2011-06-111-8/+75
| * | | Base structure of workbench managerChristopher Allan Webber2011-06-111-0/+73
| * | | Adding a copy_locally() method to the StorageInterface and giving it a test.Christopher Allan Webber2011-06-112-0/+37
| * | | Allow storage systems to be local and allow for a get_local_pathChristopher Allan Webber2011-06-112-1/+37
| |/ /
* / / Added Markdown rendering for `media_entry`Joar Wandborg2011-06-126-7/+23
|/ /
* | This attribute in quotes, too. :)Christopher Allan Webber2011-06-071-1/+1
* | XML attributes must be in quotes!Christopher Allan Webber2011-06-071-3/+3
* | Fixing check_filetype...Christopher Allan Webber2011-06-071-9/+1
* | Added a comment to clarify that this shouldn't stay here.Christopher Allan Webber2011-06-061-0/+2
* | Merge remote branch 'remotes/gandaro/324-bad-media-types'Christopher Allan Webber2011-06-062-1/+36
|\ \
| * | add changes in mediagoblin/submit/views.pyJakob Kramer2011-06-021-1/+4
| * | should fix #324Jakob Kramer2011-06-021-0/+32
* | | A setup_fresh_app decorator which should make writing tests a bit easier.Christopher Allan Webber2011-06-062-5/+19
* | | A clear_test_buckets() methodChristopher Allan Webber2011-06-061-0/+20
* | | Docstring for test_register_views()Christopher Allan Webber2011-06-051-0/+3
* | | Make sure that two users with the same username can't register.Christopher Allan Webber2011-06-051-1/+14
* | | Email verification view test worksChristopher Allan Webber2011-06-051-1/+25
* | | Make sure we can register, and then that we get the verification emailChristopher Allan Webber2011-06-051-4/+46
* | | Use render_template utility so we can test whether or not this emailChristopher Allan Webber2011-06-051-11/+10
* | | Moved the verification url generation string template to a global variableChristopher Allan Webber2011-06-051-5/+9
* | | Make sure that get_test_app() really does wipe the databaseChristopher Allan Webber2011-06-051-0/+38