aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/init
Commit message (Expand)AuthorAgeFilesLines
* Improved test runtime from 352 seconds to 59 seconds by implementing an in-me...Emily O'Leary2013-06-251-5/+9
* New notificationsJoar Wandborg2013-06-091-1/+17
* Various fixes to plugin assetlinking command.Christopher Allan Webber2013-05-231-2/+2
* Work towards getting plugin static linking/serving to workChristopher Allan Webber2013-05-231-1/+1
* Start of ability to have plugins provide static resources!Christopher Allan Webber2013-05-231-0/+7
* Tests should no longer use the environment-variable-related-setup and set up ...Christopher Allan Webber2013-05-121-33/+0
* Fix the new config "plugin spec" loading code so it doesn't break on no plugi...Christopher Allan Webber2013-05-081-1/+1
* Allow plugins to install their own config_spec.ini if they like.Christopher Allan Webber2013-05-081-0/+42
* removing old callable utilities and porting stuff over.Christopher Allan Webber2013-04-193-5/+5
* Merge branch '637_friendlier_hooks'Christopher Allan Webber2013-04-103-10/+5
|\
| * Switch several functions over to using the new callable_run* tools!Christopher Allan Webber2013-04-103-10/+5
* | Remove beaker stuff from the code.Brett Smith2013-03-241-15/+0
|/
* Updated raven pluginJoar Wandborg2013-03-032-0/+9
* You can now set the PASTE_CONFIG environment variable to control logging setupChristopher Allan Webber2013-02-251-0/+5
* Use logging.config.fileConfig()Joar Wandborg2013-02-071-41/+2
* Move workbench into tools directory.Elrond2013-01-171-1/+1
* RIP out mongoSebastian Spaeth2012-12-251-5/+3
* en_US is always availableSebastian Spaeth2012-12-021-2/+2
* Honor user's browser language (#558)Sebastian Spaeth2012-12-021-0/+6
* Removed debugging stuff from masterJoar Wandborg2012-09-301-8/+0
* Use RawConfigParser instead of dict.viewitemsJoar Wandborg2012-09-301-3/+7
* Set up celery logging from paste iniJoar Wandborg2012-09-301-0/+65
* [Issue 466] Implement e-z plugin disablingWill Kahn-Greene2012-07-171-0/+7
* Rework plugin infrastructure to nix side-effectsWill Kahn-Greene2012-07-171-14/+12
* Flatpages first passWill Kahn-Greene2012-07-161-21/+24
* Add the theme domain to the application's staticdirectorChristopher Allan Webber2012-07-141-4/+8
* Update staticdirect stuff so it can handle "domains" of staticdirectionChristopher Allan Webber2012-07-141-2/+2
* 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