From ba3944cc3db6b196c9dbeb4981e19941b3401ab3 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 8 Oct 2006 07:18:47 +0000 Subject: --- user_guide/general/changelog.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html index 22f22058e..0705d14ab 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -33,7 +33,7 @@ window.onload = function() {
- +

Code Igniter User Guide Version 1.5.0

Code Igniter User Guide Version 1.5.0b1

@@ -72,11 +72,11 @@ Change Log
  • Added transaction support to the database classes.
  • Added relationship capability to the database active record class
  • Added Profiler Class which generates a report of Benchmark execution times, queries, and POST data at the bottom of your pages.
  • +
  • Added User Agent Library which allows browsers, robots, and mobile devises to be identified.
  • Added Zip Encoding Library.
  • Added the ability to extend libraries and extend core classes, in addition to being able to replace them.
  • Added support for storing models within sub-folders.
  • Added Download Helper.
  • -
  • Added User Agent Helper.
  • Added simple_query() function to the database classes
  • Added standard_date() function to the Date Helper.
  • Added $query->free_result() to database class.
  • @@ -84,6 +84,7 @@ Change Log
  • Added $this->db->platform() function
  • Added two more protocols to the URI handler to make it more reliable when the $config['uri_protocol'] item is set to AUTO.
  • Added "is_numeric" to validation, which uses the native PHP is_numeric function.
  • +
  • Moved most of the functions in the Controller class into the Loader class, allowing fewer reserved function names for controllers.
  • Updated the DB Result class to return an empty array when $query->result() doesn't produce a result.
  • Updated the input->cookie() and input->post() functions in Input Class to permit arrays contained cookies that are arrays to be run through the XSS filter.
  • Fixed a bug in the Email class related to SMTP Helo data.
  • -- cgit v1.2.3-24-g4f1b