Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | Added Markdown rendering for `media_entry` | Joar Wandborg | 2011-06-12 | 7 | -7/+24 | |
| * | | | | | | Merge remote branch 'remotes/cmoylan/test_auth_views_364' | Christopher Allan Webber | 2011-06-19 | 1 | -6/+86 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | added test coverage for redirecting after login with the next param | Chris Moylan | 2011-06-19 | 1 | -2/+12 | |
| | * | | | | | | Added tests for all sorts of login form abuse. | Chris Moylan | 2011-06-19 | 1 | -6/+76 | |
| * | | | | | | | Making ./runtests.sh the official way to run the tests. | Christopher Allan Webber | 2011-06-19 | 1 | -1/+1 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | ./runtests.sh: run unit tests without having to remember the long command. | Christopher Allan Webber | 2011-06-19 | 1 | -0/+30 | |
| * | | | | | | Need to run nosetests with CELERY_CONFIG_MODULE set to from_tests again. | Christopher Allan Webber | 2011-06-19 | 3 | -8/+40 | |
| * | | | | | | 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 | |
| * | | | | | | Re-commenting-out lxml from setup.py | Christopher Allan Webber | 2011-06-19 | 1 | -1/+3 | |
| * | | | | | | Updated hacking howto to reflect our new, easier to run lazyserver.sh command. | Christopher Allan Webber | 2011-06-19 | 1 | -15/+17 | |
| * | | | | | | ./lazyserver.sh: launch a server in the most basic way possible | Christopher Allan Webber | 2011-06-19 | 1 | -0/+30 | |
| * | | | | | | 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 | 28 | -363/+574 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | Adjusting hackinghowto docs to reflect change in server/tests commands | Christopher Allan Webber | 2011-06-19 | 1 | -3/+3 | |
| | * | | | | | 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 | |
| | * | | | | | Erk! Forgot to include the new mediagoblin.ini. | Christopher Allan Webber | 2011-06-18 | 1 | -0/+15 | |
| | * | | | | | Move entire app structure over to using the new config system. | Christopher Allan Webber | 2011-06-18 | 3 | -74/+89 | |
| | * | | | | | 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 | 8 | -7/+120 | |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | ||||||
| | * | | | | | 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 | |
| | * | | | | | Require ConfigObj | Christopher Allan Webber | 2011-06-15 | 1 | -0/+1 | |
| | | |_|_|/ | | |/| | | | ||||||
* | | | | | | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-06-19 | 2 | -2/+1 | |
|\| | | | | | ||||||
| * | | | | | Removing unused pkg_resources import from test_celery_setup | Christopher Allan Webber | 2011-06-18 | 1 | -2/+0 | |
| | |/ / / | |/| | | | ||||||
| * | | | | We require lxml. Updating setup.py to reflect that. | Christopher Allan Webber | 2011-06-17 | 1 | -0/+1 | |
* | | | | | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-06-17 | 7 | -7/+119 | |
|\| | | | | ||||||
| * | | | | Merge remote branch 'remotes/cmoylan/test_auth_views_364' | Christopher Allan Webber | 2011-06-17 | 2 | -6/+45 | |
| |\ \ \ \ | ||||||
| | * | | | | logins are now somewhat tested | Chris Moylan | 2011-06-17 | 1 | -5/+43 | |
| | * | | | | added vim swapfiles to gitignore | Chris Moylan | 2011-06-16 | 1 | -1/+2 | |
| | |/ / / | ||||||
| * | | | | Merge remote branch 'remotes/gullydwarf-cfdv/is330' | Christopher Allan Webber | 2011-06-16 | 4 | -0/+73 | |
| |\ \ \ \ | ||||||
| | * | | | | adds link from gallery back to user page | cfdv | 2011-06-16 | 1 | -1/+3 |