Commit graph

36 commits

Author SHA1 Message Date
Armin Ronacher
96ec24f6e0 Fast path for disabled template load explain. 2016-05-22 11:36:40 +02:00
Alan Hamlett
99c99c4c16 Enable autoescape for render_template_string 2015-07-04 23:41:43 +02:00
Alexander Pantyukhin
5e12748d0e Ignore before_render_template return values 2015-06-17 15:42:39 +02:00
Alexander Pantyukhin
883f82f261 template overrides handling changed 2015-06-17 15:42:39 +02:00
Alexander Pantyukhin
967907ee81 before_render_template signal can override render template. 2015-06-17 15:42:39 +02:00
Alexander Pantyukhin
d53d5c732b before_render_template signal 2015-06-17 15:42:39 +02:00
Parkayun
33534bb4a9 Happy New Year 2015 2015-01-02 11:35:00 +09:00
Petr Zemek
3159c86166 Unify the uses of "sourcecode" vs "source code".
Use "source code", which is more grammatically correct.
2014-10-27 11:54:28 +01:00
Armin Ronacher
c09a4317e4 Record blueprint registration order. 2014-09-03 20:12:06 +02:00
Armin Ronacher
84f57b6bda Fixed a relative import 2014-09-03 18:31:30 +02:00
Armin Ronacher
bafc139810 Added EXPLAIN_TEMPLATE_LOADING to help people debug templates not being loaded. 2014-09-03 17:57:51 +02:00
Armin Ronacher
ed49fe3db1 Removed leftover from the module system. 2014-09-03 14:58:32 +02:00
Armin Ronacher
817b72d484 Removed deprecated module functionality 2014-08-27 01:12:33 +02:00
Daniel Neuhäuser
52098e1e4f Happy New Year 2014 2014-01-02 19:21:07 +01:00
Daniel Neuhäuser
a0801719f8 Remove six dependency 2013-05-22 21:40:30 +02:00
Thomas Waldmann
0f8c47c988 python-modernize automated changes: fix_dict 2013-05-18 18:00:15 +02:00
Armin Ronacher
1949c4a9ab flask.g is now on the app context and not the request context 2012-12-21 11:45:42 +01:00
Armin Ronacher
f34c028125 Added template tests and made config a true global 2012-10-08 07:01:49 +02:00
Ralph Bean
9ecbd20286 Update flask/templating.py
Fixed a typo in the docstring.
2012-09-13 15:16:38 -03:00
Dmitry Shevchenko
0b3369355d Allow loading template from iterable 2012-02-24 00:46:20 -06:00
Armin Ronacher
ee8417dac8 Late but 2010 -> 2011 in some files 2011-09-01 16:57:00 +02:00
Armin Ronacher
c9a2ad2b8d Fixed a bug in list_templates 2011-07-16 01:16:29 +02:00
Armin Ronacher
15372661af Removed leftover from no longer supported blueprint template loading code. 2011-07-01 00:56:06 +02:00
Armin Ronacher
abe1378cae Chnaged a bunch of behavior in blueprints for it to be more flexible. Improved backwards compat. 2011-06-16 23:55:49 +02:00
Armin Ronacher
7a08331ac0 Latest iteration of the blueprint code. Far from being done 2011-05-29 15:54:58 +02:00
Armin Ronacher
a06cd0a644 Started work on implementing blueprint based template loading 2011-03-19 03:28:39 +01:00
Armin Ronacher
a3a843999b normpath is now used before loading templates 2010-08-09 15:16:02 +02:00
Ali Afshar
a993a314fe Removed unused import 2010-07-25 23:27:14 +08:00
Armin Ronacher
e0712b47c6 Added support for signals 2010-07-17 14:39:28 +02:00
Armin Ronacher
1202996c63 Fixed a template loading bug 2010-07-15 18:10:26 +02:00
Armin Ronacher
aa3d8398fd Config is now available in templates, context processors no longer override keys 2010-07-13 23:30:29 +02:00
florentx
16e4d5a655 Various typos. 2010-07-07 02:09:07 +08:00
Armin Ronacher
0a93c552cc Fixed a template lookup error 2010-07-06 19:24:50 +02:00
Armin Ronacher
80eb6cfffc Switched to relative imports in the package 2010-07-04 20:00:23 +02:00
Armin Ronacher
665fa2a32b More refactoring and moving stuff around 2010-07-04 14:01:56 +02:00
Armin Ronacher
a3c9494f67 Moved templating stuff into a separate module 2010-07-04 13:49:58 +02:00