summaryrefslogtreecommitdiff
path: root/django/template
AgeCommit message (Expand)Author
2010-09-09[1.2.X] Patch CSRF-protection system to deal with reported security issue. An...James Bennett
2010-09-07[1.2.X] Fixed #13414 - QuerySet API ref wrong sql equivalent in __year lookup...Luke Plant
2010-08-07[1.2.X] Fixed #11021 -- Clarified newline stripping behavior in the truncatew...Russell Keith-Magee
2010-08-03[1.2.X] Fixed #11377: the template join filter now correctly escapes the join...Jacob Kaplan-Moss
2010-05-21Refs #13573 -- Modified the key technique added in r13295 to be more robust a...Russell Keith-Magee
2010-05-21Fixed #13573 -- Corrected problem with template caching when template directo...Russell Keith-Magee
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-04-19Fixed #13373 -- Ensured that {% if %} statements will short circuit template ...Russell Keith-Magee
2010-04-15Fixed #13334: Restored ability to load template tags from eggs. Again thanks ...Karen Tracey
2010-04-12Refs #13167 -- Corrected a regression in the way non-existent variables are h...Russell Keith-Magee
2010-04-11Fixed #13311 -- Modified the tag library import process so it doesn't mask im...Russell Keith-Magee
2010-04-10Fixed #13275 -- Modified the parsing logic of the {% url %} tag to avoid cata...Russell Keith-Magee
2010-03-30Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...Russell Keith-Magee
2010-03-22Fixed #12554 again: Corrected regression in silencing attribute lookups intro...Karen Tracey
2010-03-20Fixed #12554: Silence exceptions that have specified silent_variable_failure=...Karen Tracey
2010-03-18Fixed #13123 -- Cleaned up template loader for PyPy compatibility. Thanks to ...Russell Keith-Magee
2010-03-16Fixed #12787: Correctly identify the template that does not exist when a temp...Karen Tracey
2010-03-15Fixed #13114 -- Modified escapejs to produce output that is JSON compliant. T...Russell Keith-Magee
2010-03-08Fixed #13058 - "smart if" template tag doesn't support "if not in ..." condit...Luke Plant
2010-03-08Fixed #11461: Ensured complete traceback is available on the debug page when ...Karen Tracey
2010-03-02Fixed #6510 -- Refactored the way child nodes are found in template nodes to ...Russell Keith-Magee
2010-03-01Fixed #12992: Adjusted the new template loader code so that the templateKaren Tracey
2010-02-27Removed more stray tabs in Python files.Karen Tracey
2010-02-27Fixed #12981 -- Removed some stray tabs. Thanks to loewis for the report.Russell Keith-Magee
2010-02-23Fixed #12070. Fixed a case where var._whatever wasn't raising a TemplateSynta...Joseph Kocherhans
2010-02-23Fixed #12072 -- Certain characters no longer break url tag. Thanks, Alexande...Justin Bronn
2010-02-22Fixed #11687: the `add` filter is now less failsome when faced with things th...Jacob Kaplan-Moss
2010-02-21Fixed #5972 - Allow the template filters to be used with the trans tag. Thank...Jannis Leidel
2010-02-21Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when parsing fi...Jannis Leidel
2010-02-21Fixed #7876 - Improved template error message to include expected end tag. Th...Jannis Leidel
2010-02-13Fixed #11944 -- Improved exception handling for the filesizeformat filter. Th...Russell Keith-Magee
2010-01-26Fixed #6587 -- Removed nasty __path__ hacking in templatetag loading. Thanks ...Russell Keith-Magee
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2010-01-01Fixed #12472 - Correctly show TimeFields values when using locale-aware forma...Jannis Leidel
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel
2009-12-20Fixed a broken ImproperlyConfigured error messageSimon Willison
2009-12-14Fixed #6262 -- Added a cached template loader, and modified existing template...Russell Keith-Magee
2009-12-12Fixed #11972: Corrected title filter handling of numbers followed by letters....Karen Tracey
2009-12-09Implemented 'smart if' template tag, allowing filters and various operators t...Luke Plant
2009-10-27Fixed #12095 - login and other contrib views failing if template rendered usi...Luke Plant
2009-10-27Moved contrib.csrf.* to core code.Luke Plant
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
2009-10-12Fixed #11993: fixed the the `floatformat` filter on `NaN` values in Python 2....Jacob Kaplan-Moss
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee
2009-07-03Fixed #11413 -- Added notes on the cycle and firstof tag detailing that varia...Russell Keith-Magee
2009-05-17Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey
2009-05-07Fixed #11026, a small typo in the regroup template tag docstring. Thanks,Jacob Kaplan-Moss
2009-04-12Fixed #10675 -- Added unicode paragraph and line-sep handling to escapejs.Malcolm Tredinnick
2009-04-11Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags.Malcolm Tredinnick
2009-04-10Fixed #9315 -- Handle spaces in URL tag arguments.Malcolm Tredinnick