index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
templates
Age
Commit message (
Expand
)
Author
2010-08-09
[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflicts
archive/soc2010/query-refactor
Alex Gaynor
2010-05-21
Fixed #13573 -- Corrected problem with template caching when template directo...
Russell Keith-Magee
2010-04-19
Fixed #13373 -- Ensured that {% if %} statements will short circuit template ...
Russell Keith-Magee
2010-04-15
Add file mistakenly left out of r12986. Refs #13334.
Karen Tracey
2010-04-15
Fixed #13334: Restored ability to load template tags from eggs. Again thanks ...
Karen Tracey
2010-04-12
Refs #13167 -- Corrected a regression in the way non-existent variables are h...
Russell Keith-Magee
2010-04-10
Fixed #13275 -- Modified the parsing logic of the {% url %} tag to avoid cata...
Russell Keith-Magee
2010-03-30
Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...
Russell Keith-Magee
2010-03-22
Fixed #12554 again: Corrected regression in silencing attribute lookups intro...
Karen Tracey
2010-03-20
Fixed #12554: Silence exceptions that have specified silent_variable_failure=...
Karen Tracey
2010-03-16
Fixed #12787: Correctly identify the template that does not exist when a temp...
Karen Tracey
2010-03-15
Fixed #13114 -- Modified escapejs to produce output that is JSON compliant. T...
Russell Keith-Magee
2010-03-08
Fixed #13058 - "smart if" template tag doesn't support "if not in ..." condit...
Luke Plant
2010-03-08
Fixed #11461: Ensured complete traceback is available on the debug page when ...
Karen Tracey
2010-03-02
Fixed #6510 -- Refactored the way child nodes are found in template nodes to ...
Russell Keith-Magee
2010-03-01
Fixed #12992: Adjusted the new template loader code so that the template
Karen Tracey
2010-02-23
Fixed #12070. Fixed a case where var._whatever wasn't raising a TemplateSynta...
Joseph Kocherhans
2010-02-23
Fixed #12072 -- Certain characters no longer break url tag. Thanks, Alexande...
Justin Bronn
2010-02-22
Clarified a comment from [11687].
Jacob Kaplan-Moss
2010-02-22
Fixed #11687: the `add` filter is now less failsome when faced with things th...
Jacob Kaplan-Moss
2010-02-21
Fixed #5972 - Allow the template filters to be used with the trans tag. Thank...
Jannis Leidel
2010-02-21
Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when parsing fi...
Jannis Leidel
2010-02-21
Fixed #7876 - Improved template error message to include expected end tag. Th...
Jannis Leidel
2010-02-13
Fixed #12613 -- Added Q and Z to the list of characters supported by the phon...
Russell Keith-Magee
2010-01-26
Fixed #6587 -- Removed nasty __path__ hacking in templatetag loading. Thanks ...
Russell Keith-Magee
2009-12-14
Fixed #6262 -- Added a cached template loader, and modified existing template...
Russell Keith-Magee
2009-12-12
Fixed #11972: Corrected title filter handling of numbers followed by letters....
Karen Tracey
2009-12-09
Implemented 'smart if' template tag, allowing filters and various operators t...
Luke Plant
2009-09-10
Fixed #11833: name conflict in filter test.
Luke Plant
2009-06-18
Fixed #11270 -- Modified cache template tag to prevent the creation of very l...
Russell Keith-Magee
2009-06-18
Fixed #11270 -- Corrected naming conflict in templatetag test. Thanks to stev...
Russell Keith-Magee
2009-05-17
Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...
Karen Tracey
2009-04-11
Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags.
Malcolm Tredinnick
2009-04-10
Fixed #9315 -- Handle spaces in URL tag arguments.
Malcolm Tredinnick
2009-04-07
Fixed #9756: the for tag no longer leaves the context stack unbalanced when d...
Jacob Kaplan-Moss
2009-04-04
Fixed the test added for #9005 to use the e.args[0] instead of e.message. Exc...
Karen Tracey
2009-04-02
Fixed #9520: make the date filter fail silently for non-date values. Thanks, ...
Jacob Kaplan-Moss
2009-04-02
Fixed the test in [10351] to work reguardless of the test settings.
Jacob Kaplan-Moss
2009-04-01
Fixed #10043 -- widthratio tag now accepts a variable for the max_width argum...
Brian Rosner
2009-04-01
Fixed #9005: don't wig out when reversing a URL if SETTINGS_MODULE isn't set....
Jacob Kaplan-Moss
2009-03-31
Fixed #10667 -- Added missing sys import.
Gary Wilson Jr
2009-03-30
Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags to work wh...
Gary Wilson Jr
2009-03-30
Fixed #10094 -- Fixed the `include` and `extends` template tags to work with ...
Gary Wilson Jr
2009-03-30
Fixed #8462 -- Made `length` and `length_is` template filters fail silently w...
Gary Wilson Jr
2009-03-30
Made the template tests error output a bit more pretty.
Gary Wilson Jr
2009-03-29
Removed an inadvertent raise statement added in [8777] and added the printing...
Gary Wilson Jr
2009-03-25
Template filters now pass numerical arguments through as numbers.
Malcolm Tredinnick
2009-03-23
Fixed #5756, #6296 -- Most template tags can now handle filters in arguments.
Malcolm Tredinnick
2009-03-23
Added consistent support for double- and single-quote delimiters in templates.
Malcolm Tredinnick
2009-03-23
Removed an invalid template test (translating an empty string is a bad idea).
Malcolm Tredinnick
[next]