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