aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removing type conversions from setup_celery_from_config.Christopher Allan Webber2011-06-181-64/+5
* Erk! Forgot to include the new mediagoblin.ini.Christopher Allan Webber2011-06-181-0/+15
* Move entire app structure over to using the new config system.Christopher Allan Webber2011-06-183-74/+89
* Tests for mediagoblin.config functionsChristopher Allan Webber2011-06-185-0/+134
* CONFIG_SPEC_PATH should be config_spec here, fixing.Christopher Allan Webber2011-06-181-1/+1
* Make REPORT_HEADER a unicode string also. Unicode everywhere, ideally!Christopher Allan Webber2011-06-181-1/+1
* Validation error reporting functionality.Christopher Allan Webber2011-06-181-6/+57
* Let's specifically import string_list()s in the config_spec.Christopher Allan Webber2011-06-181-2/+2
* Merge branch 'master' into configobjChristopher Allan Webber2011-06-188-7/+120
|\
| * We require lxml. Updating setup.py to reflect that.Christopher Allan Webber2011-06-171-0/+1
| * Merge remote branch 'remotes/cmoylan/test_auth_views_364'Christopher Allan Webber2011-06-172-6/+45
| |\
| | * logins are now somewhat testedChris Moylan2011-06-171-5/+43
| | * added vim swapfiles to gitignoreChris Moylan2011-06-161-1/+2
| * | Merge remote branch 'remotes/gullydwarf-cfdv/is330'Christopher Allan Webber2011-06-164-0/+73
| |\ \
| | * | adds link from gallery back to user pagecfdv2011-06-161-1/+3
| | * | adds link to user gallery in mediagoblin_header_right of user pagecfdv2011-06-161-0/+2
| | * | user_gallery controller calls render_to_reponsecfdv2011-06-161-9/+6
| | * | adds routing.py and view.py changescfdv2011-06-162-0/+32
| | * | issue #330 - creates a user gallery templateCaleb Forbes Davis V2011-06-161-0/+40
| | |/
| * / Recommending --set-upstream when doing a git push to a feature branch.Christopher Allan Webber2011-06-161-1/+1
| |/
* | Configuration file loading via ConfigObj.Christopher Allan Webber2011-06-161-0/+71
* | Basic config "requirements" file.Christopher Allan Webber2011-06-151-0/+69
* | Require ConfigObjChristopher Allan Webber2011-06-151-0/+1
|/
* 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
* | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2011-06-136-2/+22
|\ \
| * | Adds local toc sectionsWill Kahn-Greene2011-06-135-0/+20
| * | 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
* | Tweaks git workflow structureWill Kahn-Greene2011-06-121-6/+12
* | Fixes git workflowWill Kahn-Greene2011-06-121-30/+154
* | 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
| |/ /
* | | 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