qutebrowser/qutebrowser
Florian Bruhin 9edc5a665e Handle jinja's UndefinedError in jinja.render
We can get UndefinedError when a new function got added to the jinja
env (and gets called from a template) and the user did update the
on-disk templates but not restart qutebrowser yet.

In this case, let's show a special error page to the user and tell them
to do :report in the unlikely case it's actually a bug.

Fixes #1362.
See #1360.
2016-03-26 00:00:06 +01:00
..
browser Add a jinja.render helper 2016-03-25 14:29:30 +01:00
commands Now runner calls cmd_path instead of cmd 2016-03-24 16:26:19 -07:00
completion Merge branch 'autocompletion_enhancement' of https://github.com/tex/qutebrowser into tex-autocompletion_enhancement 2016-01-20 20:04:53 +01:00
config Merge branch 'master' of https://github.com/haxwithaxe/qutebrowser into haxwithaxe-master 2016-03-18 06:17:54 +01:00
html Handle jinja's UndefinedError in jinja.render 2016-03-26 00:00:06 +01:00
img Added resource_url() function and used this function in the error page 2015-09-25 14:31:04 +02:00
javascript js: Fix more lint. 2015-05-12 07:16:16 +02:00
keyinput flake8: Add flake8-putty plugin. 2016-01-22 17:33:58 +01:00
mainwindow Improve performance when scrolling with many tabs. 2016-02-02 07:33:07 +01:00
misc Merge branch 'editor_crash_behaviour' of https://github.com/EliteTK/qutebrowser into EliteTK-editor_crash_behaviour 2016-03-17 21:40:17 +01:00
utils Handle jinja's UndefinedError in jinja.render 2016-03-26 00:00:06 +01:00
__init__.py Release v0.5.1. 2016-01-18 22:12:52 +01:00
__main__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
app.py Add a fake clipboard for tests 2016-02-03 20:27:11 +01:00
qutebrowser.py Specify valid loglevels for --loglevel/-l 2016-03-08 17:38:26 +01:00
resources.py Use Qt resources for the window icon. 2014-12-28 15:10:02 +01:00