Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/html.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #19237 -- Used HTML parser to strip tagsClaude Paroz2013-05-221-2/+26
* Fixed #20246 -- Added non-breaking spaces between values ...Emil Stenstròˆm2013-05-181-0/+7
* Replaced an antiquated pattern.Aymeric Augustin2013-05-171-1/+4
* Fixed #20172 -- Ensured urlize supports IPv4/IPv6 addressesClaude Paroz2013-04-011-1/+1
* Improved regex in strip_tagsClaude Paroz2013-02-061-1/+1
* Fixed #19577 - Added HTML escaping to admin examples.Tim Graham2013-01-251-2/+2
* cope with unsplittable urls in smarl_urlquote.Tom Insam2012-12-031-5/+9
* Fixed #19237 -- Improved strip_tags utilityChris Khoo2012-11-241-1/+2
* Fixed #19070 -- urlize filter no longer raises exceptions...Andrew Godwin2012-10-311-1/+1
* Use unicode.translate to speed up js escaping.Dave Hall2012-09-181-18/+15
* Replaced many smart_bytes by force_bytesClaude Paroz2012-08-291-2/+2
* [py3] Made 212b9826bd Python 3-friendlyAymeric Augustin2012-08-181-6/+6
* Fixed #14516 -- Extract methods from removetags and slugi...Marc Tamlyn2012-08-181-0/+11
* [py3] Re-decoded string after idna encodingClaude Paroz2012-08-111-2/+2
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-11/+11
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-1/+1
* Remove a temporary variable deletion, it's not a big deal...Alex Gaynor2012-08-031-1/+1
* Merge pull request #216 from ljosa/ticket_18644Florian Apolloner2012-07-251-1/+1
|\
| * Fixed #18644 -- Made urlize trim trailing period followed...Vebjorn Ljosa2012-07-171-1/+1
* | [py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin2012-07-221-5/+8
* | [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-8/+9
|/
* Added 'format_html' utility for formatting HTML fragments...Luke Plant2012-07-031-0/+31
* Documented utils.html.escape and conditional_escapeLuke Plant2012-07-031-7/+7
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-20/+22
* Marked bytestrings with b prefix. Refs #18269Claude Paroz2012-05-191-1/+1
* Fixed #18071 -- Ignored case sensitivity in urlize utilit...Claude Paroz2012-04-111-2/+2
* Fixed #17592 -- Handle URLs starting with a dot when usin...Jannis Leidel2012-02-041-1/+4
* Small fix to comments in utils/html.py from [17347]Adrian Holovaty2012-02-031-2/+2
* Reverted parts of r17359 that could cause false positives...Aymeric Augustin2012-01-081-5/+4
* Fixed #11911 -- Made the urlize filter smarter with closi...Aymeric Augustin2012-01-081-8/+19
* Fixed #16656 -- Changed the urlize filter to accept more ...Aymeric Augustin2012-01-081-5/+6
* Fixed #16395 -- Prevented urlize from highlighting some m...Aymeric Augustin2012-01-081-4/+4
* Fixed #12183 -- Made the urlize filter insert the nofollo...Aymeric Augustin2012-01-081-1/+1
* Fixed #13704 -- Handled IDN properly in the urlize templa...Aymeric Augustin2012-01-071-7/+20
* Fixed #9655 -- Prevented the urlize template filter from ...Aymeric Augustin2012-01-071-2/+12
* Fixed #14288 -- Fixed linebreaksbr template filter to nor...Jannis Leidel2011-07-291-1/+2
* Fixed #7267 - UnicodeDecodeError in clean_htmlLuke Plant2011-04-281-4/+4
* Fixed #2986 -- Made the JavaScript code that drives relat...Ramiro Morales2011-01-021-0/+25
* Fixed a whole bunch of small docs typos, errors, and ommi...Jacob Kaplan-Moss2009-04-031-1/+3
* Fixed #9883: no longer do strange things with whitespace ...Jacob Kaplan-Moss2009-03-311-2/+2
* Fixed #6965 -- Sped up the urlize and urlizetrunc filters...Malcolm Tredinnick2008-07-191-2/+4
* Fixed #7542 -- Fixed bug in urlize where it was appending...Adrian Holovaty2008-06-261-26/+26
* Fixed #7355 -- Modified urlize utility to handle https://...Russell Keith-Magee2008-06-191-1/+1
* Fixed #6279, #6514 -- Fixed some HTML escaping problems i...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....Malcolm Tredinnick2007-12-031-1/+1
* Fixed some missed auto-escaping and URL quoting cases in ...Malcolm Tredinnick2007-11-171-4/+15
* Implemented auto-escaping of variable output in templates...Malcolm Tredinnick2007-11-141-7/+26
* Cleaned up a couple unused imports and fixed docstrings t...Gary Wilson Jr2007-07-161-21/+22
* Fixed #4310 -- Fixed a regular expression bug in `strip_e...Gary Wilson Jr2007-07-151-1/+1