From 141808ad31d4eefad4c6c3dbaf8306fac2342668 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 27 Aug 2006 01:52:51 +0000 Subject: --- user_guide/general/changelog.html | 6 +++++- user_guide/libraries/pagination.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'user_guide') diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html index 5721bc866..bf79a14d8 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -75,7 +75,8 @@ Change Log
  • Added support for % character in URL.
  • Added the ability to supply full URLs using the anchor() helper function.
  • Moved the MIME type array out of the Upload class and into its own file in the applications/comfig/ folder.
  • -
  • Tweaked the URI Protocol code to allow more options so that URLs will work more reliably in different environments.
  • +
  • Updated the URI Protocol code to allow more options so that URLs will work more reliably in different environments.
  • +
  • Updated the form_open() helper to allow the GET method to be used.
  • Removed a strtolower() call that was changing URL segments to lower case.
  • Removed some references that were interfering with PHP 4.4.1 compatibility.
  • Removed backticks from Postgre class since these are not needed.
  • @@ -89,6 +90,9 @@ Change Log
  • Fixed a bug that was causing the Loader class to incorrectly identify the file extension.
  • Fixed a typo in the Calendar class (cal_november).
  • Fixed an evaluation bug in the database initialization function.
  • +
  • Fixed a minor bug in one of the error messages in the language class.
  • +
  • Fixed a bug in the set_hash() function which was preventing MD5 from being used.
  • +
  • Fixed a couple bugs in the Unit Testing class.
  • Fixed some MS SQL bugs.
  • Fixed some doc typos.
  • diff --git a/user_guide/libraries/pagination.html b/user_guide/libraries/pagination.html index 3f4e56935..ac71d78b3 100644 --- a/user_guide/libraries/pagination.html +++ b/user_guide/libraries/pagination.html @@ -91,7 +91,7 @@ minimum you need the three shown. Here is a description of what those items rep