Fix first part of issue 402 - small images are no longer enlarged to 640px
[mediagoblin.git] / mediagoblin / celery_setup /
2011-06-29 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f368_msg_f...
2011-06-26 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-06-26 Christopher Allan... Celery wasn't really being properly connected during...
2011-06-20 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-20 Christopher Allan... Merge remote branch 'remotes/jwandborg/issue_363'
2011-06-20 Christopher Allan... Merge remote branch 'remotes/cmoylan/test_auth_views_364'
2011-06-19 cfdvMerge branch 'is330', remote-tracking branch 'origin...
2011-06-19 cfdvMerge remote-tracking branch 'origin/master' into is315
2011-06-19 Christopher Allan... Need to run nosetests with CELERY_CONFIG_MODULE set...
2011-06-19 Christopher Allan... Merge remote branch 'remotes/elrond/idea/globals_check'
2011-06-19 Christopher Allan... Merge branch 'configobj'
2011-06-19 Christopher Allan... Removing "paste config" phrasing where we're no longer...
2011-06-19 Christopher Allan... Nosetests should now be able to run using the new confi...
2011-06-18 Christopher Allan... Updating celery_setup.from_celery to use new config...
2011-06-18 Christopher Allan... Removing option to set celery config section.
2011-06-18 Christopher Allan... Removing type conversions from setup_celery_from_config.
2011-06-15 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-15 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-06-12 Christopher Allan... Merge remote branch 'remotes/elrond/idea/simple_proc_me...
2011-06-12 Christopher Allan... mediagoblin.globals->mediagoblin.mg_globals
2011-06-12 Christopher Allan... Merge remote branch 'remotes/elrond/idea/clean_celery_s...
2011-06-12 Christopher Allan... Merge remote branch 'remotes/elrond/idea/tests_kill_db'
2011-06-12 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-06-12 Christopher Allan... Moving workbench out of process_media
2011-06-12 Christopher Allan... Merge branch 'master' into workbench
2011-06-12 Christopher Allan... Have the application set up instances of the WorkbenchM...
2011-06-10 Elrondcelery_setup: drop param to setup_self and simplify...
2011-06-06 Christopher Allan... Merge remote branch 'remotes/gandaro/324-bad-media...
2011-06-06 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-04 Christopher Allan... Proper webtest infrastructure... seems to be about...
2011-06-04 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-03 Christopher Allan... Merge branch 'media_edit'
2011-06-03 ElrondPropagate Exceptions up in Celery-Eager-Mode
2011-05-20 Christopher Allan... Now you can set CELERY_ALWAYS_EAGER environment variabl...
2011-05-20 Christopher Allan... Merge remote branch 'remotes/hanaku/pagination'
2011-05-18 ElrondFactor out most of the database connection into db...
2011-05-18 ElrondClean unused imports (found by pyflakes).
2011-05-18 Christopher Allan... Renaming connect_database to connect_database_from_conf...
2011-05-17 ElrondMove models into new db/ directory
2011-05-09 Christopher Allan... Merge remote branch 'spaetz/fix_description'
2011-05-08 Christopher Allan... Asbool the email debug mode option
2011-05-08 Christopher Allan... Only convert db port if it's there and use asint to...
2011-05-08 Christopher Allan... Merge remote branch 'refs/remotes/spaetz/master'
2011-05-08 Christopher Allan... mgoblin_section.get, not app_config.get (doh)
2011-05-08 Christopher Allan... Added an email debug mode which, by default, is enabled
2011-05-08 Christopher Allan... Merge remote branch 'refs/remotes/jwandborg/master'
2011-05-08 Joar WandborgUpdated default sender address
2011-05-07 Joar WandborgMade changes according to bugs.foocorp.net/issues/271...
2011-05-04 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-04 Christopher Allan... Force imports of stuff like mediagoblin.process_media...
2011-05-02 Christopher Allan... Register the models when using from_celery
2011-05-01 Christopher Allan... Merge branch 'master' into celerysubmit
2011-05-01 Christopher Allan... Now we have something useful: mediagoblin.celery_setup...
2011-05-01 Christopher Allan... tests for setup_celery_from_config()
2011-05-01 Christopher Allan... A few more corrections to make setup_celery_from_config...
2011-04-30 Christopher Allan... Import based on the DEFAULT_SETTINGS_MODULE in setup_ce...
2011-04-30 Christopher Allan... Merge branch 'master' into celerysubmit
2011-04-25 Christopher Allan... Commit dummy_settings_module, of course.
2011-04-24 Christopher Allan... setup_celery_from_config tool. Haven't tried if it...