From af9526259228800a7bef84d1396d1325c0c41a21 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Thu, 24 Jan 2008 16:36:16 +0000 Subject: added some bug tracker id's to the changelog --- user_guide/changelog.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 090528a44..6f0ec6755 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -164,31 +164,31 @@ Change Log
  • Fixed a bug (#3279) where the Email class was sending the wrong Content-Transfer-Encoding for some character sets.
  • Fixed a bug (#3268) where the Router could leave '/' as the path.
  • Fixed a series of grammatical and spelling errors in the language files.
  • -
  • Fixed a bug in highlight_phrase() that caused an error with slashes.
  • -
  • Fixed a bug: $field_names[] vs $Ffield_names[] in postgre and sqlite drivers.
  • +
  • Fixed a bug (#2974) in highlight_phrase() that caused an error with slashes.
  • +
  • Fixed a bug (#2784) $field_names[] vs $Ffield_names[] in postgre and sqlite drivers.
  • Fixed a bug in the upload library when allowed_files wasn't defined.
  • Fixed a bug in word_wrap() of the Text Helper that incorrectly referenced an object.
  • -
  • Fixed a bug in the Email library where some timezones were calculated incorrectly.
  • +
  • Fixed a bug (#3017) in the Email library where some timezones were calculated incorrectly.
  • Fixed a bug in Validation where valid_ip() wasn't called properly.
  • Fixed a bug in Validation where individual error messages for checkboxes wasn't supported.
  • Fixed a bug (#3015) in the User Agent library where more then 2 languages where not reported with languages().
  • -
  • Fixed a bug in the Session library where user agent matching would fail on user agents ending with a space.
  • +
  • Fixed a bug (#2762) in the Session library where user agent matching would fail on user agents ending with a space.
  • Fixed a bug in database driver where num_rows property wasn't getting updated.
  • Fixed a bug in captcha calling an invalid PHP function.
  • -
  • Fixed a bug in _html_entity_decode_callback() when 'global_xss_filtering' is enabled.
  • +
  • Fixed a bug (#2545) in _html_entity_decode_callback() when 'global_xss_filtering' is enabled.
  • Fixed a bug in the cookie helper "set_cookie" function. It was not honoring the config settings.
  • Fixed a bug that was making validation callbacks required even when not set as such.
  • -
  • Fixed a bug in _object_to_array that broke some types of inserts and updates.
  • -
  • Fixed a bug in get_filenames() in the File Helper where the array wasn't cleared after each call.
  • -
  • Fixed a bug that prevented num_rows from working in Oracle.
  • -
  • Fixed a bug in the parser class where numeric data was ignored.
  • -
  • Fixed a bug when loading plugin files as _plugin. and not _pi.
  • -
  • Fixed a bug in the SQLite driver for PHP 4.
  • -
  • Fixed a bug in the clean_email() method of the Email class to allow for non-numeric / non-sequential array keys.
  • -
  • Fixed a bug in Pagination to scan for non-positive num_links.
  • -
  • Fixed a bug in the typography helper causing extraneous paragraph tags when string contains tags.
  • -
  • Fixed a bug in the Encryption Library to support modes other than MCRYPT_MODE_ECB
  • -
  • Fixed a bug in the Typography Helper where unordered list was listed "un" (#3267)
  • +
  • Fixed a bug (#2702) in _object_to_array that broke some types of inserts and updates.
  • +
  • Fixed a bug (#2912) in get_filenames() in the File Helper where the array wasn't cleared after each call.
  • +
  • Fixed a bug (#3166) that prevented num_rows from working in Oracle.
  • +
  • Fixed a bug (#2668) in the parser class where numeric data was ignored.
  • +
  • Fixed a bug (#2875)when loading plugin files as _plugin. and not _pi.
  • +
  • Fixed a bug (#2732) in the SQLite driver for PHP 4.
  • +
  • Fixed a bug (#2542)in the clean_email() method of the Email class to allow for non-numeric / non-sequential array keys.
  • +
  • Fixed a bug (#2754) in Pagination to scan for non-positive num_links.
  • +
  • Fixed a bug (#2810) in the typography helper causing extraneous paragraph tags when string contains tags.
  • +
  • Fixed a bug (#3003) in the Encryption Library to support modes other than MCRYPT_MODE_ECB
  • +
  • Fixed a bug (#3267) in the Typography Helper where unordered list was listed "un" (#3267)
  • Fixed a bug in the XML-RPC library so if a type is specified, a more intelligent decision is made as to the default type
  • Fixed a bug (#3175) preventing certain libraries from working properly when autoloaded in PHP 4
  • Fixed an example of comma-separated emails in the email library documentation.
  • -- cgit v1.2.3-24-g4f1b