aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/init/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-3/+3
* Fix tests post-alembic-migration-changes.Christopher Allan Webber2016-03-261-3/+9
* Attach the MediaGoblinApp to the engine, and provide a way for models to accessChristopher Allan Webber2014-12-031-4/+6
* Starting to deprecate the app_config, global_config by attaching stuff to appChristopher Allan Webber2014-12-031-1/+6
* Improved test runtime from 352 seconds to 59 seconds by implementing an in-me...Emily O'Leary2013-06-251-5/+9
* 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
* Remove beaker stuff from the code.Brett Smith2013-03-241-15/+0
* 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
* 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
* Create load_models().Elrond2012-03-201-1/+4
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Factor out check_db_migrations_currentElrond2012-01-011-21/+3
* Move db/migrations.py -> db/mongo/migrations.pyElrond2011-12-201-1/+1
* 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