Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin
[mediagoblin.git] / mediagoblin / app.py
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