Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Documenting the setup_globals function. | Christopher Allan Webber | 2011-06-19 | 1 | -0/+6 | |
| * | | | | | | Document our new global objects added during the configobj branch | Christopher Allan Webber | 2011-06-19 | 1 | -0/+8 | |
| * | | | | | | Merge remote branch 'remotes/elrond/idea/globals_check' | Christopher Allan Webber | 2011-06-19 | 2 | -0/+18 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Let setup_globals check for known globals | Elrond | 2011-06-12 | 2 | -0/+18 | |
| | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | Reset the globals parameters while testing parameters | Christopher Allan Webber | 2011-06-19 | 1 | -11/+20 | |
| * | | | | | | Actually we need pkg_resources again in test_celery_setup :) | Christopher Allan Webber | 2011-06-19 | 1 | -0/+2 | |
| * | | | | | | Merge branch 'configobj' | Christopher Allan Webber | 2011-06-19 | 24 | -328/+531 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | Removing a couple of unused imports from util.py | Christopher Allan Webber | 2011-06-19 | 1 | -2/+0 | |
| | * | | | | | Removing "paste config" phrasing where we're no longer using paste's config | Christopher Allan Webber | 2011-06-19 | 1 | -3/+3 | |
| | * | | | | | renaming storage_system_from_paste_config()->storage_system_from_config() | Christopher Allan Webber | 2011-06-19 | 3 | -7/+7 | |
| | * | | | | | util.read_config_file() no longer needed; removing. | Christopher Allan Webber | 2011-06-19 | 1 | -22/+0 | |
| | * | | | | | Preparing celery unit tests for new setup. | Christopher Allan Webber | 2011-06-18 | 4 | -17/+45 | |
| | * | | | | | ./bin/gmg commands upgraded to work with the new setup. | Christopher Allan Webber | 2011-06-18 | 3 | -25/+1 | |
| | * | | | | | Nosetests should now be able to run using the new configobj / app init setup | Christopher Allan Webber | 2011-06-18 | 4 | -68/+42 | |
| | * | | | | | Only kill the database if it's really set up. | Christopher Allan Webber | 2011-06-18 | 1 | -3/+4 | |
| | * | | | | | It's a good idea for us to pass the application itself into mg_globals :) | Christopher Allan Webber | 2011-06-18 | 1 | -0/+1 | |
| | * | | | | | Updating celery_setup.from_celery to use new config loading / app init | Christopher Allan Webber | 2011-06-18 | 1 | -54/+12 | |
| | * | | | | | Removing option to set celery config section. | Christopher Allan Webber | 2011-06-18 | 1 | -3/+3 | |
| | * | | | | | Removing type conversions from setup_celery_from_config. | Christopher Allan Webber | 2011-06-18 | 1 | -64/+5 | |
| | * | | | | | Move entire app structure over to using the new config system. | Christopher Allan Webber | 2011-06-18 | 2 | -64/+87 | |
| | * | | | | | Tests for mediagoblin.config functions | Christopher Allan Webber | 2011-06-18 | 5 | -0/+134 | |
| | * | | | | | CONFIG_SPEC_PATH should be config_spec here, fixing. | Christopher Allan Webber | 2011-06-18 | 1 | -1/+1 | |
| | * | | | | | Make REPORT_HEADER a unicode string also. Unicode everywhere, ideally! | Christopher Allan Webber | 2011-06-18 | 1 | -1/+1 | |
| | * | | | | | Validation error reporting functionality. | Christopher Allan Webber | 2011-06-18 | 1 | -6/+57 | |
| | * | | | | | Let's specifically import string_list()s in the config_spec. | Christopher Allan Webber | 2011-06-18 | 1 | -2/+2 | |
| | * | | | | | Merge branch 'master' into configobj | Christopher Allan Webber | 2011-06-18 | 5 | -5/+116 | |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | ||||||
| | * | | | | | Configuration file loading via ConfigObj. | Christopher Allan Webber | 2011-06-16 | 1 | -0/+71 | |
| | * | | | | | Basic config "requirements" file. | Christopher Allan Webber | 2011-06-15 | 1 | -0/+69 | |
| | | |_|_|/ | | |/| | | | ||||||
* | | | | | | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-06-19 | 1 | -2/+0 | |
|\| | | | | | ||||||
| * | | | | | Removing unused pkg_resources import from test_celery_setup | Christopher Allan Webber | 2011-06-18 | 1 | -2/+0 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-06-17 | 5 | -5/+116 | |
|\| | | | | ||||||
| * | | | | Merge remote branch 'remotes/cmoylan/test_auth_views_364' | Christopher Allan Webber | 2011-06-17 | 1 | -5/+43 | |
| |\ \ \ \ | ||||||
| | * | | | | logins are now somewhat tested | Chris Moylan | 2011-06-17 | 1 | -5/+43 | |
| | |/ / / | ||||||
| * | | | | adds link from gallery back to user page | cfdv | 2011-06-16 | 1 | -1/+3 | |
| * | | | | adds link to user gallery in mediagoblin_header_right of user page | cfdv | 2011-06-16 | 1 | -0/+2 | |
| * | | | | user_gallery controller calls render_to_reponse | cfdv | 2011-06-16 | 1 | -9/+6 | |
| * | | | | adds routing.py and view.py changes | cfdv | 2011-06-16 | 2 | -0/+32 | |
| * | | | | issue #330 - creates a user gallery template | Caleb Forbes Davis V | 2011-06-16 | 1 | -0/+40 | |
| |/ / / | ||||||
* | | | | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-06-15 | 20 | -61/+461 | |
|\| | | | ||||||
| * | | | Merge remote branch 'remotes/elrond/dev/workbench_class' | Christopher Allan Webber | 2011-06-14 | 3 | -67/+78 | |
| |\ \ \ | ||||||
| | * | | | Move destroy_workbench to Workbench class | Elrond | 2011-06-14 | 3 | -37/+25 | |
| | * | | | Drop WorkbenchManager.localized_file() | Elrond | 2011-06-14 | 2 | -9/+5 | |
| | * | | | Create a Workbench class and use it everywhere. | Elrond | 2011-06-13 | 3 | -45/+72 | |
| * | | | | A super strict HTML cleaner method with mediocre tests. | Christopher Allan Webber | 2011-06-13 | 2 | -0/+46 | |
| * | | | | Merge remote branch 'remotes/elrond/idea/simple_proc_media_clean' | Christopher Allan Webber | 2011-06-12 | 1 | -8/+10 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | Refactor filename generation in the public store | Elrond | 2011-06-08 | 1 | -8/+10 | |
| * | | | | ensure color mode compatibility when making image thumbnails | cfdv | 2011-06-12 | 1 | -0/+3 | |
| * | | | | First import of mg_globals as mgg, partly because I just wanted it to | Christopher Allan Webber | 2011-06-12 | 1 | -11/+11 | |
| * | | | | mediagoblin.globals->mediagoblin.mg_globals | Christopher Allan Webber | 2011-06-12 | 14 | -35/+32 | |
| * | | | | Merge remote branch 'remotes/elrond/idea/clean_celery_setup' | Christopher Allan Webber | 2011-06-12 | 2 | -6/+5 | |
| |\ \ \ \ |