aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/app.py
Commit message (Expand)AuthorAgeFilesLines
...
* Remove webob from render_to_responseSebastian Spaeth2012-12-211-1/+2
* Honor user's browser language (#558)Sebastian Spaeth2012-12-021-1/+4
* Fix i18n in our browserSebastian Spaeth2012-12-011-1/+0
* Fixed OAuth access_token duplicate routeJoar Wandborg2012-10-151-0/+1
* Fixed 404 page under werkzeug.routingJoar Wandborg2012-10-141-17/+18
* Switched most stuff over from RoutesJoar Wandborg2012-10-141-32/+41
* Replaced all request.POST with request.form, ...Joar Wandborg2012-09-291-1/+0
* Switch from webob.Request to werkzeug.wrappers.RequestJoar Wandborg2012-09-291-3/+10
* Rework plugin infrastructure to nix side-effectsWill Kahn-Greene2012-07-171-3/+3
* Finish flatpagesplugin; add plugin docsWill Kahn-Greene2012-07-161-1/+1
* Flatpages first passWill Kahn-Greene2012-07-161-1/+4
* Making the register_themes() tool also return the current themeChristopher Allan Webber2012-07-141-7/+1
* Themes are now registered and can have their templates loaded properlyChristopher Allan Webber2012-07-141-1/+8
* Early version of theme registry codeChristopher Allan Webber2012-07-141-0/+4
* 401. Plugin infrastructureWill Kahn-Greene2012-05-131-0/+6
* log.debug the used config file.Elrond2012-04-091-0/+1
* CELERY_ALWAYS_EAGER environment variable only recognized if 'true' nowChristopher Allan Webber2012-04-081-1/+1
* Allow users to pass callables in as controllers, not just import pathsChristopher Allan Webber2012-04-081-1/+7
* Cleanup sql session after request. ALWAYS!Elrond2012-04-071-8/+11
* Cleanup Session after each request.Elrond2012-02-281-0/+8
* Let Main Server emit startup notice including versionElrond2012-02-261-1/+6
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Note reported bug in workaroundElrond2011-12-211-0/+1
* Workaround for Routes/urlgen bug.Elrond2011-12-211-0/+4
* We should use the variable local_templates instead of user_template_pathChristopher Allan Webber2011-12-021-1/+1
* Issue 680: Dispatch meddleware request processing post-routingNathan Yergler2011-11-261-6/+7
* Rename MediaGoblin middleware to meddleware to avoid confusion w/ wsgi middle...Christopher Allan Webber2011-11-251-8/+8
* Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-2/+1
|\
| * Whitespace and formatting cleanup.Nathan Yergler2011-10-011-2/+1
* | [620] Allow for multiple mediagoblin configs to be set in config.ini, use firstChristopher Allan Webber2011-10-291-1/+11
* | Merge remote branch 'remotes/elrond/misc/i592_use_full_path'Christopher Allan Webber2011-10-151-0/+11
|\ \
| * | i592: Use full path in various placesElrond2011-10-031-0/+11
* | | Fixing 404s, related to recent util refactoring.Christopher Allan Webber2011-10-051-2/+3
|/ /
* | Finished splitting util.py into separate files.Aaron Williamson2011-10-011-6/+7
* | Moved common, translation, template, and url code out of util.py and into too...Aaron Williamson2011-10-011-2/+3
|/
* Merge branch 'i507_beaker_cache'Christopher Allan Webber2011-09-051-1/+4
|\
| * Basic beaker caching functionality added to the application.Christopher Allan Webber2011-08-231-1/+4
* | Issue 569: Initial framework for application middleware.Nathan Yergler2011-09-041-5/+23
* | 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|/
* Tacking on an empty matchdict when 404'ing just in case a template expects itChristopher Allan Webber2011-08-201-0/+1
* Adding and making use of the new 404 error page :)Christopher Allan Webber2011-08-201-1/+1
* Change the ordering of the app's __call__ method (attach things to request fi...Christopher Allan Webber2011-08-201-17/+17
* Tweaks import lines switching \ for ( ).Will Kahn-Greene2011-07-301-3/+3
* Move setting up of storage into init/__init__.pyElrond2011-07-181-10/+5
* Move application level setup of database to init/Elrond2011-07-171-20/+2
* app.py and migrate.py must import migrations in order to load said migrations...Christopher Allan Webber2011-07-141-0/+3
* Merge branch 'master' into f411_new_migrationsChristopher Allan Webber2011-07-131-40/+10
|\
| * removed email variables from globals moduleDeb2011-07-121-6/+0
| * Added a note about workbench only currently being used by celeryChristopher Allan Webber2011-07-091-0/+3
| * Factor setup_workbench into init submodule.Elrond2011-07-071-4/+3