index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gallery
/
libraries
/
SafeString.php
Age
Commit message (
Expand
)
Author
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-05-16
Revert "Convert any UTF-7 to UTF-8 so that fragment pages (like AJAX replies)"
Bharat Mediratta
2012-05-16
Convert any UTF-7 to UTF-8 so that fragment pages (like AJAX replies)
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-09-04
Simplifying SafeString a bit: From a XSS HTML security point of view, treat c...
Andy Staudacher
2009-09-03
Refactor interaction with the purifier module so that the API is
Bharat Mediratta
2009-09-03
Minor performance improvement: Reduce module var cache lookups in SafeString.
Andy Staudacher
2009-09-03
Ensure that purify isn't applied twice for an already purified SafeString
Andy Staudacher
2009-09-02
Remove debugging statementes
Tim Almdal
2009-09-02
Move HTMLPurifier from core to contrib and make it optional. Delete the modul...
Tim Almdal
2009-08-30
Tabs to spaces cleanup
Andy Staudacher
2009-08-30
Rename clean_js to js_string and have it return a complete JS string (with de...
Andy Staudacher
2009-08-29
Bugfix: Don't forget to copy the _is_purified_html flag when cloning a SafeSt...
Andy Staudacher
2009-08-29
Add more factory methods for convenience:
Andy Staudacher
2009-08-29
Adding SafeString::for_html_attr()
Andy Staudacher
2009-08-29
Adding SafeString which is going to replace p::clean() and p::purify().
Andy Staudacher