From a6f5ad0588af7c391f8a4ee053d3fe5220df9865 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Thu, 23 Oct 2008 19:18:52 +0000 Subject: --- user_guide/changelog.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 8323c9588..a6c7627c4 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -69,7 +69,7 @@ SVN Revision: XXXX

  • Updated the Sessions class so that any custom data being saved gets stored to a database rather than the session cookie (assuming you are using a database to store session data), permitting much more data to be saved.
  • Added the ability to store libraries in subdirectories within either the main "libraries" or the local application "libraries" folder. Please see the Loader class for more info.
  • Added the ability to assign library objects to your own variable names when you use $this->load->library(). Please see the Loader class for more info.
  • -
  • Added controller class/method info to Profiler class.
  • +
  • Added controller class/method info to Profiler class and support for multiple database connections.
  • Improved the "auto typography" feature and moved it out of the helper into its own Typography Class.
  • Improved performance and accuracy of xss_clean(), including reduction of false positives on image/file tests.
  • Improved Parser class to allow multiple calls to the parse() function. The output of each is appended in the output.
  • @@ -85,9 +85,8 @@ SVN Revision: XXXX

  • Improved how table and column names are escaped and prefixed. It now honors full path names when adding prefixes and escaping.
  • Added Active Record caching feature to "update" and "delete" functions.
  • Added removal of non-printing control characters in escape_str() of DB drivers that do not have native PHP escaping mechanisms (mssql, oci8, odbc), to avoid potential SQL errors, and possible sources of SQL injection.
  • -
  • Added driver name variable in each DB driver, based on bug report #4436.
  • -
  • Added support for multiple database connections in the Profiler class.
  • Added port support to MySQL, MySQLi, and MS SQL database drivers.
  • +
  • Added driver name variable in each DB driver, based on bug report #4436.
  • Helpers -- cgit v1.2.3-24-g4f1b