From 7327499064ae165468c7440f8571c3e570b58a0b Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 5 May 2008 16:39:18 +0000 Subject: Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. Changed ( ! condition) into (! condition) within the code --- user_guide/changelog.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index f52aa7732..9817d162a 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -94,6 +94,7 @@ SVN Commit: not currently released

  • Modified anchor() in the URL helper to convert entities in the title attribute (#4209).
  • The Download helper now exits within force_download().
  • The Zip class now exits within download().
  • +
  • Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper.
  • Plugins @@ -101,11 +102,11 @@ SVN Commit: not currently released

  • Modified captcha generation to first look for the function imagecreatetruecolor, and fallback to imagecreate if it isn't available (#4226).
  • - +

    Bugfixes for 1.6.2

    -- cgit v1.2.3-24-g4f1b