aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/init/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* has_key is deprecated, converting uses to use "in" operator.Nathan Yergler2011-10-011-2/+2
* Whitespace and formatting cleanup.Nathan Yergler2011-10-011-7/+11
* Merge branch 'i507_beaker_cache'Christopher Allan Webber2011-09-051-0/+16
|\
| * Basic beaker caching functionality added to the application.Christopher Allan Webber2011-08-231-0/+16
* | 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|/
* Storage config: Drop all Backward CompatibilityElrond2011-08-091-3/+2
* storage Config: Stop being backward compatible (beginning).Elrond2011-08-091-10/+2
* Storage Config: Use own sectionElrond2011-08-091-2/+16
* Let users know when their migrations are from the future :OChristopher Allan Webber2011-07-301-3/+10
* Move setting up of storage into init/__init__.pyElrond2011-07-181-0/+14
* Move application level setup of database to init/Elrond2011-07-171-0/+29
* Factor setup_workbench into init submodule.Elrond2011-07-071-0/+10
* Let setup_global_and_app_config call setup_globalsElrond2011-07-051-0/+5
* Create setup_global_and_app_configElrond2011-07-041-0/+13
* Move setting up of staticdirector to init submoduleElrond2011-07-041-0/+21
* Move get_jinja_loader to init submodule.Elrond2011-07-021-0/+18
* Start mediagoblin.initElrond2011-07-021-0/+15