summaryrefslogtreecommitdiff
path: root/django/utils/html.py
AgeCommit message (Expand)Author
2012-11-24[1.5.x] Fixed #19237 -- Improved strip_tags utilityChris Khoo
2012-10-31Fixed #19070 -- urlize filter no longer raises exceptions on 2.7Andrew Godwin
2012-09-18Use unicode.translate to speed up js escaping.Dave Hall
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-18[py3] Made 212b9826bd Python 3-friendlyAymeric Augustin
2012-08-18Fixed #14516 -- Extract methods from removetags and slugify template filtersMarc Tamlyn
2012-08-11[py3] Re-decoded string after idna encodingClaude Paroz
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-08-03Remove a temporary variable deletion, it's not a big deal and it doesn't exis...Alex Gaynor
2012-07-25Merge pull request #216 from ljosa/ticket_18644Florian Apolloner
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-07-17Fixed #18644 -- Made urlize trim trailing period followed by parenthesisVebjorn Ljosa
2012-07-03Added 'format_html' utility for formatting HTML fragments safelyLuke Plant
2012-07-03Documented utils.html.escape and conditional_escapeLuke Plant
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-04-11Fixed #18071 -- Ignored case sensitivity in urlize utility. Thanks luke@creat...Claude Paroz
2012-02-04Fixed #17592 -- Handle URLs starting with a dot when using urlize. Thanks, Cl...Jannis Leidel
2012-02-03Small fix to comments in utils/html.py from [17347]Adrian Holovaty
2012-01-08Reverted parts of r17359 that could cause false positives in URL detection, e...Aymeric Augustin
2012-01-08Fixed #11911 -- Made the urlize filter smarter with closing punctuation.Aymeric Augustin
2012-01-08Fixed #16656 -- Changed the urlize filter to accept more top-level domains.Aymeric Augustin
2012-01-08Fixed #16395 -- Prevented urlize from highlighting some malformed URLs. Thank...Aymeric Augustin
2012-01-08Fixed #12183 -- Made the urlize filter insert the nofollow attribute properly...Aymeric Augustin
2012-01-07Fixed #13704 -- Handled IDN properly in the urlize template filter. Thanks Cl...Aymeric Augustin
2012-01-07Fixed #9655 -- Prevented the urlize template filter from double-quoting URLs....Aymeric Augustin
2011-07-29Fixed #14288 -- Fixed linebreaksbr template filter to normalize newlines firs...Jannis Leidel
2011-04-28Fixed #7267 - UnicodeDecodeError in clean_htmlLuke Plant
2011-01-02Fixed #2986 -- Made the JavaScript code that drives related model instance ad...Ramiro Morales
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