Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Custom Filters example inserts escaped <br>s | Jörn Hees | 2014-06-15 | 1 | -1/+1 | |
| | | | | | | | | | The example nl2br custom filter inserts escaped `<br>` <br> tags as a `Markup.replace` method seems to be aware of modifications and pass `str`/`unicode` arguments through `escape`. | |||||
* | | | Merge branch 'adamchainz-master' | Markus Unterwaditzer | 2015-03-11 | 1 | -21/+20 | |
|\ \ \ | ||||||
| * | | | Clarify sentence | Markus Unterwaditzer | 2015-03-11 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Switching docs tweaks | Adam Chainz | 2014-07-12 | 1 | -21/+20 | |
| |/ / | ||||||
* | | | Merge pull request #370 from BillyWM/patch-1 | Markus Unterwaditzer | 2015-03-11 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | fix typo "makes sense to defined" -> define | |||||
| * | | | fix typo "possible to defined" -> define | William Wenge-Murphy | 2014-09-20 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge pull request #381 from ubershmekel/patch-1 | Markus Unterwaditzer | 2015-03-11 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | A double quote is missing | |||||
| * | | | A double quote is missing | Yuval Greenfield | 2014-11-06 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge pull request #403 from whit537/patch-1 | Markus Unterwaditzer | 2015-03-11 | 1 | -4/+3 | |
|\ \ \ | | | | | | | | | trim obsolete sentence re: i18n extension | |||||
| * | | | trim obsolete sentence re: i18n extension | Chad Whitacre | 2015-02-05 | 1 | -4/+3 | |
| |/ / | | | | | | | This sentence seems like a leftover from when i18n was the only extension available, eh? | |||||
* | | | Merge pull request #395 from esonderegger/master | Markus Unterwaditzer | 2015-03-11 | 1 | -3/+3 | |
|\ \ \ | | | | | | | | | Updated template documentation examples | |||||
| * | | | Updated template documentation examples | Evan Sonderegger | 2015-01-07 | 1 | -3/+3 | |
| |/ / | | | | | | | | | | | | | | | | Fixed html tags in base template example. Since I was removing the xmlns="http://www.w3.org/1999/xhtml" tag, it seemed like a good time to update the examples to the html5 doctype. | |||||
* | | | Merge pull request #398 from cerivera/master | Markus Unterwaditzer | 2015-03-11 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | grammar fix | |||||
| * | | | grammar fix | Carlos Eduardo Rivera | 2015-01-18 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | A few nitpicks | Markus Unterwaditzer | 2015-03-11 | 1 | -52/+40 | |
| | | | ||||||
* | | | We don't want to give a specific recommendation. | Markus Unterwaditzer | 2015-03-11 | 1 | -3/+2 | |
| | | | ||||||
* | | | Not only syntax is affected. | Markus Unterwaditzer | 2015-03-11 | 1 | -2/+2 | |
| | | | ||||||
* | | | DOC: Update templates.rst: syntax, commas | Wes Turner | 2014-12-11 | 1 | -268/+334 | |
|/ / | ||||||
* | | Merge pull request #230 from p1otr/master | Armin Ronacher | 2014-06-10 | 4 | -6/+6 | |
|\ \ | | | | | | | documentation typos | |||||
| * | | fix a bunch of typos in the documentation | Jakub Wilk | 2013-05-25 | 5 | -7/+7 | |
| |/ | ||||||
* | | Documented {% set %}...{% endset %} | Armin Ronacher | 2014-06-07 | 1 | -0/+21 | |
| | | ||||||
* | | Merge pull request #274 from thomasballinger/fix-1 | Armin Ronacher | 2014-06-06 | 1 | -10/+10 | |
|\ \ | | | | | | | docfixes in Variables section of templates.rst | |||||
| * | | docfixes in Variables section of templates.rst | Thomas Ballinger | 2013-10-28 | 1 | -10/+10 | |
| |/ | | | | | | | | | I was distracted by "alternative" -> alternatively, then changed other bits and pieces in the section. fixes suggested by @Naddiseo, and clarify that "what a variable looks like" really means "what attributes a variable has." | |||||
* | | Merge pull request #284 from LucianU/patch-1 | Armin Ronacher | 2014-06-06 | 1 | -12/+12 | |
|\ \ | | | | | | | Spelling, grammar, and punctuation fixes to extensions docs. | |||||
| * | | Spelling, grammar, and punctuation fixes to extensions docs. | Lucian Ursu | 2013-11-29 | 1 | -12/+12 | |
| |/ | ||||||
* | | Merge pull request #293 from carldunham/docfix | Armin Ronacher | 2014-06-06 | 3 | -11/+10 | |
|\ \ | | | | | | | fixed some typos and clarifying | |||||
| * | | fixed some typos and clarifying | Carl A Dunham | 2014-01-18 | 3 | -11/+10 | |
| |/ | ||||||
* | | Merge pull request #310 from vivekagr/patch-1 | Armin Ronacher | 2014-06-06 | 1 | -2/+2 | |
|\ \ | | | | | | | Fix typo. | |||||
| * | | Fix typo. | Vivek Agarwal | 2014-03-12 | 1 | -2/+2 | |
| |/ | ||||||
* | | Added tests for logging undefined and added it to the docs. | Armin Ronacher | 2014-06-06 | 1 | -0/+5 | |
|/ | ||||||
* | Since we no longer support 2.5 we can use the builtin next() function | Armin Ronacher | 2013-05-20 | 1 | -1/+0 | |
| | ||||||
* | Fixed docs not building | Armin Ronacher | 2013-05-20 | 3 | -3/+3 | |
| | ||||||
* | Clarified some text in the intro | Armin Ronacher | 2013-05-20 | 1 | -2/+2 | |
| | ||||||
* | Documented loop.depth and added loop.depth0. | Armin Ronacher | 2013-05-20 | 1 | -0/+6 | |
| | ||||||
* | Removed mention of speedup module and rewrote docs for markupsafe dependency | Armin Ronacher | 2013-05-19 | 2 | -47/+5 | |
| | ||||||
* | Merge pull request #112 from Cito/master | Armin Ronacher | 2013-05-19 | 1 | -0/+4 | |
|\ | | | | | Addition/correction for pull request #69 - add note to docs | |||||
| * | Add a note about the else statement. | Christoph Zwerschke | 2012-03-21 | 1 | -0/+4 | |
| | | ||||||
* | | Merge remote-tracking branch 'Talksum/distribute_required' | Armin Ronacher | 2013-05-19 | 1 | -3/+24 | |
|\ \ | ||||||
| * | | adding explicit mention of distribute prerequisite at runtime | Mike Chesnut | 2012-12-18 | 1 | -3/+6 | |
| | | | ||||||
* | | | Whitespace normalization | Armin Ronacher | 2013-05-19 | 1 | -2/+2 | |
| | | | ||||||
* | | | Flask -> Jinja2 | Armin Ronacher | 2013-05-19 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #104 from njl/fix-issue-77 | Armin Ronacher | 2013-05-19 | 1 | -3/+19 | |
|\ \ \ | | | | | | | | | Fix issue #77 | |||||
| * | | | Fixes issue #77 by adding explanation to docs | Ned Jackson Lovely | 2012-03-12 | 1 | -3/+19 | |
| | | | | | | | | | | | | | | | | | | | | Points out that the Django empty is replaced by the Flask else. | |||||
* | | | | Merge pull request #94 from florentx/patch-1 | Armin Ronacher | 2013-05-19 | 1 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | Fix the Mako-like environment. | |||||
| * | | | | typo | Florent Xicluna | 2012-02-05 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix the Mako-like environment. | Florent Xicluna | 2012-02-05 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge branch 'master' of github.com:mitsuhiko/jinja2 | Armin Ronacher | 2013-05-19 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge pull request #149 from dmedvinsky/patch-1 | Armin Ronacher | 2013-05-19 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix typo in `include` documentation | |||||
| | * | | | | | Fix typo in `include` documentation | Dmitry Medvinsky | 2012-09-21 | 1 | -1/+1 | |
| | | |_|/ / | | |/| | | | ||||||
* | | | | | | Merge remote-tracking branch 'kristi/master' | Armin Ronacher | 2013-05-19 | 1 | -5/+43 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | |