| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove remaining imports/calls to six not automatically removed by pyupgrade. | Ben Sturmfels | 2021-03-05 | 1 | -2/+0 |
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -7/+3 |
* | Reforming get_jinja_env to make better use of the MediaGoblinApp | Christopher Allan Webber | 2014-12-03 | 1 | -6/+5 |
* | Cleanup mediagoblin._compat and fix translation tests. | Berker Peksag | 2014-07-28 | 1 | -3/+7 |
* | Add ugettext and ungettext helpers to mediagoblin._compat. | Berker Peksag | 2014-05-26 | 1 | -3/+2 |
* | Merge remote-tracking branch 'remotes/jiyda/220_rtl_language_support' | Christopher Allan Webber | 2014-01-02 | 1 | -1/+4 |
|\ |
|
| * | Added rtl language support | Jiyda Mint Moussa | 2013-04-29 | 1 | -1/+4 |
* | | Fix notifications, which I broke. | Christopher Allan Webber | 2013-08-14 | 1 | -0/+2 |
* | | Avoiding the celery warnings that we seem to be confusing people lately. | Christopher Allan Webber | 2013-08-14 | 1 | -1/+8 |
* | | * create config option for optional jinja2 extensions | Kenneth Dombrowski | 2013-08-07 | 1 | -1/+7 |
* | | add a check for authentication plugin on startup and respond according to no_... | Rodney Ewing | 2013-05-24 | 1 | -0/+1 |
* | | Oh right, actually add that hook we just documented, "template_context_preren... | Christopher Allan Webber | 2013-05-15 | 1 | -0/+7 |
* | | Fully working context hooks, both template/view and global level, with tests | Christopher Allan Webber | 2013-05-14 | 1 | -5/+8 |
* | | Use the controller's symbolic/lookup name as part of the key for context hooks | Christopher Allan Webber | 2013-05-10 | 1 | -1/+1 |
* | | The beginning of context hooks. | Christopher Allan Webber | 2013-05-08 | 1 | -1/+8 |
|/ |
|
* | Create set_thread_locale and use it. | Elrond | 2013-04-24 | 1 | -3/+2 |
* | Adds the timesince ability which fixes #394 | Jessica T | 2013-04-11 | 1 | -0/+5 |
* | Fix bug 537 | pythonsnake | 2013-02-10 | 1 | -0/+2 |
* | Switching set syntax to python2.6 compatible | Christopher Allan Webber | 2013-01-31 | 1 | -1/+1 |
* | No need for an __init__ at all in the TemplateHookExtension, really. | Christopher Allan Webber | 2013-01-30 | 1 | -4/+1 |
* | Move template hook over to a template_hook tag. Seems to work! :) | Christopher Allan Webber | 2013-01-30 | 1 | -1/+37 |
* | Geolocation stuff, including including templates seems to be working-ish | Christopher Allan Webber | 2013-01-30 | 1 | -0/+4 |
* | Better Py3 compat: d.has_key(k) -> k in d | Elrond | 2013-01-30 | 1 | -1/+1 |
* | Remove gridify_* | Sebastian Spaeth | 2012-12-04 | 1 | -31/+0 |
* | Provide jinja2 urlencode filter | Sebastian Spaeth | 2012-12-03 | 1 | -0/+4 |
* | Honor user's browser language (#558) | Sebastian Spaeth | 2012-12-02 | 1 | -2/+2 |
* | make mg_globals.translations thread-safe | Jakob Kramer | 2012-07-18 | 1 | -2/+2 |
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
* | f691: Use StrictUndefined for templates and fix some issues | Elrond | 2012-01-04 | 1 | -0/+3 |
* | Bug #685: only provide CSRF token if it exists | Elrond | 2011-12-03 | 1 | -1/+3 |
* | Rename MediaGoblin middleware to meddleware to avoid confusion w/ wsgi middle... | Christopher Allan Webber | 2011-11-25 | 1 | -1/+1 |
* | Add app_config and global_config to the template environment | Christopher Allan Webber | 2011-11-19 | 1 | -0/+1 |
* | Adding app_config and global_config to the template environment | Christopher Allan Webber | 2011-11-19 | 1 | -0/+2 |
* | Merge remote-tracking branch 'remotes/nyergler/pep8-ification' | Christopher Allan Webber | 2011-11-13 | 1 | -4/+7 |
* | Merge remote branch 'remotes/aaronw/bug444_fix_utils_py_redux' | Christopher Allan Webber | 2011-10-01 | 1 | -0/+2 |
* | Moved common, translation, template, and url code out of util.py and into too... | Aaron Williamson | 2011-10-01 | 1 | -0/+114 |