From b17cf0d781517d3e76f9ac060e7ba19ab2543116 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 4 Oct 2006 07:59:06 +0000 Subject: --- user_guide/general/changelog.html | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'user_guide/general') diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html index 931837c74..3351cc130 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -71,28 +71,26 @@ Change Log
  • Added Query Caching to database class.
  • Added transaction support to the database classes.
  • Added relationship capability to the database active record class
  • -
  • Added Zip Encoding Library permitting files to be Zip compressed.
  • -
  • Added the ability to extend libraries and extend core classes, in addition to being able to replace them.
  • Added Profiler Class which generates a report of Benchmark execution times, queries, and POST data at the bottom of your pages.
  • +
  • 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.
  • +
  • Added $query->field_names() function to database class
  • +
  • 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.
  • 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.
  • - -
  • Added $query->free_result();
  • -
  • Added $query->field_names() function
  • -
  • Added $this->db->platform() function
  • -
  • Added "is_numeric" to validation
  • -
  • Added two more protocols to the URI handler to make it more reliable when the $config['uri_protocol'] item is set to AUTO.
  • - +
  • Fixed a bug in the Email class related to SMTP Helo data.
  • Deprecated "init" folder. Initialization happens automatically now. Please see documentation.
  • Deprecated $this->db->field_names() USE $this->db->list_fields()
  • Deprecated $this->load->library('unit_test'). USE $this->load->library('unit')
  • -
  • Fixed a bug in the Email class related to SMTP Helo data.
  • - -- cgit v1.2.3-24-g4f1b