aboutsummaryrefslogtreecommitdiff
path: root/docs/extensions.rst
AgeCommit message (Expand)Author
2020-01-26Revert "rename imports to jinja"David Lord
2020-01-10rename imports to jinjaDavid Lord
2020-01-10remove old scripts and examplesDavid Lord
2019-10-23use "Jinja" instead of "Jinja2"David Lord
2019-10-19clean up i18n documentationDavid Lord
2019-10-04document debug extensionDavid Lord
2019-07-26Merge branch '2.9.x' into docsDavid Lord
2019-07-26fix linkcheck issuesDavid Lord
2019-07-26modernize docs config, use pallets-sphinx-themesDavid Lord
2017-07-06fix docs warningsDavid Lord
2017-07-03Add support for `{% trans trimmed ... %}`Adrian Moennich
2017-04-09In documentation, prefer https over http when availableJon Dufresne
2017-01-07Move the autoescape extension and with statement to be built-inArmin Ronacher
2016-04-10Change links for Babel to new docs location. (#562)Tim Swast
2015-02-05trim obsolete sentence re: i18n extensionChad Whitacre
2014-06-10Merge pull request #230 from p1otr/masterArmin Ronacher
2013-11-29Spelling, grammar, and punctuation fixes to extensions docs.Lucian Ursu
2013-05-25fix a bunch of typos in the documentationJakub Wilk
2012-03-09Merge pull request #81 from obeattie/docs-fixRon DuPlain
2011-12-15Fixed a bug in the i18n extraction option handling and added a silent option.Armin Ronacher
2011-12-15Small typo fix to extension docsOliver Beattie
2010-08-16Meh. Fixed a typoArmin Ronacher
2010-05-29it's now possible to register extensions after an environmentArmin Ronacher
2010-03-15Documented autoescaping behavior and eval contexts.Armin Ronacher
2010-02-07added with-statement extension.Armin Ronacher
2008-06-14Added example extension that uses the stream filtering and added unittests.Armin Ronacher
2008-06-13added support for token stream filtering and preprocessing.Armin Ronacher
2008-05-23more unittests and updated documentation for extensions. Fixed bug in optimi...Armin Ronacher
2008-05-23added loopcontrols extension and added unittests for itArmin Ronacher
2008-05-18some small documentation fixesArmin Ronacher
2008-05-16removed attribute local aliasing again because that implementation was brokenArmin Ronacher
2008-05-16improved exception system. now both name (load name) and filename are passed.Armin Ronacher
2008-05-15void -> doArmin Ronacher
2008-05-11added parsing code for "for item in seq recursive" and improved parser interf...Armin Ronacher
2008-05-11fixed a bug in extension handlingArmin Ronacher
2008-05-10added support for dotted names in tests and filtersArmin Ronacher
2008-05-10added a function to parse assign targes and documented it for the extension i...Armin Ronacher
2008-05-08more updates on the extension APIArmin Ronacher
2008-05-08First extension interface documentation and updates in that interfaceArmin Ronacher
2008-05-07some documentation updatesArmin Ronacher