From 3f9e557ed1e5b9d0ea14bba201058b3877a96da8 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 16 Oct 2007 13:10:02 +0000 Subject: Changed the behaviour of custom callbacks so that they no longer trigger the "required" rule. --- user_guide/changelog.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index d9819d4f3..69e461421 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -76,7 +76,8 @@ Change Log
  • Added a check for NULL fields in the MySQL database backup utility.
  • Documented the timezones() function in the Date Helper.
  • Documented unset_userdata in the Session class.
  • -
  • Fixed a bug in Validation where valid_ip() wasn't called properly
  • +
  • Changed the behaviour of custom callbacks so that they no longer trigger the "required" rule.
  • +
  • Fixed a bug in Validation where valid_ip() wasn't called properly.
  • Fixed a bug in the Session library where user agent matching would fail on user agents ending with a space.
  • Fixed a bug in database driver where num_rows property wasn't getting updated.
  • Fixed a bug in captcha calling an invalid PHP function.
  • -- cgit v1.2.3-24-g4f1b