summaryrefslogtreecommitdiff
path: root/tests/regressiontests/templates/tests.py
AgeCommit message (Expand)Author
2010-08-09[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflictsarchive/soc2010/query-refactorAlex Gaynor
2010-04-19Fixed #13373 -- Ensured that {% if %} statements will short circuit template ...Russell Keith-Magee
2010-04-15Fixed #13334: Restored ability to load template tags from eggs. Again thanks ...Karen Tracey
2010-04-12Refs #13167 -- Corrected a regression in the way non-existent variables are h...Russell Keith-Magee
2010-04-10Fixed #13275 -- Modified the parsing logic of the {% url %} tag to avoid cata...Russell Keith-Magee
2010-03-30Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...Russell Keith-Magee
2010-03-22Fixed #12554 again: Corrected regression in silencing attribute lookups intro...Karen Tracey
2010-03-20Fixed #12554: Silence exceptions that have specified silent_variable_failure=...Karen Tracey
2010-03-16Fixed #12787: Correctly identify the template that does not exist when a temp...Karen Tracey
2010-03-08Fixed #13058 - "smart if" template tag doesn't support "if not in ..." condit...Luke Plant
2010-03-08Fixed #11461: Ensured complete traceback is available on the debug page when ...Karen Tracey
2010-03-02Fixed #6510 -- Refactored the way child nodes are found in template nodes to ...Russell Keith-Magee
2010-03-01Fixed #12992: Adjusted the new template loader code so that the templateKaren Tracey
2010-02-23Fixed #12072 -- Certain characters no longer break url tag. Thanks, Alexande...Justin Bronn
2010-02-21Fixed #5972 - Allow the template filters to be used with the trans tag. Thank...Jannis Leidel
2010-02-21Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when parsing fi...Jannis Leidel
2010-02-21Fixed #7876 - Improved template error message to include expected end tag. Th...Jannis Leidel
2010-01-26Fixed #6587 -- Removed nasty __path__ hacking in templatetag loading. Thanks ...Russell Keith-Magee
2009-12-14Fixed #6262 -- Added a cached template loader, and modified existing template...Russell Keith-Magee
2009-12-09Implemented 'smart if' template tag, allowing filters and various operators t...Luke Plant
2009-06-18Fixed #11270 -- Modified cache template tag to prevent the creation of very l...Russell Keith-Magee
2009-06-18Fixed #11270 -- Corrected naming conflict in templatetag test. Thanks to stev...Russell Keith-Magee
2009-04-11Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags.Malcolm Tredinnick
2009-04-10Fixed #9315 -- Handle spaces in URL tag arguments.Malcolm Tredinnick
2009-04-07Fixed #9756: the for tag no longer leaves the context stack unbalanced when d...Jacob Kaplan-Moss
2009-04-04Fixed the test added for #9005 to use the e.args[0] instead of e.message. Exc...Karen Tracey
2009-04-02Fixed the test in [10351] to work reguardless of the test settings.Jacob Kaplan-Moss
2009-04-01Fixed #10043 -- widthratio tag now accepts a variable for the max_width argum...Brian Rosner
2009-04-01Fixed #9005: don't wig out when reversing a URL if SETTINGS_MODULE isn't set....Jacob Kaplan-Moss
2009-03-31Fixed #10667 -- Added missing sys import.Gary Wilson Jr
2009-03-30Fixed #10094 -- Fixed the `include` and `extends` template tags to work with ...Gary Wilson Jr
2009-03-30Made the template tests error output a bit more pretty.Gary Wilson Jr
2009-03-29Removed an inadvertent raise statement added in [8777] and added the printing...Gary Wilson Jr
2009-03-25Template filters now pass numerical arguments through as numbers.Malcolm Tredinnick
2009-03-23Fixed #5756, #6296 -- Most template tags can now handle filters in arguments.Malcolm Tredinnick
2009-03-23Added consistent support for double- and single-quote delimiters in templates.Malcolm Tredinnick
2009-03-23Removed an invalid template test (translating an empty string is a bad idea).Malcolm Tredinnick
2009-03-01Fixed a misnamed test that was inadvertently hiding an earlier one.Malcolm Tredinnick
2008-11-24Here's the rest of [9530] where I actually rename the tag like I said I did. ...Jacob Kaplan-Moss
2008-11-24Fixed #6398: added an optional `{% empty %}` clause to the `{% for %}` templa...Jacob Kaplan-Moss
2008-10-06Added some better error reporting and path handling when creating template pa...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