summaryrefslogtreecommitdiff
path: root/django/core/template
AgeCommit message (Expand)Author
2007-10-100.91-bugfixes: Minor improvement to [6468James Bennett
2007-10-080.91-bugfixes: Backport silent failure of date-related template filtersJames Bennett
2006-04-12Fixed #1531 -- Fixed eager exception catching that caused the template system...Adrian Holovaty
2006-04-12Negligible spacing change to core/template/loader.pyAdrian Holovaty
2006-03-02Fixed #1058 -- Fixed typo in wordwrap filter documentation. Thanks, kieranhol...Adrian Holovaty
2006-02-17Fixed #1348 -- {% ifchanged %} tag no longer renders content twice. Thanks, j...Adrian Holovaty
2006-02-09Added TEMPLATE_STRING_IF_INVALID setting, which specifies what the template s...Adrian Holovaty
2006-02-02Fixed #1292 -- Fixed potential circular-import problem in template loader. Th...Adrian Holovaty
2006-01-16Fixed bug in spaceless template-tag documentation. Thanks, EsajAdrian Holovaty
2006-01-16Fixed #1231 -- Added documentation for {% spaceless %} tag to the auto-genera...Adrian Holovaty
2006-01-15Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all templatesAdrian Holovaty
2006-01-15Fixed #1176 -- Changed {% comment %} template tag not to generate a nodelist,...Adrian Holovaty
2006-01-09Fixed #1110 -- wordwrap template filter now calls str() on input. Thanks, scumAdrian Holovaty
2006-01-01Fixed #1145 -- Added unit tests for default template filters and fixed two bu...Adrian Holovaty
2005-12-16Changed resolve_variable to resolve integers and floats as integers and float...Adrian Holovaty
2005-12-15fixes #1066 - yesno used the wrong way to do translationsGeorg Bauer
2005-12-09Fixed exception-handling bug in defaulttags SsiNode. Thanks, Henryk on IRCAdrian Holovaty
2005-11-30Fixed #962 -- Gave filter-registration decorator a return statement. Thanks, ...Adrian Holovaty
2005-11-29Added a GOTCHA comment in django/core/template/init.pyAdrian Holovaty
2005-11-28Restored {% debug %} template tag, which was inadvertently removed in [1443]Adrian Holovaty
2005-11-27Removed unnecessary load_template_source() function in django/core/template/l...Adrian Holovaty
2005-11-27Fixed #931 -- Fixed unordered_list template filterAdrian Holovaty
2005-11-27Changed template library system so that it looks for a module-level variable ...Adrian Holovaty
2005-11-27Fixed bug in [1443] -- slice filter was registered as 'slice_'Adrian Holovaty
2005-11-27loading of templates in includes now reraises the template loading exception ...Georg Bauer
2005-11-27unknown sources are now shown correctly as <unknown source> (before it was sh...Georg Bauer
2005-11-26Fixed bug in [1443] -- Missing Context import in django.core.template.loaderAdrian Holovaty
2005-11-26Fixed bug in [1443] -- renamed compile_filters call to compile_filterAdrian Holovaty
2005-11-26Fixed bug in [1443] -- a decorator call was left inAdrian Holovaty
2005-11-26Fixed #911 -- Made template system scoped to the parser instead of the templa...Adrian Holovaty
2005-11-25Fixed #625 -- Added template-tag decorators simple_tag and inclusion_tag. Tak...Adrian Holovaty
2005-11-24Added a get_template_sources generator function to filesystem and app_directo...Adrian Holovaty
2005-11-23Fixed #603 -- Added template debugging errors to pretty error-page output, if...Adrian Holovaty
2005-11-22Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th...Adrian Holovaty
2005-11-22Tiny logic tightening in core.template.loader -- taken from new-adminAdrian Holovaty
2005-11-12fixes #764 - the TokenParser now respects string parameters to filters that c...Georg Bauer
2005-11-06Reworded docstrings and settings documentation from [1068]Adrian Holovaty
2005-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss
2005-11-02Made floatformat filter not choke on non-floatsJacob Kaplan-Moss
2005-11-01Fixed #505 -- ssi template tag now displays a message instead of failing sile...Adrian Holovaty
2005-10-28Fixed #488 -- removetags template filter now removes tags without a space bef...Adrian Holovaty
2005-10-25Fixed #687 -- Fixed bug in floatformat template filter and added unit tests. ...Adrian Holovaty
2005-10-20Fixed #663 -- app_directories template loader no longer assumes a dot in the ...Adrian Holovaty
2005-10-17Fixed #583 -- Added app_directories template loader, which searches for templ...Adrian Holovaty
2005-10-17Fixed typo in filesystem template-loader error messageAdrian Holovaty
2005-10-17Changed internal variable names in django.core.template.loaders.eggs to be co...Adrian Holovaty
2005-10-14Fixed small namespace bug in [867]Adrian Holovaty
2005-10-14Fixed #582 -- Added support for loading templates from Python eggs, and a TEM...Adrian Holovaty
2005-10-14Redid [865], which got lost in [867]Adrian Holovaty
2005-10-14Fixed #626 -- Moved template modules to django.core.template package. django....Adrian Holovaty