index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
html.py
Age
Commit message (
Expand
)
Author
2013-09-06
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-07-28
Simplified smart_urlquote and added some basic tests.
Florian Apolloner
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-05-23
Fixed #19237 (again) - Made strip_tags consistent between Python versions
Claude Paroz
2013-05-22
Fixed #19237 -- Used HTML parser to strip tags
Claude Paroz
2013-05-18
Fixed #20246 -- Added non-breaking spaces between values an units
Emil Stenstròˆm
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-04-01
Fixed #20172 -- Ensured urlize supports IPv4/IPv6 addresses
Claude Paroz
2013-02-06
Improved regex in strip_tags
Claude Paroz
2013-01-25
Fixed #19577 - Added HTML escaping to admin examples.
Tim Graham
2012-12-03
cope with unsplittable urls in smarl_urlquote.
Tom Insam
2012-11-24
Fixed #19237 -- Improved strip_tags utility
Chris Khoo
2012-10-31
Fixed #19070 -- urlize filter no longer raises exceptions on 2.7
Andrew Godwin
2012-09-18
Use unicode.translate to speed up js escaping.
Dave Hall
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-18
[py3] Made 212b9826bd Python 3-friendly
Aymeric Augustin
2012-08-18
Fixed #14516 -- Extract methods from removetags and slugify template filters
Marc Tamlyn
2012-08-11
[py3] Re-decoded string after idna encoding
Claude 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-03
Remove a temporary variable deletion, it's not a big deal and it doesn't exis...
Alex Gaynor
2012-07-25
Merge pull request #216 from ljosa/ticket_18644
Florian 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-17
Fixed #18644 -- Made urlize trim trailing period followed by parenthesis
Vebjorn Ljosa
2012-07-03
Added 'format_html' utility for formatting HTML fragments safely
Luke Plant
2012-07-03
Documented utils.html.escape and conditional_escape
Luke Plant
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-04-11
Fixed #18071 -- Ignored case sensitivity in urlize utility. Thanks luke@creat...
Claude Paroz
2012-02-04
Fixed #17592 -- Handle URLs starting with a dot when using urlize. Thanks, Cl...
Jannis Leidel
2012-02-03
Small fix to comments in utils/html.py from [17347]
Adrian Holovaty
2012-01-08
Reverted parts of r17359 that could cause false positives in URL detection, e...
Aymeric Augustin
2012-01-08
Fixed #11911 -- Made the urlize filter smarter with closing punctuation.
Aymeric Augustin
2012-01-08
Fixed #16656 -- Changed the urlize filter to accept more top-level domains.
Aymeric Augustin
2012-01-08
Fixed #16395 -- Prevented urlize from highlighting some malformed URLs. Thank...
Aymeric Augustin
2012-01-08
Fixed #12183 -- Made the urlize filter insert the nofollow attribute properly...
Aymeric Augustin
2012-01-07
Fixed #13704 -- Handled IDN properly in the urlize template filter. Thanks Cl...
Aymeric Augustin
2012-01-07
Fixed #9655 -- Prevented the urlize template filter from double-quoting URLs....
Aymeric Augustin
2011-07-29
Fixed #14288 -- Fixed linebreaksbr template filter to normalize newlines firs...
Jannis Leidel
2011-04-28
Fixed #7267 - UnicodeDecodeError in clean_html
Luke Plant
2011-01-02
Fixed #2986 -- Made the JavaScript code that drives related model instance ad...
Ramiro Morales
2009-04-03
Fixed a whole bunch of small docs typos, errors, and ommissions.
Jacob Kaplan-Moss
2009-03-30
Fixed #9883: no longer do strange things with whitespace in the linebreaks fi...
Jacob Kaplan-Moss
2008-07-19
Fixed #6965 -- Sped up the urlize and urlizetrunc filters. A nice patch from ...
Malcolm Tredinnick
2008-06-26
Fixed #7542 -- Fixed bug in urlize where it was appending 'http://' to the li...
Adrian Holovaty
2008-06-19
Fixed #7355 -- Modified urlize utility to handle https:// addresses. Thanks f...
Russell Keith-Magee
2008-02-03
Fixed #6279, #6514 -- Fixed some HTML escaping problems in the urlize filter.
Malcolm Tredinnick
[prev]
[next]