From c4c0ac4d4eebc414a63b49357d73e80204d1ad86 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 18 Jan 2008 20:45:28 +0000 Subject: added greater precision to $_FILE upload errors --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 0f6c677d2..a102cc96a 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -95,6 +95,7 @@ Change Log
  • Moved part of the userguide menu javascript to an external file.
  • Modified variable names in _ci_load() method of Loader class to avoid conflicts with view variables.
  • Modified prep_for_form() in the Validation class to accept arrays, adding support for POST array validation (via callbacks only)
  • +
  • Modified Upload class $_FILE error messages to be more precise.
  • Changed the behaviour of custom callbacks so that they no longer trigger the "required" rule.
  • Changed the behaviour of variables submitted to the where() clause with no values to auto set "IS NULL"
  • Strengthened the Encryption library to help protect against man in the middle attacks when MCRYPT_MODE_CBC mode is used.
  • -- cgit v1.2.3-24-g4f1b