summaryrefslogtreecommitdiff
path: root/docs/extensions.rst
Commit message (Expand)AuthorAgeFilesLines
* replace http with https in docsnabbisen2021-08-281-1/+1
* add pgettext and npgettextSardorbek Imomaliev2021-04-051-10/+28
* update docs on adding extensions (#1237)sixtyfathoms2021-01-301-2/+5
* remove Python 2 from docsDavid Lord2020-02-051-6/+4
* Revert "rename imports to jinja"David Lord2020-01-261-26/+26
* rename imports to jinjaDavid Lord2020-01-101-26/+26
* remove old scripts and examplesDavid Lord2020-01-101-6/+34
* use "Jinja" instead of "Jinja2"David Lord2019-10-231-8/+8
* clean up i18n documentationDavid Lord2019-10-191-75/+89
* document debug extensionDavid Lord2019-10-041-30/+42
* Merge branch '2.9.x' into docsDavid Lord2019-07-261-5/+5
|\
| * fix linkcheck issuesdocsDavid Lord2019-07-261-4/+4
| * modernize docs config, use pallets-sphinx-themesDavid Lord2019-07-261-4/+4
* | fix docs warningsDavid Lord2017-07-061-3/+3
* | Add support for `{% trans trimmed ... %}`Adrian Moennich2017-07-031-0/+9
* | In documentation, prefer https over http when availableJon Dufresne2017-04-091-1/+1
|/
* Move the autoescape extension and with statement to be built-inArmin Ronacher2017-01-071-10/+5
* Change links for Babel to new docs location. (#562)Tim Swast2016-04-101-1/+1
* trim obsolete sentence re: i18n extensionChad Whitacre2015-02-051-4/+3
* Merge pull request #230 from p1otr/masterArmin Ronacher2014-06-101-1/+1
|\
| * fix a bunch of typos in the documentationJakub Wilk2013-05-251-1/+1
* | Spelling, grammar, and punctuation fixes to extensions docs.Lucian Ursu2013-11-291-12/+12
|/
* Merge pull request #81 from obeattie/docs-fixRon DuPlain2012-03-091-1/+1
|\
| * Small typo fix to extension docsOliver Beattie2011-12-151-1/+1
* | Fixed a bug in the i18n extraction option handling and added a silent option.Armin Ronacher2011-12-151-1/+1
|/
* Meh. Fixed a typoArmin Ronacher2010-08-161-1/+1
* it's now possible to register extensions after an environmentArmin Ronacher2010-05-291-2/+67
* Documented autoescaping behavior and eval contexts.Armin Ronacher2010-03-151-0/+14
* added with-statement extension.Armin Ronacher2010-02-071-0/+14
* Added example extension that uses the stream filtering and added unittests.Armin Ronacher2008-06-141-0/+5
* added support for token stream filtering and preprocessing.Armin Ronacher2008-06-131-1/+1
* more unittests and updated documentation for extensions. Fixed bug in optimi...Armin Ronacher2008-05-231-5/+16
* added loopcontrols extension and added unittests for itArmin Ronacher2008-05-231-0/+11
* some small documentation fixesArmin Ronacher2008-05-181-1/+1
* removed attribute local aliasing again because that implementation was brokenArmin Ronacher2008-05-161-1/+5
* improved exception system. now both name (load name) and filename are passed.Armin Ronacher2008-05-161-1/+1
* void -> doArmin Ronacher2008-05-151-0/+12
* added parsing code for "for item in seq recursive" and improved parser interf...Armin Ronacher2008-05-111-2/+2
* fixed a bug in extension handlingArmin Ronacher2008-05-111-1/+1
* added support for dotted names in tests and filtersArmin Ronacher2008-05-101-0/+7
* added a function to parse assign targes and documented it for the extension i...Armin Ronacher2008-05-101-3/+3
* more updates on the extension APIArmin Ronacher2008-05-081-52/+52
* First extension interface documentation and updates in that interfaceArmin Ronacher2008-05-081-9/+125
* some documentation updatesArmin Ronacher2008-05-071-0/+88