Django

Code

root/django/trunk/django/utils/html.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7985 [7985] 07/19/08 13:05:22 mtredinnick Fixed #6965 -- Sped up the urlize and urlizetrunc filters. A nice patch …
(edit) @7755 [7755] 06/26/08 00:07:13 adrian Fixed #7542 -- Fixed bug in urlize where it was appending 'http://' to the …
(edit) @7701 [7701] 06/19/08 07:05:39 russellm Fixed #7355 -- Modified urlize utility to handle https:// addresses. …
(edit) @7079 [7079] 02/03/08 02:54:26 mtredinnick Fixed #6279, #6514 -- Fixed some HTML escaping problems in the urlize …
(edit) @6911 [6911] 12/10/07 23:49:11 gwilson Minor style fixes.
(edit) @6856 [6856] 12/02/07 18:41:42 mtredinnick Fixed #5657 -- Use string.ascii_letters instead of ascii.letters in the …
(edit) @6683 [6683] 11/17/07 06:12:40 mtredinnick Fixed some missed auto-escaping and URL quoting cases in the urlize …
(edit) @6671 [6671] 11/14/07 06:58:53 mtredinnick Implemented auto-escaping of variable output in templates. Fully …
(edit) @5717 [5717] 07/16/07 00:28:13 gwilson Cleaned up a couple unused imports and fixed docstrings to follow Python …
(edit) @5701 [5701] 07/15/07 00:03:28 gwilson Fixed #4310 -- Fixed a regular expression bug in strip_entities function …
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5513 [5513] 06/22/07 22:10:32 mtredinnick Fixed #4657 -- Fixed an error in an edge case of the urlizetrunc …
(edit) @4933 [4933] 04/05/07 09:52:33 mtredinnick Backed out a portion of [4919] until I can make it worth smoothly …
(edit) @4919 [4919] 04/04/07 01:43:28 mtredinnick Made django.utils.html.escape() work with unicode strings (and …
(edit) @4885 [4885] 03/31/07 20:09:21 russellm Fixed #3532 -- Made spaceless template tag remove all spaces, rather than …
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2058 [2058] 01/18/06 19:06:12 adrian Fixed a bunch of errors detected by pychecker -- unneeded imports and …
(edit) @1969 [1969] 01/14/06 23:18:17 adrian Fixed #1227 -- Fixed problem with new {% spaceless %} tag. It now …
(edit) @1967 [1967] 01/14/06 19:51:30 adrian Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all …
(edit) @611 [611] 09/02/05 13:51:14 adrian Fixed #429 -- Small cleanup to code in utils/html.py. Thanks, …
(add) @3 [3] 07/12/05 20:25:57 adrian Imported Django from private SVN repository (created from r. 8825)
Note: See TracRevisionLog for help on using the revision log.