From 30e8e292697d60a5379b4cb37f02f44fd9918cf1 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 21 Sep 2006 15:35:44 +0000 Subject: --- user_guide/general/changelog.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'user_guide') diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html index 9aa9dcf02..e84428b75 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -73,11 +73,15 @@ Change Log
  • Added $this->output->set_header() function, which allows you to set server headers.
  • Added RAND() to active record orderby() function.
  • Added delete_cookie() and get_cookie() to Cookie helper, even though the input class has a cookie fetching function.
  • +
  • Added German language pack.
  • +
  • Added Oracle database driver (still undergoing testing so it might have some bugs).
  • +
  • Added the ability to combine pseudo-variables and php variables in the template parser class.
  • Removed the is_numeric test from the db->escape() function.
  • Fixed a MySQLi bug that was causing error messages not to contain proper errror data.
  • Fixed a bug in the email class which was causing it to ignore explicitly set alternative headers.
  • Fixed a bug that was causing a PHP error when the Exceptions class was called within the _get_config() function.
  • Fixed an oversight in the cookie helper in which the config file cookie settings were not being honored.
  • +
  • Fixed an oversigt in the upload class. An item mentioned in the 1.4 changelog was missing.
  • Added some code to allow email attachments to be reset when sending batches of email.
  • Deprecated the application/scripts folder. It will continue to work for legacy users, but it is recommended that you create your own libraries or models instead. -- cgit v1.2.3-24-g4f1b