aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2011-06-136-2/+22
| |\ \ \ \
| | * | | | Adds local toc sectionsWill Kahn-Greene2011-06-135-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Some of our chapters are pretty long and this should make it much easier for a user to find what they're looking for and jumping to it. It's easier to read the section toc at the top of the chapter, than it is to read it in the sidebar.
| | * | | | Updates version in docsWill Kahn-Greene2011-06-131-2/+2
| | | | | |
| * | | | | A super strict HTML cleaner method with mediocre tests.Christopher Allan Webber2011-06-132-0/+46
| |/ / / /
| * | | | Already mentioned, but clarifying that branches should be localized toChristopher Allan Webber2011-06-131-3/+3
| | | | | | | | | | | | | | | | | | | | a feature/bugfix/issue.
| * | | | Tweaks git workflow structureWill Kahn-Greene2011-06-121-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | * minor tweaking of the headers of the git workflow to break things up and organize them a bit better
| * | | | Fixes git workflowWill Kahn-Greene2011-06-121-30/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * overhauls the docs so they're (hopefully) clearer on the git workflow * adds text about putting things in bugfix branches, documenting your work, and using the issue tracker * adds a contrived example that uses aliens
| * | | | Merge remote branch 'remotes/elrond/idea/simple_proc_media_clean'Christopher Allan Webber2011-06-121-8/+10
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | Conflicts: mediagoblin/process_media/__init__.py
| | * | | Refactor filename generation in the public storeElrond2011-06-081-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Just a small refactoring of the filename setup in the public store. Very simple.
| * | | | 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
| | | | | | | | | | | | | | | | | | | | be clear that it's okay to do by doing it *somewhere* :)
| * | | | 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
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/celery_setup/from_celery.py
| | * | | | celery_setup: drop param to setup_self and simplify OUR_MODULENAMEElrond2011-06-102-7/+5
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setup_self used to look like this: setup_self(setup_globals_func=setup_globals) The function isn't called with any param, so drop it. Rewrite function as needed. The module var OUR_MODULENAME just has the module's name in it. This is available as __name__ anyway, so use this to initialize the var.
| * | | | 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
| | |/ / | | | | | | | | | | | | | | | | | | | | 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 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
| | | | | | | | | | | | | | | | figure that out by looking to see whether our storage is local or not.
| * | | 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
| | |/ / | | | | | | | | | | | | set up in the right order.
| * | | 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
| | | | | | | | | | | | | | | | functions but haven't actually tested them yet. :)
| * | | 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
| |/ / | | | | | | | | | method if applicable.
* | | Merge remote-tracking branch 'gitorious/master'Jef van Schendel2011-06-081-4/+4
|\| |
| * | 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
| | |
* | | Added cancel button, capitalised button labelsJef van Schendel2011-06-073-3/+4
| | |
* | | Changed edit page: new background image, image is included in form, submit ↵Jef van Schendel2011-06-072-5/+11
| | | | | | | | | | | | button text changed, title text changed, created new css class for edit forms
* | | Merge remote-tracking branch 'gitorious/master'Jef van Schendel2011-06-071-9/+1
|\| |
| * | Fixing check_filetype...Christopher Allan Webber2011-06-071-9/+1
| | | | | | | | | | | | | | | We need to check the first part of the guess_type returned tuple, and also this try: except: doesn't belong here, so killing.
* | | Merge remote-tracking branch 'gitorious/master'Jef van Schendel2011-06-062-1/+38
|\| |
| * | 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
| | | |
* | | | Merge remote-tracking branch 'gitorious/master'Jef van Schendel2011-06-0622-154/+625
|\| | |
| * | | A setup_fresh_app decorator which should make writing tests a bit easier.Christopher Allan Webber2011-06-062-5/+19
| | | | | | | | | | | | | | | | Setting test_register_views() to use it also.
| * | | 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
| | | |