- 23 Eyl, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 12 Eyl, 2015 1 kayıt (commit)
-
-
Dražen Odobašić yazdı
-
- 24 Haz, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
Forwardport of ae1d663b from stable/1.8.x plus more.
-
- 27 Mar, 2015 1 kayıt (commit)
-
-
Moritz Sichert yazdı
-
- 18 Mar, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
This is a security fix; disclosure to follow shortly.
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 30 Ara, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 03 Ara, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
Since Python 2.7 and 3.1, "{0} {1}" is equivalent to "{} {}".
-
- 09 Eyl, 2014 2 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #22267.
-
Claude Paroz yazdı
Thanks Md. Enzam Hossain for the report and initial patch, and Tim Graham for the review.
-
- 15 Agu, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Also the unused, undocumented django.utils.html.strip_entities() function.
-
- 22 Mar, 2014 2 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
The fact that strip_tags cannot guarantee to really strip all non-safe HTML content was not clear enough. Also see: https://www.djangoproject.com/weblog/2014/mar/22/strip-tags-advisory/
-
- 21 Mar, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Also removed related utility functions: * django.utils.html.fix_ampersands * django.utils.html.clean_html
-
- 08 Mar, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Anssi Kääriäinen for the idea and Simon Charette for the review.
-
- 01 Mar, 2014 1 kayıt (commit)
-
-
Erik Romijn yazdı
-
- 26 Eki, 2013 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 18 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 14 Eki, 2013 1 kayıt (commit)
-
-
Unai Zalakain yazdı
The idea is that if an object implements __html__ which returns a string this is used as HTML representation (eg: on escaping). If the object is a str or unicode subclass and returns itself the object is a safe string type. This is an updated patch based on jbalogh and ivank patches.
-
- 28 Tem, 2013 1 kayıt (commit)
-
-
Florian Apolloner yazdı
-
- 01 Tem, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Refs #20680.
-
- 23 May, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 22 May, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
The regex method used until now for the strip_tags utility is fast, but subject to flaws and security issues. Consensus and good practice lead use to use a slower but safer method.
-
- 12 Nis, 2013 1 kayıt (commit)
-
-
Preston Timmons yazdı
-
- 01 Nis, 2013 3 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Without this, the 'new' assertion methods are not present with Python 2.6.
-
Claude Paroz yazdı
Refs #19237.
-
- 26 Şub, 2013 2 kayıt (commit)
-
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
- 06 Şub, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Pablo Recio for the report. Refs #19237.
-
- 24 Kas, 2012 1 kayıt (commit)
-
-
Chris Khoo yazdı
The previous pattern didn't properly addressed cases where '>' was present inside quoted tag content.
-
- 24 Eyl, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 18 Agu, 2012 1 kayıt (commit)
-
-
Marc Tamlyn yazdı
Patch by @jphalip updated to apply, documentation and release notes added. I've documented strip_tags as well as remove_tags as the difference between the two wouldn't be immediately obvious.
-
- 20 Tem, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
They break Python 3.
-
- 03 Tem, 2012 1 kayıt (commit)
-
-
Luke Plant yazdı
-
- 07 Haz, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Vinay Sajip for the support of his django3 branch and Jannis Leidel for the review.
-
- 28 Nis, 2011 1 kayıt (commit)
-
-
Luke Plant yazdı
Thanks to Nikolay for the report, and gav and aaugustin for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16118 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 02 Ock, 2011 1 kayıt (commit)
-
-
Ramiro Morales yazdı
Fixed #2986 -- Made the JavaScript code that drives related model instance addition in a popup window handle a model representation containing new lines. Also, moved the escapejs functionality yoo django.utils.html so it can be used from Python code. Thanks andrewwatts for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15131 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 28 Eyl, 2010 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
A few test optimizations; using native unittest where no Django-specific TestCase features are required. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13935 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 27 Eyl, 2010 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13889 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-