From ec03c8f034b44eb2dd4c0eee9b7b77446da3cd46 Mon Sep 17 00:00:00 2001
From: Derek Jones
Date: Wed, 10 Mar 2010 14:30:16 -0600
Subject: changelog note for subclass prefix automatically being applied by the
loader.
---
user_guide/changelog.html | 2 ++
1 file changed, 2 insertions(+)
(limited to 'user_guide')
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 7497f561d..295f8e098 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -83,6 +83,7 @@ Hg Tag:
Added an 'object' config variable to the XML-RPC Server library so that one can specify the object to look for requested methods, instead of assuming it is in the $CI superobject.
Added "is_object" into the list of unit tests capable of being run.
Table library will generate an empty cell with a blank string, or NULL value.
+ Added ability to set tag attributes for individual cells in the Table library
Added a parse_string() method to the Parser Class.
Added HTTP headers and Config information to the Profiler output.
Added Chrome and Flock to the list of detectable browsers by browser() in the User Agent Class.
@@ -115,6 +116,7 @@ Hg Tag:
Other Changes
+ - Updated loader to automatically apply the sub-class prefix as an option when loading classes. Class names can be prefixed with the standard "CI_" or the same prefix as the subclass prefix, or no prefix at all.
- Increased randomness with is_really_writable() to avoid file collisions when hundreds or thousands of requests occur at once.
- Switched some DIR_WRITE_MODE constant uses to FILE_WRITE_MODE where files and not directories are being operated on.
- get_mime_by_extension() is now case insensitive.
--
cgit v1.2.3-24-g4f1b