summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Document the {%+ manual disable lstrip_blocks featureKristi Tsukida2012-07-121-1/+9
| | | | | |
| * | | | | document `lstrip_blocks`Kristi Tsukida2012-07-101-2/+30
| |/ / / /
* | | | | Merge branch 'master' of github.com:mitsuhiko/jinja2Armin Ronacher2013-05-192-1/+5
|\ \ \ \ \
| * \ \ \ \ Merge pull request #159 from myle/patch-1Armin Ronacher2013-05-191-0/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | Update docs/templates.rst
| | * | | | | Update docs/templates.rstDimitris Leventeas2012-11-011-0/+4
| | |/ / / / | | | | | | | | | | | | Loop (recursive) --> Another loop -> loop(...)
| * | | | | Merge pull request #141 from dgilman/patch-1Armin Ronacher2013-05-191-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix FAQ typo
| | * | | | | Fix FAQ typoDavid Gilman2012-07-211-1/+1
| | |/ / / /
* | | | | | Merge remote-tracking branch 'wking/keep-trailing-newline'Armin Ronacher2013-05-191-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add `keep_trailing_newline` to configure final endline strippingW. Trevor King2013-01-111-1/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option defaults to False for compatibility with the existing behaviour. I've added the option because I expect I won't remember to keep an extra trailing newline in my templates, and some non-HTML templates *need* that last newline. See also: https://groups.google.com/d/msg/pocoo-libs/6DylMqq1voI/GXTbZJ1Tr-sJ
* | | | | Merge branch 'master' into sprint-branchArmin Ronacher2013-05-182-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge pull request #163 from kuyan/patch-1Armin Ronacher2013-05-181-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Fixed typo
| | * | | | | Fixed typoNatan L2012-11-221-1/+1
| | |/ / / / | | | | | | | | | | | | 'ore' > 'or'
| * | | | | Merge pull request #188 from lemonad/masterArmin Ronacher2013-05-181-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Fixed typos: overriden to overridden
| | * | | | | Fixed typos: overriden to overriddenJonas Nockert2013-02-231-1/+1
| | |/ / / /
* | | | | | Merge branch 'master' into sprint-branchArmin Ronacher2013-05-181-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed improperly closed tag in menu example in tricks.rstEugene Kalinin2013-05-141-1/+1
| | | | | |
* | | | | | Trash debugsupport.Cory Benfield2013-05-181-24/+0
| | | | | |
* | | | | | update docs / changelog about python requirement, add myself to AUTHORSThomas Waldmann2013-05-181-6/+8
|/ / / / / | | | | | | | | | | | | | | | | | | | | also added 2 FIXMEs to intro.rst about the debugsupport for python 2.4 that needs to get removed
* | | | | Merge pull request #177 from sakti/patch-1Armin Ronacher2013-04-121-1/+1
|\ \ \ \ \ | | | | | | | | | | | | fix typo swtich -> switch
| * | | | | fix typo swtich -> switchSakti Dwi Cahyono2013-02-151-1/+1
| |/ / / /
* | | | | Merge pull request #171 from mgorny/masterArmin Ronacher2013-04-121-7/+9
|\ \ \ \ \ | | | | | | | | | | | | Fix jinjaext compatibility with Python 3
| * | | | | Fix jinjaext compatibility with Python 3.Michał Górny2013-01-131-7/+9
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Arfrever. Fixes: https://github.com/mitsuhiko/jinja2/issues/115
* | | | | correct typoJet Sun2013-02-201-1/+1
|/ / / /
* | | | Improve whitespace docs to reflect reality.Paul McMillan2012-07-041-4/+5
| |_|/ |/| | | | | | | | | | | See also: https://groups.google.com/d/msg/pocoo-libs/6DylMqq1voI/GXTbZJ1Tr-sJ
* | | Fix typos.Christoph Zwerschke2012-03-131-2/+2
| | |
* | | Distinguish ext folder from ext namespace.Ron DuPlain2012-03-131-7/+10
| |/ |/|
* | Merge pull request #81 from obeattie/docs-fixRon DuPlain2012-03-091-1/+1
|\ \ | |/ |/| Small typo fix to extension docs
| * Small typo fix to extension docsOliver Beattie2011-12-151-1/+1
| |
* | Merge branch 'master' of github.com:mitsuhiko/jinja2Armin Ronacher2011-12-152-2/+2
|\ \ | |/
| * Minor type: s/of/or/jmoore2011-12-142-2/+2
| |
* | Fixed a bug in the i18n extraction option handling and added a silent option.Armin Ronacher2011-12-152-1/+10
|/
* Added a dict iteration example. This fixes #64Armin Ronacher2011-10-061-2/+16
|
* Added add_extension method to the public APIArmin Ronacher2011-09-261-1/+1
|
* Added GAE debugging snippetArmin Ronacher2011-09-251-0/+12
|
* added commaKevin Schuetz2011-07-261-1/+1
|
* recieves->receivesKevin Schuetz2011-07-261-1/+1
|
* calld->calledKevin Schuetz2011-07-261-1/+1
|
* eached->reachedKevin Schuetz2011-07-261-1/+1
|
* Fix a typoWieland Hoffmann2011-07-071-1/+1
|
* fixed typo in documentation: "environmentfilter" -> "evalcontextfilter"Jeffrey Finkelstein2011-07-011-1/+1
|
* fix typoAndy McKay2011-06-301-3/+3
|
* Fixed example of a division with a truncated integer result (it's // instead ↵Fabian Topfstedt2011-05-221-1/+1
| | | | of /)
* Kampala is the capital of Uganda! Jinja's significant, but not the capital...Joe Wass2011-05-191-1/+1
|
* ClarityAlan Hogan2011-04-281-2/+3
|
* Use actual release infoArmin Ronacher2011-02-061-3/+12
|
* Yay. PDF docs for Jinja2Armin Ronacher2011-02-066-34/+171
|
* Another referenceArmin Ronacher2011-01-291-1/+1
|
* Added missing references to docsArmin Ronacher2011-01-291-1/+4
|
* Slightly modified headline styleArmin Ronacher2011-01-241-5/+7
|
* New documentation style go match Flask and Werkzeug betterArmin Ronacher2011-01-2428-586/+524
|