From e3332b0ab5dfcc42994fe4c2c1827f4e41f35c7b Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Tue, 13 May 2008 14:44:32 +0000 Subject: increased security and performance of xss_clean(), added _sanitize_naughty_html() callback and removed "never allowed" items to a class property --- user_guide/changelog.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'user_guide') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index ffa400ca8..c5861cd53 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -97,7 +97,7 @@ SVN Revision: 1145

  • Unit Testing results are now colour coded, and a change was made to the default template of results.
  • Added a valid_emails rule to the Validation class.
  • The Zip class now exits within download().
  • -
  • The Zip class has undergone a substantial re-write for speed and clarity (thanks stanleyxu for the hard work and code contribution!)
  • +
  • The Zip class has undergone a substantial re-write for speed and clarity (thanks stanleyxu for the hard work and code contribution in bug report #3425!)
  • Helpers @@ -127,6 +127,7 @@ SVN Revision: 1145

    in Version 1.4.1 (September 21, 2006). If you still need to use them for legacy reasons, they must now be manually loaded in each Controller.
  • Added a Reserved Names page to the userguide, and migrated reserved controller names into it.
  • Added a Common Functions page to the userguide for globally available functions.
  • +
  • Improved security and performance of xss_clean().
  • -- cgit v1.2.3-24-g4f1b