Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | {% raw %} tests and note for documentation | ngr | 2018-05-14 | 1 | -0/+5 | |
|/ / / | ||||||
* | | | Update all pypi.python.org URLs to pypi.org | Jon Dufresne | 2018-04-18 | 2 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html | |||||
* | | | Fix small typo | nwalsh1995 | 2018-04-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | add changelog | David Lord | 2018-02-06 | 1 | -4/+2 | |
| | | | | | | | | | | | | fix unrelated docs issue | |||||
* | | | Remove old statement about Python 3 (#803) | Godefroid Chapelle | 2018-01-30 | 1 | -16/+0 | |
| | | | | | | | | | There is now Python 3 support... | |||||
* | | | fix code block markup | David Lord | 2018-01-18 | 1 | -1/+1 | |
| | | | | | | | | | closes #800 | |||||
* | | | Trivial typos | Unknown | 2017-11-08 | 1 | -1/+1 | |
|/ / | | | | | Most non-user facing. | |||||
* | | clean up MANIFEST.in | David Lord | 2017-11-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | clean up make-release.py for py3 add rst extension to CHANGES for GitHub clean up changelog formatting | |||||
* | | Support filters in set block | ThiefMaster | 2017-10-31 | 1 | -0/+11 | |
| | | | | | | | | | | - e.g {% set foo | trim %}...{% endset %} - closes #486 | |||||
* | | Add support for the Environment to optionally return native types. | James Tanner | 2017-07-06 | 2 | -0/+65 | |
| | | | | | | | | | | | | This works by having an alternate CodeGenerator that avoids doing to_string after the yield statement and a new version of concat that handles the returned generator with a bit more "intelligence". | |||||
* | | allow using comparison operator symbols as tests | David Lord | 2017-07-06 | 1 | -4/+16 | |
| | | | | | | | | | | | | add tests and aliases for all comparison operators adjust docs to prefer short names for compare tests closes #664 | |||||
* | | fix docs warnings | David Lord | 2017-07-06 | 2 | -8/+10 | |
| | | ||||||
* | | Add support for `{% trans trimmed ... %}` | Adrian Moennich | 2017-07-03 | 3 | -0/+32 | |
| | | | | | | | | | | | | | | Same behavior as in Django: All linebreaks and the whitespace surrounding linebreaks are replaced with a single space. closes #504 | |||||
* | | Add docs for namespace functionality | Adrian Moennich | 2017-06-24 | 2 | -0/+43 | |
| | | ||||||
* | | Add changed() to loop context | Adrian Moennich | 2017-06-24 | 1 | -0/+13 | |
| | | ||||||
* | | Add previtem/nextitem to loop context | Adrian Moennich | 2017-06-24 | 1 | -0/+20 | |
| | | | | | | | | related: #641 | |||||
* | | In documentation, prefer https over http when available | Jon Dufresne | 2017-04-09 | 5 | -11/+11 | |
| | | ||||||
* | | Merge branch 'master' of github.com:pallets/jinja | Armin Ronacher | 2017-04-03 | 1 | -2/+2 | |
|\ \ | |/ |/| | ||||||
| * | Use proper `versionadded` annotation in docs | Adrian Moennich | 2017-02-26 | 1 | -2/+2 | |
| | | ||||||
* | | Fix typo (#687) | Daniel van Flymen | 2017-03-01 | 1 | -1/+1 | |
|/ | ||||||
* | Added a note for #657 | Armin Ronacher | 2017-01-12 | 1 | -0/+18 | |
| | ||||||
* | Added a note on loop scoping | Armin Ronacher | 2017-01-12 | 1 | -0/+31 | |
| | ||||||
* | Allow to reconfigure the default for truncate leeway | Armin Ronacher | 2017-01-10 | 1 | -0/+6 | |
| | | | | Refs #610 | |||||
* | Updated docs on autoescaping and made select_autoescape case insensitive | Armin Ronacher | 2017-01-07 | 1 | -16/+33 | |
| | ||||||
* | Move the autoescape extension and with statement to be built-in | Armin Ronacher | 2017-01-07 | 3 | -24/+28 | |
| | ||||||
* | Add a policy for the ascii literal behavior. Fixes #392 | Armin Ronacher | 2017-01-07 | 1 | -0/+10 | |
| | ||||||
* | Ported tojson filter. Fixes #458 | Armin Ronacher | 2017-01-06 | 1 | -0/+12 | |
| | ||||||
* | Fix and/or logic in docs (#521) | Zach Malone | 2017-01-06 | 1 | -1/+1 | |
| | ||||||
* | Added docs for policies | Armin Ronacher | 2016-12-31 | 1 | -0/+29 | |
| | ||||||
* | Started doc work for async | Armin Ronacher | 2016-12-28 | 1 | -0/+40 | |
| | ||||||
* | Remove `sudo` command from documentation (fixes #543). | Raphael Boidol | 2016-05-01 | 1 | -4/+1 | |
| | | | | Installations should be in a virtualenv. | |||||
* | Fix the typo | Dmitriy Trifonov | 2016-04-19 | 1 | -2/+2 | |
| | ||||||
* | Update GAE example code | Attila-Mihaly Balazs | 2016-04-14 | 1 | -2/+2 | |
| | | | Update the Google App Engine example code to be compatible with the latest google app engine devserver. | |||||
* | Fixed typo/grammar error (#532) | Kojo Idrissa | 2016-04-10 | 1 | -1/+1 | |
| | ||||||
* | Fix typo (#531) | Guillaume Paumier | 2016-04-10 | 1 | -1/+1 | |
| | ||||||
* | link fix (#527) | Abdullah | 2016-04-10 | 1 | -2/+2 | |
| | ||||||
* | Change links for Babel to new docs location. (#562) | Tim Swast | 2016-04-10 | 2 | -3/+3 | |
| | ||||||
* | change from @mitsuhiko to pallets project | José Carlos García | 2016-04-03 | 3 | -4/+4 | |
| | ||||||
* | docs: Integration link fix | Abdullah | 2016-01-04 | 1 | -2/+3 | |
| | ||||||
* | Removed outdated condition section on Django | Daniel Greenfeld | 2015-08-06 | 1 | -31/+0 | |
| | ||||||
* | Update FAQ about unsupported Python versions | Markus Unterwaditzer | 2015-06-01 | 1 | -2/+8 | |
| | | | | | Thanks to @ThomasWaldmann for the original patch. His fork is gone so I can't apply the original commits. | |||||
* | Merge pull request #450 from jenisys/fixdoc.extension_example | Markus Unterwaditzer | 2015-06-01 | 1 | -1/+1 | |
|\ | | | | | FIX DOC-EXAMPLE: cache_extension.py | |||||
| * | FIX EXAMPLE: | jenisys | 2015-05-09 | 1 | -1/+1 | |
| | | | | | | | | | | No longer working with current code base since the TokenStream.next() method was removed. | |||||
* | | Fix typo | Éric Araujo | 2015-06-01 | 1 | -1/+1 | |
|/ | ||||||
* | Let the Environment override the Context | ThiefMaster | 2015-04-06 | 1 | -0/+7 | |
| | | | | closes #404 | |||||
* | Let the Environment override the CodeGenerator | ThiefMaster | 2015-04-06 | 1 | -0/+6 | |
| | | | | see #404 | |||||
* | Fix a few small typos in the docs | Alex Chan | 2015-04-05 | 3 | -4/+4 | |
| | ||||||
* | Merge pull request #254 from yoloseem/master | Markus Unterwaditzer | 2015-03-11 | 1 | -6/+0 | |
|\ | | | | | Duplication of index and search links on main page of documentation. | |||||
| * | Remove index and search function from contents.rst.inc | Hyunjun Kim | 2013-07-16 | 1 | -6/+0 | |
| | | ||||||
* | | Merge pull request #343 from joernhees/patch-1 | Markus Unterwaditzer | 2015-03-11 | 1 | -1/+1 | |
|\ \ | | | | | | | Custom Filters example inserts escaped <br>s |