Move entire app structure over to using the new config system.
[mediagoblin.git] / mediagoblin / app.py
2011-06-18 Christopher Allan... Move entire app structure over to using the new config...
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 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-06 Christopher Allan... Merge remote branch 'remotes/gandaro/324-bad-media...
2011-06-04 Christopher Allan... Proper webtest infrastructure... seems to be about...
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 "connect to database" into db/util.py
2011-05-17 ElrondMove models into new db/ directory
2011-05-13 Christopher Allan... Merge remote branch 'refs/remotes/dneelyeps/master'
2011-05-12 Christopher Allan... Separation between setting up the template env and...
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 Sebastian Spaethapp.py: Need to pass in port number as 'int'
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-01 Christopher Allan... Merge branch 'master' into celerysubmit
2011-04-30 Christopher Allan... Merge branch 'master' into celerysubmit
2011-04-26 Christopher Allan... HTTPFound more accurate than HTTPMovedPermanently.
2011-04-25 Christopher Allan... Actually call setup_celery_from_config when launching...
2011-04-24 Christopher Allan... Make certain bits of info accessable as global variable...
2011-04-20 Christopher Allan... util.setup_user_in_request must be called last
2011-04-17 Christopher Allan... Move the request.app stuff to the same area
2011-04-17 Christopher Allan... Add the staticdirector stuff to the mediagoblin wsgi...
2011-04-17 Christopher Allan... Actually set up the storage systems
2011-04-17 Christopher Allan... Moved app.load_controller -> util.import_component...
2011-04-13 Will Kahn-GreeneChanges Mediagoblin -> MediaGoblin.
2011-04-03 Christopher Allan... This should allow for request.user and show users logged in
2011-04-03 Christopher Allan... Use beaker from middleware, it's official.
2011-03-27 Matt LeeAdded copyright notices
2011-03-27 Christopher Allan... erp, connection[database_path] not connection['database...
2011-03-26 Christopher Allan... Properly load in the database and register the connecti...
2011-03-25 Christopher Allan... Commenting out beaker till we start using it :)
2010-07-18 Christopher Allan... beakered_app removed from the paste_app_factory. Deplo...
2010-07-18 Christopher Allan... Added session support w/ beaker
2010-07-18 Christopher Allan... Still totally useless but at least it writes to the...
2010-07-18 Christopher Allan... A few adustments to the routing and etc
2010-07-17 Christopher Allan... Basic but useless connection to the database
2010-07-17 Christopher Allan... Initial mediagoblin structure