aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools/template.py
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-2/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-7/+3
* Reforming get_jinja_env to make better use of the MediaGoblinAppChristopher Allan Webber2014-12-031-6/+5
* Cleanup mediagoblin._compat and fix translation tests.Berker Peksag2014-07-281-3/+7
* Add ugettext and ungettext helpers to mediagoblin._compat.Berker Peksag2014-05-261-3/+2
* Merge remote-tracking branch 'remotes/jiyda/220_rtl_language_support'Christopher Allan Webber2014-01-021-1/+4
|\
| * Added rtl language supportJiyda Mint Moussa2013-04-291-1/+4
* | Fix notifications, which I broke.Christopher Allan Webber2013-08-141-0/+2
* | Avoiding the celery warnings that we seem to be confusing people lately.Christopher Allan Webber2013-08-141-1/+8
* | * create config option for optional jinja2 extensionsKenneth Dombrowski2013-08-071-1/+7
* | add a check for authentication plugin on startup and respond according to no_...Rodney Ewing2013-05-241-0/+1
* | Oh right, actually add that hook we just documented, "template_context_preren...Christopher Allan Webber2013-05-151-0/+7
* | Fully working context hooks, both template/view and global level, with testsChristopher Allan Webber2013-05-141-5/+8
* | Use the controller's symbolic/lookup name as part of the key for context hooksChristopher Allan Webber2013-05-101-1/+1
* | The beginning of context hooks.Christopher Allan Webber2013-05-081-1/+8
|/
* Create set_thread_locale and use it.Elrond2013-04-241-3/+2
* Adds the timesince ability which fixes #394Jessica T2013-04-111-0/+5
* Fix bug 537pythonsnake2013-02-101-0/+2
* Switching set syntax to python2.6 compatibleChristopher Allan Webber2013-01-311-1/+1
* No need for an __init__ at all in the TemplateHookExtension, really.Christopher Allan Webber2013-01-301-4/+1
* Move template hook over to a template_hook tag. Seems to work! :)Christopher Allan Webber2013-01-301-1/+37
* Geolocation stuff, including including templates seems to be working-ishChristopher Allan Webber2013-01-301-0/+4
* Better Py3 compat: d.has_key(k) -> k in dElrond2013-01-301-1/+1
* Remove gridify_*Sebastian Spaeth2012-12-041-31/+0
* Provide jinja2 urlencode filterSebastian Spaeth2012-12-031-0/+4
* Honor user's browser language (#558)Sebastian Spaeth2012-12-021-2/+2
* make mg_globals.translations thread-safeJakob Kramer2012-07-181-2/+2
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* f691: Use StrictUndefined for templates and fix some issuesElrond2012-01-041-0/+3
* Bug #685: only provide CSRF token if it existsElrond2011-12-031-1/+3
* Rename MediaGoblin middleware to meddleware to avoid confusion w/ wsgi middle...Christopher Allan Webber2011-11-251-1/+1
* Add app_config and global_config to the template environmentChristopher Allan Webber2011-11-191-0/+1
* Adding app_config and global_config to the template environmentChristopher Allan Webber2011-11-191-0/+2
* Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-4/+7
* Merge remote branch 'remotes/aaronw/bug444_fix_utils_py_redux'Christopher Allan Webber2011-10-011-0/+2
* Moved common, translation, template, and url code out of util.py and into too...Aaron Williamson2011-10-011-0/+114