aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/init
Commit message (Expand)AuthorAgeFilesLines
...
* Kill MultiRemoteStaticDirect... nobody was really using it anywayChristopher Allan Webber2012-07-141-10/+4
* Moving staticdirect to tools/Christopher Allan Webber2012-07-141-1/+1
* Themes are now registered and can have their templates loaded properlyChristopher Allan Webber2012-07-141-5/+19
* from_celery.setup_self() didn't pay attention to default_conf_file kwarg, fixed.Christopher Allan Webber2012-05-201-4/+5
* 401. Plugin infrastructureWill Kahn-Greene2012-05-131-0/+59
* Making celeryd consistent: look for mediagoblin_local.iniChristopher Allan Webber2012-04-221-1/+6
* SQL based tests and refactored Celery setup stuffChristopher Allan Webber2012-03-261-15/+40
* And fix the in-celeryd import.Elrond2012-03-211-1/+1
* Create load_models().Elrond2012-03-201-1/+4
* Accidentally overwrote the celery/__init__.py, fixed this and removed the upp...Luke Slater2012-02-281-1/+55
* Changed celery config keys to upper case and removed upper casing of keys whe...Luke Slater2012-02-281-56/+1
* Should be all that's needed to switch celery/kombu settings to sqlalchemyChristopher Allan Webber2012-02-251-20/+3
* It's 2012 all up in hereChristopher Allan Webber2012-02-025-5/+5
* Factor out check_db_migrations_currentElrond2012-01-011-21/+3
* Move db/migrations.py -> db/mongo/migrations.pyElrond2011-12-201-1/+1
* Fixes after merging video branch into masterJoar Wandborg2011-11-211-3/+1
* Merge branch 'video_gstreamer-only'Joar Wandborg2011-11-211-0/+2
|\
| * Stashing changesJoar Wandborg2011-11-211-3/+0
| * Multimedia support - Commiting from a not yet finished state - Details belowJoar Wandborg2011-09-231-0/+5
* | has_key is deprecated, converting uses to use "in" operator.Nathan Yergler2011-10-012-7/+7
* | Whitespace and formatting cleanup.Nathan Yergler2011-10-014-10/+14
|/
* 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-015-5/+5
|/
* 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
* Move db_name default into config_spec.iniElrond2011-07-111-1/+1
* 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 config.py to init/Elrond2011-07-021-0/+122
* Move get_jinja_loader to init submodule.Elrond2011-07-021-0/+18
* Move mediagoblin.celery_setup -> mediagoblin.init.celeryElrond2011-07-024-0/+182
* Start mediagoblin.initElrond2011-07-021-0/+15