summaryrefslogtreecommitdiff
path: root/tests/regressiontests/templates/tests.py
AgeCommit message (Expand)Author
2009-06-18[1.0.X] Fixed #11270 -- Modified cache template tag to prevent the creation o...Russell Keith-Magee
2009-06-18[1.0.X] Fixed #11270 -- Corrected naming conflict in templatetag test. Thanks...Russell Keith-Magee
2009-04-11[1.0.X] Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags.Malcolm Tredinnick
2009-04-10[1.0.X] Fixed #9315 -- Handle spaces in URL tag arguments.Malcolm Tredinnick
2009-04-04[1.0.X] Fixed the test added for #9005 to use the e.args[0] instead of e.mess...Karen Tracey
2009-04-02[1.0.X] Fixed the test in [10351] to work reguardless of the test settings. B...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #9005: don't wig out when reversing a URL if SETTINGS_MODULE is...Jacob Kaplan-Moss
2009-03-31[1.0.X]: Fixed #10667 -- Added missing sys import.Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #10094 -- Fixed the `include` and `extends` template tags to w...Gary Wilson Jr
2009-03-30[1.0.X]: Made the template tests error output a bit more pretty.Gary Wilson Jr
2009-03-29[1.0.X]: Removed an inadvertent raise statement added in [8777] and added the...Gary Wilson Jr
2009-03-01[1.0.X] Fixed a misnamed test that was inadvertently hiding an earlier one.Malcolm Tredinnick
2008-10-06[1.0.X] Added some better error reporting and path handling when creating tem...Malcolm Tredinnick
2008-08-31Fixed #8726 -- When doing reverse URL resolving, make sure we're consistentlyMalcolm Tredinnick
2008-08-31Fixed #7027: template tags now corectly break tokens around strings marked fo...Jacob Kaplan-Moss
2008-08-31Added a couple of extra tests to ensure url tag robustness. These are anMalcolm Tredinnick
2008-08-31A rewrite of the reverse URL parsing: the reverse() call and the "url" templa...Malcolm Tredinnick
2008-08-30Fixed #8710: removed a few stray tabs. Thanks, gkelly.Jacob Kaplan-Moss
2008-08-29Merge branch 'url-tag-asvar'Jacob Kaplan-Moss
2008-08-25Fixed #7460 -- Made the "cache" template tag always generate keys that can beMalcolm Tredinnick
2008-08-15Fixed #5270 -- Allow template tags and filters to accept an emtpy string, pat...Gary Wilson Jr
2008-08-05Fixed #8031 - url tag no longer silences NoReverseMatch exceptions since this...Luke Plant
2008-07-26Fixed #4534 -- Added an "else" option to the "ifchanged" template tag.Malcolm Tredinnick
2008-06-26Fixed #6201 -- Improved the {% cache %} template tag to allow the timeout to ...Adrian Holovaty
2008-06-26Fixed infuriating lack of apostrophe in a commentAdrian Holovaty
2008-06-26Fixed #6322 -- Fixed bug in 'ifchanged' template tag where it wasn't resettin...Adrian Holovaty
2008-06-26Improved our tests so that they don't raise an error if setuptools isn't inst...Adrian Holovaty
2008-06-18Fixed #7318 -- Cleaned up the template inheritance logic, specifically to han...Russell Keith-Magee
2008-05-29Fixed #6430 -- Corrected the loading of templates from eggs, which was broken...Russell Keith-Magee
2008-02-03Fixed #6326 -- Made the test for translations of filter arguments test someth...Malcolm Tredinnick
2008-01-05Reverted 'regroup' template tag changes from [6956], as they caused bug #6271...Adrian Holovaty
2008-01-02Fixed #6295 -- Made the {% for %} tag a bit more efficient by creating a sing...Adrian Holovaty
2007-12-19Removed some reverse string craziness from the regroup template tag argument ...Gary Wilson Jr
2007-12-02Fixed #4563 -- Context.pop/push/update return the top-level dictionary (the newMalcolm Tredinnick
2007-11-29Added tests and a small optimisation for [6721]. Thanks SmileyChris. Fixed #6049Malcolm Tredinnick
2007-11-28Fixed #5890 -- fixed the far edge-case of allowing constant strings insideMalcolm Tredinnick
2007-11-18Fixed #5969 -- Corrected a problem introduced in [6682].Malcolm Tredinnick
2007-11-17Fixed a few problems with variable resolving inside of blocktrans tags. A cou...Malcolm Tredinnick
2007-11-17Fixed #5945 -- Treat string literals in template filter arguments as safeMalcolm Tredinnick
2007-11-17Fixed #4713 -- Fixed handling of _() in template tag arguments. Based onMalcolm Tredinnick
2007-11-14Content coming via {{ block.super }} is always going to be correctly escapedMalcolm Tredinnick
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-10-21Fixed #2920 -- Removed _() from builtins.Malcolm Tredinnick
2007-10-21Fixed #1065 -- Added a "cache" template tag. Thanks, Ian Maurer and, particul...Malcolm Tredinnick
2007-10-20Fixed #4123 -- Changed the firstof template tag to correctly handle a literalMalcolm Tredinnick
2007-09-17Fixed #2675 -- Changed the `timeuntil` and `timesince` template filters to di...Gary Wilson Jr
2007-09-14Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and ...Russell Keith-Magee
2007-07-23Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo...Gary Wilson Jr
2007-07-20Fixed #4897 -- Fixed minor typo in doctest comment.Russell Keith-Magee
2007-07-07Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments.Malcolm Tredinnick