summaryrefslogtreecommitdiff
path: root/tests/regressiontests/templates/filters.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-11-27Fixed #19370 -- Made date filter properly handle midnight valueDanilo Bargen
2012-08-18[py3] Fixed templates tests.Aymeric Augustin
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-02-09Fixed #16416 -- Added two new date formatting options for timezones and ISO w...Jannis Leidel
2011-12-17Fixed various dodgy behavioursAdrian Holovaty
2011-09-18Fixed #16676 -- Corrected the behavior of the 'add' template filter to return...Julien Phalip
2011-07-25Add some simple regression tests for the truncatechars filter. Refs #16510.Chris Beaven
2010-09-13Fixed #13765 - 'safe' parameter for urlencode filterLuke Plant
2010-09-12Fixed #13702 -- Made sure to actually fall back to the l10n format strings pr...Jannis Leidel
2010-08-03Fixed #11377: the template join filter now correctly escapes the joiner, too.Jacob Kaplan-Moss
2010-03-15Fixed #13114 -- Modified escapejs to produce output that is JSON compliant. T...Russell Keith-Magee
2010-02-22Clarified a comment from [11687].Jacob Kaplan-Moss
2010-02-22Fixed #11687: the `add` filter is now less failsome when faced with things th...Jacob Kaplan-Moss
2010-02-13Fixed #12613 -- Added Q and Z to the list of characters supported by the phon...Russell Keith-Magee
2009-12-12Fixed #11972: Corrected title filter handling of numbers followed by letters....Karen Tracey
2009-09-10Fixed #11833: name conflict in filter test.Luke Plant
2009-04-02Fixed #9520: make the date filter fail silently for non-date values. Thanks, ...Jacob Kaplan-Moss
2009-03-30Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags to work wh...Gary Wilson Jr
2009-03-30Fixed #8462 -- Made `length` and `length_is` template filters fail silently w...Gary Wilson Jr
2009-03-02Fixed #9701 -- Added a "safeseq" template filter.Malcolm Tredinnick
2008-11-15Fixed #6948 -- The join filter was escaping the literal value that wasMalcolm Tredinnick
2008-10-28Fixed #8966 -- Changed is_safe for length_is filter to False, since its retur...Karen Tracey
2008-08-26Fixed #7201 -- Fixed the timeuntil filter to work correctly with timezone-awareMalcolm Tredinnick
2008-08-26Fixed #7177 -- Added extra robustness to the escapejs filter so that allMalcolm Tredinnick
2008-08-25Because the filter tests take non-zero time to pass, it's possible for one ofMalcolm Tredinnick
2008-08-25Fixed #7743: Reverted [8483], which was itself a reversion of [8481], after c...Russell Keith-Magee
2008-08-23Reverted [8481] and [8482] while we work out what is going on with #8453 and ...Russell Keith-Magee
2008-08-23Corrected a test case error mistakenly committed in [8481].Russell Keith-Magee
2008-08-23Fixed #7443: Corrected a long standing mistake in the timesince/timeuntil fil...Russell Keith-Magee
2008-02-03Fixed #6279, #6514 -- Fixed some HTML escaping problems in the urlize filter.Malcolm Tredinnick
2008-01-06Fixed #5567 -- Added a "last" filter. Based on a patch from darkpixel.Malcolm Tredinnick
2007-12-19Fixed #6239 -- Fixed an auto-escaping problem with urlizetrunc. Thanks, Smile...Malcolm Tredinnick
2007-11-29Added tests and a small optimisation for [6721]. Thanks SmileyChris. Fixed #6049Malcolm Tredinnick
2007-11-20Fixed #5983 -- Made iriencode filter respect safe strings. Patch fromMalcolm Tredinnick
2007-11-17Fixed a couple of chained filter tests that weren't demonstrating what theyMalcolm Tredinnick
2007-11-17Fixed some missed auto-escaping and URL quoting cases in the urlize filter.Malcolm Tredinnick
2007-11-17Fixed #5945 -- Treat string literals in template filter arguments as safeMalcolm Tredinnick
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick