summaryrefslogtreecommitdiff
path: root/django/template
AgeCommit message (Expand)Author
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee
2009-07-03Fixed #11413 -- Added notes on the cycle and firstof tag detailing that varia...Russell Keith-Magee
2009-05-17Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey
2009-05-07Fixed #11026, a small typo in the regroup template tag docstring. Thanks,Jacob Kaplan-Moss
2009-04-12Fixed #10675 -- Added unicode paragraph and line-sep handling to escapejs.Malcolm Tredinnick
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-07Fixed #10644: removed an undocumented, unused, and (as far as I can tell) unn...Jacob Kaplan-Moss
2009-04-02Fixed #9520: make the date filter fail silently for non-date values. Thanks, ...Jacob Kaplan-Moss
2009-04-02Fixed #10053: the most exciting commit you'll ever see.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 #10513: floatformat now works with floatish things, not just real float...Jacob Kaplan-Moss
2009-03-30Fixed #10094 -- Fixed the `include` and `extends` template tags to work with ...Gary Wilson Jr
2009-03-30Fixed #10079 -- Moved settings import inside the function that uses it so tha...Gary Wilson Jr
2009-03-30Fixed #8462 -- Made `length` and `length_is` template filters fail silently w...Gary Wilson Jr
2009-03-25Template filters now pass numerical arguments through as numbers.Malcolm Tredinnick
2009-03-23Fixed an error in the `firstof` template tag when used with `TEMPLATE_STRING_...Jacob Kaplan-Moss
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-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2009-03-02Fixed #9701 -- Added a "safeseq" template filter.Malcolm Tredinnick
2009-01-16Fixed #10014 -- Don't crash when using debug template tag inside a block node...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-11-15Fixed a bug introduced in r9422.Malcolm Tredinnick
2008-11-15Fixed #6948 -- The join filter was escaping the literal value that wasMalcolm Tredinnick
2008-11-13Fixed #9579 -- Properly handle apps running with (and specifically, loading t...Karen Tracey
2008-11-08Fixed #5748 -- Made floatformat filter round properly on all platforms and ha...Karen Tracey
2008-10-28Fixed #8966 -- Changed is_safe for length_is filter to False, since its retur...Karen Tracey
2008-10-06Added some better error reporting and path handling when creating template pa...Malcolm Tredinnick
2008-08-31Fixed #7027: template tags now corectly break tokens around strings marked fo...Jacob Kaplan-Moss
2008-08-29Merge branch 'url-tag-asvar'Jacob Kaplan-Moss
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-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-23Fixed #7443: Corrected a long standing mistake in the timesince/timeuntil fil...Russell Keith-Magee
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-08-01Fixed #3912 - Added simple type checking to template.Context.update() to help...Luke Plant
2008-07-26Fixed #4534 -- Added an "else" option to the "ifchanged" template tag.Malcolm Tredinnick
2008-06-26Fixed #7417 -- Fixed ReST error in do_if() docstring. Thanks, Richard Bell <r...Adrian Holovaty
2008-06-26Optimized {% cycle %} template tag so that it creates the Variable objects in...Adrian Holovaty
2008-06-26Fixed #6322 -- Fixed bug in 'ifchanged' template tag where it wasn't resettin...Adrian Holovaty
2008-06-18Fixed #7318 -- Cleaned up the template inheritance logic, specifically to han...Russell Keith-Magee
2008-06-06Fixed #7293 -- Corrected some doctests strings internal to the template modul...Russell Keith-Magee
2008-05-29Fixed #6430 -- Corrected the loading of templates from eggs, which was broken...Russell Keith-Magee
2008-05-29Fixed #6950 -- Modified initialization of template loaders to use a temporary...Russell Keith-Magee