summaryrefslogtreecommitdiff
path: root/django/utils/html.py
AgeCommit message (Expand)Author
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2009-03-30Fixed #9883: no longer do strange things with whitespace in the linebreaks fi...Jacob Kaplan-Moss
2008-07-19Fixed #6965 -- Sped up the urlize and urlizetrunc filters. A nice patch from ...Malcolm Tredinnick
2008-06-26Fixed #7542 -- Fixed bug in urlize where it was appending 'http://' to the li...Adrian Holovaty
2008-06-19Fixed #7355 -- Modified urlize utility to handle https:// addresses. Thanks f...Russell Keith-Magee
2008-02-03Fixed #6279, #6514 -- Fixed some HTML escaping problems in the urlize filter.Malcolm Tredinnick
2007-12-11Minor style fixes.Gary Wilson Jr
2007-12-03Fixed #5657 -- Use string.ascii_letters instead of ascii.letters in the urlizeMalcolm Tredinnick
2007-11-17Fixed some missed auto-escaping and URL quoting cases in the urlize filter.Malcolm Tredinnick
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-07-16Cleaned up a couple unused imports and fixed docstrings to follow Python Styl...Gary Wilson Jr
2007-07-15Fixed #4310 -- Fixed a regular expression bug in `strip_entities` function an...Gary Wilson Jr
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-23Fixed #4657 -- Fixed an error in an edge case of the urlizetrunc filter.Malcolm Tredinnick
2007-04-05Backed out a portion of [4919] until I can make it worth smoothly withMalcolm Tredinnick
2007-04-04Made django.utils.html.escape() work with unicode strings (and unicode-likeMalcolm Tredinnick
2007-04-01Fixed #3532 -- Made spaceless template tag remove all spaces, rather than pre...Russell Keith-Magee
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-01-19Fixed a bunch of errors detected by pychecker -- unneeded imports and shadows...Adrian Holovaty
2006-01-15Fixed #1227 -- Fixed problem with new {% spaceless %} tag. It now normalizes ...Adrian Holovaty
2006-01-15Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all templatesAdrian Holovaty
2005-09-02Fixed #429 -- Small cleanup to code in utils/html.py. Thanks, pb@e-scribe.comAdrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty