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
- - Fixed assorted user guide typos (#3453, #4364, #4379, #4399, #4408, #4412, #4448).
+ - Fixed assorted user guide typos (#3453, #4364, #4379, #4399, #4408, #4412, #4448, #4488).
- Fixed an AR_caching error where it wasn't tracking table aliases (#3463).
- Fixed an AR bug when joining with a table alias and table prefix (#4400).
- Fixed a bug in the DB class testing the $params argument.
@@ -145,7 +146,7 @@ SVN Commit: not currently released
- Helpers
- Modified get_filenames() in the File Helper to return FALSE if the $source_dir is not readable.
-
+
--
cgit v1.2.3-24-g4f1b