diff options
author | Derek Jones <derek.jones@ellislab.com> | 2009-11-27 19:00:20 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2009-11-27 19:00:20 +0100 |
commit | 788b00f7eaad969120079acedc82e8d60b0e2a46 (patch) | |
tree | fe7e91590e76a4a27b5aaefdda45e9180f56366e /user_guide/changelog.html | |
parent | de27adfa84600ea863e8737d60861991ff2bbb62 (diff) |
non-backwards compatible change to get_dir_file_info() for performance reasons, as well as fixing recursive bug
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index c8f16fac9..22a54a25d 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -71,19 +71,22 @@ SVN Revision: </p> <ul> <li>Added accept-charset to the list of inserted attributes of <kbd>form_open()</kbd> in the <a href="helpers/form_helper.html">Form Helper</a>.</li> <li>Deprecated the <kbd>dohash()</kbd> function in favur of <kbd>do_hash()</kbd> for naming consistency.</li> + <li>Non-backwards compatible change made to <kbd>get_dir_file_info()</kbd> in the <a href="helpers/file_helper.html">File Helper</a>. No longer recurses + by default so as to encourage responsible use (this function can cause server performance issues when used without caution).</li> </ul> </li> </ul> <h3>Bug fixes for 1.7.3</h3> <ul> - <li>Increased randomness with<kbd>is_really_writable()</kbd> to avoid file collisions when hundreds or thousands of requests occur at once.</li> + <li>Increased randomness with <kbd>is_really_writable()</kbd> to avoid file collisions when hundreds or thousands of requests occur at once.</li> <li>Fixed or clarified assorted user guide typos or examples.</li> <li>Made <kbd>get_mime_by_extension()</kbd> case insensitive.</li> <li>Fixed a bug in the Form Validation library where fields passed as rule parameters were not being translated (#9132)</li> <li>Switched some DIR_WRITE_MODE constant uses to FILE_WRITE_MODE where files and not directories are being operated on.</li> <li>Modified inflector helper to properly pluralize words that end in 'ch' or 'sh'</li> <li>Fixed a bug in xss_clean() that was not allowing hyphens in query strings of submitted URLs.</li> + <li>Fixed bugs in get_dir_file_info() and get_file_info() in the File Helper with recursion, and file paths on Windows.</li> </ul> <h2>Version 1.7.2</h2> |