Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25441 -- Added support for negative filesize to fi...Sambhav Satija2015-10-271-0/+4
* Fixed #25610 -- Reverted removal of request.current_app i...Marten Kenbeek2015-10-261-0/+20
* Fixed #25423 -- Made error message for unknown template t...Pindi Albert2015-10-051-5/+12
* Refs #23913 -- Removed support for a single equals sign i...Tim Graham2015-09-241-44/+6
* Made template response APIs enforce the use of dict and b...Tim Graham2015-09-241-13/+2
* Removed support for passing a context to a generic Templa...Tim Graham2015-09-241-6/+0
* Removed dictionary and context_instance parameters for re...Tim Graham2015-09-241-35/+3
* Removed dirs parameter in template engine methods and rel...Tim Graham2015-09-241-25/+0
* Removed current_app argument to render() and TemplateResp...Tim Graham2015-09-244-32/+7
* Refs #13408 -- Made unpacking mismatch an exception in {%...Tim Graham2015-09-241-34/+18
* Refs #23269 -- Removed the removetags template tag and re...Tim Graham2015-09-241-49/+0
* Refs #22384 -- Removed the ability to reverse URLs by dot...Tim Graham2015-09-242-54/+23
* Refs #23261 -- Removed old style list syntax for unordere...Tim Graham2015-09-241-56/+1
* Refs #24451 -- Removed comma-separated {% cycle %} syntax...Tim Graham2015-09-241-33/+1
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-242-115/+0
* Refs #22306 -- Removed cycle/firstof template tags from "...Tim Graham2015-09-242-20/+8
* Fixed #25373 -- Added warning logging for exceptions duri...Nick Johnson2015-09-221-3/+48
* Refs #18773 -- Improved template variable exception loggi...Nick Johnson2015-09-221-6/+15
* Refs #25422 -- Added a test for a template tag with type ...Thomas Orozco2015-09-182-0/+15
* Fixed #25404 -- Added line numbers to TemplateSyntaxError...Dave Smith2015-09-153-6/+15
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-1216-39/+123
* Fixed #24765 -- Allowed template context updates to flatt...Buddy Lindsey, Jr2015-09-111-0/+54
* Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck2015-08-122-0/+19
* Refs #25236 -- Removed ifequal/ifnotequal usage.Tim Graham2015-08-082-5/+5
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-12/+12
* Fixed #24127 -- Changed the default current_app to the cu...Marten Kenbeek2015-07-272-5/+40
* Corrected HTML-escaping behaviour of url template tag.Luke Plant2015-07-211-1/+10
* Fixed #25120 -- Deprecated egg template loader.Tim Graham2015-07-161-0/+1
* Fixed #21695 -- Added asvar option to blocktrans.Matthew Somerville2015-07-011-0/+35
* Used %r in the TextNode repr to show newlines better.Ned Batchelder2015-06-301-1/+17
* Fixed #25018 -- Changed simple_tag to apply conditional_e...Luke Plant2015-06-292-0/+41
* Fixed #25031 -- Fixed a regression in the unordered_list ...Noam2015-06-271-0/+7
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-2413-73/+73
* Fixed #23516 -- Added caching of include tag Template obj...Matthew Somerville2015-06-061-0/+14
* Fixed #24230 -- Added translated language name for i18n t...Tomáš Ehrlich2015-06-021-10/+27
* Fixed #24847 -- Prevented items set on a RequestContext f...Paweł Marczewski2015-05-271-3/+10
* Fixed #17085, #24783 -- Refactored template library regis...Preston Timmons2015-05-2123-78/+239
* Refs #24652 -- Converted a template test to avoid executi...Simon Charette2015-05-201-2/+2
* Fixed template_tests failure on Windows.Tim Graham2015-04-281-2/+4
* Fixed #15053 -- Enabled recursive template loading.Preston Timmons2015-04-2213-36/+344
* Updated template tests to create their own engine.Preston Timmons2015-04-2011-172/+154
* Fixed #24603 -- Allowed Context.update() to be used as a ...Tommy Beadle2015-04-141-0/+13
* Fixed #12199 -- Added the ability to use "as" with the fi...Craig Oldford2015-04-141-0/+7
* Fixed #23441, #24555 -- Improved the behavior of Inclusio...Preston Timmons2015-04-015-1/+37
* Fixed #18773 -- Added logging for template variable resol...Caroline Simpson2015-03-281-0/+71
* Cleaned up the template debug implementation.Preston Timmons2015-03-206-49/+51
* Fixed #24493 -- Added BaseContext.setdefault()Preston Timmons2015-03-161-0/+11
* Fixed #24471 -- Enhanced urlize regex to exclude quotes a...Tim Graham2015-03-111-0/+20
* Fixed escaping regression in urlize filter.Tim Graham2015-03-102-10/+10
* Fixed #24464 -- Made built-in HTML template filter functi...Erik Romijn2015-03-097-9/+128