| Age | Commit message (Expand) | Author |
| 2008-10-06 | Added some better error reporting and path handling when creating template pa... | Malcolm Tredinnick |
| 2008-10-05 | Altered a failing url template tag test to work more reliably. | Malcolm Tredinnick |
| 2008-08-31 | Fixed #8726 -- When doing reverse URL resolving, make sure we're consistently | Malcolm Tredinnick |
| 2008-08-31 | Fixed #7027: template tags now corectly break tokens around strings marked fo... | Jacob Kaplan-Moss |
| 2008-08-31 | Added a couple of extra tests to ensure url tag robustness. These are an | Malcolm Tredinnick |
| 2008-08-31 | A rewrite of the reverse URL parsing: the reverse() call and the "url" templa... | Malcolm Tredinnick |
| 2008-08-30 | Fixed #8710: removed a few stray tabs. Thanks, gkelly. | Jacob Kaplan-Moss |
| 2008-08-29 | Merge branch 'url-tag-asvar' | Jacob Kaplan-Moss |
| 2008-08-26 | Fixed #7201 -- Fixed the timeuntil filter to work correctly with timezone-aware | Malcolm Tredinnick |
| 2008-08-26 | Fixed #7177 -- Added extra robustness to the escapejs filter so that all | Malcolm Tredinnick |
| 2008-08-25 | Because the filter tests take non-zero time to pass, it's possible for one of | Malcolm Tredinnick |
| 2008-08-25 | Fixed #7743: Reverted [8483], which was itself a reversion of [8481], after c... | Russell Keith-Magee |
| 2008-08-25 | Fixed #7460 -- Made the "cache" template tag always generate keys that can be | Malcolm Tredinnick |
| 2008-08-23 | Reverted [8481] and [8482] while we work out what is going on with #8453 and ... | Russell Keith-Magee |
| 2008-08-23 | Corrected a test case error mistakenly committed in [8481]. | Russell Keith-Magee |
| 2008-08-23 | Fixed #7443: Corrected a long standing mistake in the timesince/timeuntil fil... | Russell Keith-Magee |
| 2008-08-15 | Fixed #5270 -- Allow template tags and filters to accept an emtpy string, pat... | Gary Wilson Jr |
| 2008-08-05 | Fixed #8031 - url tag no longer silences NoReverseMatch exceptions since this... | Luke Plant |
| 2008-07-29 | Fixed #7767 -- Fixed template egg loading test for Windows systems. | Malcolm Tredinnick |
| 2008-07-26 | Fixed #4534 -- Added an "else" option to the "ifchanged" template tag. | Malcolm Tredinnick |
| 2008-06-26 | Fixed #6201 -- Improved the {% cache %} template tag to allow the timeout to ... | Adrian Holovaty |
| 2008-06-26 | Fixed infuriating lack of apostrophe in a comment | Adrian Holovaty |
| 2008-06-26 | Fixed #6322 -- Fixed bug in 'ifchanged' template tag where it wasn't resettin... | Adrian Holovaty |
| 2008-06-26 | Improved our tests so that they don't raise an error if setuptools isn't inst... | Adrian Holovaty |
| 2008-06-26 | Negligible formatting changes to tests/regressiontests/templates/loaders.py | Adrian Holovaty |
| 2008-06-18 | Fixed #7318 -- Cleaned up the template inheritance logic, specifically to han... | Russell Keith-Magee |
| 2008-05-30 | Fixed a messy test case (regressiontests/templates/loaders) that could cause ... | Jacob Kaplan-Moss |
| 2008-05-29 | Fixed #6430 -- Corrected the loading of templates from eggs, which was broken... | Russell Keith-Magee |
| 2008-02-03 | Fixed #6279, #6514 -- Fixed some HTML escaping problems in the urlize filter. | Malcolm Tredinnick |
| 2008-02-03 | Fixed #6326 -- Made the test for translations of filter arguments test someth... | Malcolm Tredinnick |
| 2008-01-06 | Fixed #5567 -- Added a "last" filter. Based on a patch from darkpixel. | Malcolm Tredinnick |
| 2008-01-05 | Reverted 'regroup' template tag changes from [6956], as they caused bug #6271... | Adrian Holovaty |
| 2008-01-02 | Fixed #6295 -- Made the {% for %} tag a bit more efficient by creating a sing... | Adrian Holovaty |
| 2007-12-19 | Removed some reverse string craziness from the regroup template tag argument ... | Gary Wilson Jr |
| 2007-12-19 | Fixed #6239 -- Fixed an auto-escaping problem with urlizetrunc. Thanks, Smile... | Malcolm Tredinnick |
| 2007-12-02 | Fixed #4563 -- Context.pop/push/update return the top-level dictionary (the new | Malcolm Tredinnick |
| 2007-11-30 | Fixed #6057 -- Mark rendered template output as safe for auto-escaping purposes. | Malcolm Tredinnick |
| 2007-11-29 | Added tests and a small optimisation for [6721]. Thanks SmileyChris. Fixed #6049 | Malcolm Tredinnick |
| 2007-11-28 | Fixed #5890 -- fixed the far edge-case of allowing constant strings inside | Malcolm Tredinnick |
| 2007-11-20 | Fixed #5983 -- Made iriencode filter respect safe strings. Patch from | Malcolm Tredinnick |
| 2007-11-18 | Fixed #5969 -- Corrected a problem introduced in [6682]. | Malcolm Tredinnick |
| 2007-11-17 | Fixed a couple of chained filter tests that weren't demonstrating what they | Malcolm Tredinnick |
| 2007-11-17 | Fixed some missed auto-escaping and URL quoting cases in the urlize filter. | Malcolm Tredinnick |
| 2007-11-17 | Fixed a few problems with variable resolving inside of blocktrans tags. A cou... | Malcolm Tredinnick |
| 2007-11-17 | Fixed #5945 -- Treat string literals in template filter arguments as safe | Malcolm Tredinnick |
| 2007-11-17 | Fixed #4713 -- Fixed handling of _() in template tag arguments. Based on | Malcolm Tredinnick |
| 2007-11-14 | Content coming via {{ block.super }} is always going to be correctly escaped | Malcolm Tredinnick |
| 2007-11-14 | Implemented auto-escaping of variable output in templates. Fully controllable... | Malcolm Tredinnick |
| 2007-10-27 | Fixed an invalid URL specification. | Malcolm Tredinnick |
| 2007-10-21 | Fixed #2920 -- Removed _() from builtins. | Malcolm Tredinnick |