summaryrefslogtreecommitdiff
path: root/tests/regressiontests/templates/tests.py
AgeCommit message (Expand)Author
2007-03-23gis: Merged revisions 4669-4785 via svnmerge from trunk.Jeremy Dunck
2007-03-06gis: Merged revisions 4564-4668 via svnmerge fromJeremy Dunck
2007-02-13Fixed #2606 -- Added tag for working out the URL of a particular view function.Malcolm Tredinnick
2007-02-13Changed one of the named endblock tests to test that nesting in the wrong orderMalcolm Tredinnick
2007-02-12Fixed #3351 -- Added optional naming of the block in "endblock" tags to ensureMalcolm Tredinnick
2006-12-05Template system now supports variables whose str() returns a Unicode object w...Adrian Holovaty
2006-11-07Fixed #2800: the ifchanged tag now can optionally take paramaters to be check...Jacob Kaplan-Moss
2006-10-27Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% templatet...Adrian Holovaty
2006-10-24Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the ...Adrian Holovaty
2006-09-26Fixed #2208 -- Allow empty arguments to be passed to filters. Thanks, mattmcc.Malcolm Tredinnick
2006-09-23Fixed #2454 -- Make "ifchanged" tag work more predictably inside nestedMalcolm Tredinnick
2006-09-21Fixed #2743 -- Made the value of a cycle tag accessible through the context.Malcolm Tredinnick
2006-09-04Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, especially w...Russell Keith-Magee
2006-08-27Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee