summaryrefslogtreecommitdiff
path: root/django/templatetags
AgeCommit message (Expand)Author
2011-11-18Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...Jannis Leidel
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-10-30Fixed #17135 -- Made it possible to use decorators (like stringfilter) on tem...Aymeric Augustin
2011-10-29Used the decorator syntax consistently to register template filters.Aymeric Augustin
2011-10-19Fixed #14806 -- Added support for contextual translations to the `trans` and ...Julien Phalip
2011-09-08Fixed #16721 -- Made sure that blocktrans correctly handles percents (%), eve...Jannis Leidel
2011-09-08Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to ...Jannis Leidel
2011-08-30Fixed #16717 -- Added ability to store result of trans template tag in contex...Jannis Leidel
2011-08-25Fixed #16677 -- Fixed the future version of the ssi template tag to work with...Julien Phalip
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-07-04Fixed #16402 -- Correctly check for number of arguments to new language templ...Jannis Leidel
2011-07-04Fixed #16332 -- Added language template tag that switches the activate langua...Jannis Leidel
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-06-05Enhanced a bit the documentation and docstring for the url template tag. Also...Ramiro Morales
2011-05-01Replaced old-style with new-style decorator syntax.Jannis Leidel
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2011-03-02Fixed #15535 -- Stopped the blocktrans template tag from raising a KeyError i...Jannis Leidel
2010-12-18Fixes #7817 and #9456.Chris Beaven
2010-12-12Fixed #4030 -- Added ability to translate language names. Thanks to Antti Kai...Jannis Leidel
2010-11-27Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...Russell Keith-Magee
2010-11-20Fixed #14389, #9666 -- Started the migration path to make the first argument ...Russell Keith-Magee
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-10-29Fixed #14181 -- Added a template tag and filters to allow localization to be ...Russell Keith-Magee
2010-10-16Fixed #14126 -- Fixed an issue with changes to the blocktrans tag introduced ...Jannis Leidel
2010-10-01Fixed #13568 -- Fixed the blocktrans tag to not raise a KeyError if the numbe...Jannis Leidel
2010-05-01Fixed #13453: Corrected typo in template syntax error message. Thanks jheasly.Karen Tracey
2010-02-21Fixed #5972 - Allow the template filters to be used with the trans tag. Thank...Jannis Leidel
2010-01-26Fixed #6587 -- Removed nasty __path__ hacking in templatetag loading. Thanks ...Russell Keith-Magee
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2009-06-18Fixed #11270 -- Modified cache template tag to prevent the creation of very l...Russell Keith-Magee
2009-04-11Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags.Malcolm Tredinnick
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2008-08-25Fixed #7460 -- Made the "cache" template tag always generate keys that can beMalcolm Tredinnick
2008-06-26Fixed #6201 -- Improved the {% cache %} template tag to allow the timeout to ...Adrian Holovaty
2008-03-17Fixed #4539 -- Fixed a subtle context resolving bug in the i18n template tag.Malcolm Tredinnick
2007-11-18Fixed #5969 -- Corrected a problem introduced in [6682].Malcolm Tredinnick
2007-11-17Fixed a few problems with variable resolving inside of blocktrans tags. A cou...Malcolm Tredinnick
2007-10-23Removed a bunch of DOS line endings. Somehow I didn't convert this correctly inMalcolm Tredinnick
2007-10-21Fixed #1065 -- Added a "cache" template tag. Thanks, Ian Maurer and, particul...Malcolm Tredinnick
2007-10-20Fixed #4982 -- Fixed handling of '%' symbols in 'blocktrans' blocks. Thanks,Malcolm Tredinnick
2007-09-21Fixed #3453: introduced a new template variable resolution system by Brian Ha...Jacob Kaplan-Moss
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-07-21Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss
2006-07-04Made django/utils/translation.py into a package django/utils/translation, whi...Adrian Holovaty
2006-05-16fixed #1660: added support functions and tags for bidi language supportGeorg Bauer
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2005-11-26Fixed #911 -- Made template system scoped to the parser instead of the templa...Adrian Holovaty
2005-11-25Tiny formatting changes to templatetags/i18n.pyAdrian Holovaty
2005-11-15added missing docstring to the blocktrans template tagGeorg Bauer