summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/p.php
AgeCommit message (Expand)Author
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-08-29Adding SafeString which is going to replace p::clean() and p::purify().Andy Staudacher
2009-07-03Split the clean method into two clean and purify. clean is a light weightTim Almdal
2009-07-03Update the source so the third party code passes the File Structure TestTim Almdal
2009-07-03Fix for ticket #400: Add HTMLPurifier to gallery3 and change p::clean() to ca...Tim Almdal
2009-07-03Fix for ticket #400: Add HTMLPurifier to gallery3 and change p::clean() to ca...Tim Almdal
2009-06-02make cleanm staticTim Almdal
2009-05-31Switch to using html::specialchars() for cleaning.Bharat Mediratta
2009-05-31First pass at an XSS security test, along with the "p" helper whichBharat Mediratta