From d8ee6c86e4a3bbaf392679773e69f4791e3a3239 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 7 Oct 2008 13:32:40 +0000 Subject: minor formatting --- user_guide/changelog.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 6595807b5..ce9400590 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -72,7 +72,7 @@ SVN Revision: XXXX

  • Added controller class/method info to Profiler class.
  • Improved the "auto typography" feature and moved it out of the helper into its own Typography Class.
  • Added max_filename option to set a file name length limit in the File Upload Class.
  • -
  • Added set_status_header() function to Output class
  • +
  • Added set_status_header() function to Output class.
  • Changed the output of the profiler to use style attribute rather than clear, and added the id "codeigniter_profiler" to the container div.
  • @@ -102,7 +102,7 @@ SVN Revision: XXXX

  • Added backticks around column names in MySQL when using insert_string and update_string functions, and in where() function.
  • Modified Pagination library to only output the "First" link when the link for page one would not be shown.
  • Added a file lock check during caching, before trying to write to the file.
  • -
  • Added driver name variable in each DB driver, based on this bug report: #4436
  • +
  • Added driver name variable in each DB driver, based on bug report #4436.
  • Modified Cookie key cleaning to unset a few troublesome key names that can be present in certain environments, preventing CI from halting execution.
  • @@ -114,18 +114,18 @@ SVN Revision: XXXX

  • Fixed bug in xss_clean() that could remove some desirable tag attributes.
  • Fixed assorted user guide typos or examples (#4807, #4812, #4840, #4862, #4864, #4899, #4930, #5006, #5071, #5158, #5229, #5254).
  • Fixed an edit from 1.6.3 that made the $robots array in user_agents.php go poof.
  • -
  • Fixed a bug in the Email library with quoted-printable encoding improperly encoding space and tab characters.
  • +
  • Fixed a bug in the Email library with quoted-printable encoding improperly encoding space and tab characters.
  • Modified XSS sanitization to no longer add semicolons after &[single letter], such as in M&M's, B&B, etc.
  • Modified XSS sanitization to no longer strip XHTML image tags of closing slashes.
  • Fixed a bug in the Session class when database sessions are used where upon session update all userdata would be errantly written to the session cookie.
  • Fixed a bug (#4536) in backups with the MySQL driver where some legacy code was causing certain characters to be double escaped.
  • Fixed a routing bug (#4661) that occurred when the default route pointed to a subfolder.
  • Fixed the spelling of "Dhaka" in the timezone_menu() function of the Date helper.
  • -
  • Fixed the spelling of "raspberry" in config/smileys.php
  • -
  • Fixed incorrect parenthesis in form_open() function. (#5135)
  • -
  • Fixed a bug that was ignoring case when comparing controller methods (#4560)
  • -
  • Fixed a bug (#4615) that was not setting SMTP authorization settings when using the initialize function
  • -
  • Fixed a bug in highlight_code() in the Text helper that would leave a stray </span> in certain cases.
  • +
  • Fixed the spelling of "raspberry" in config/smileys.php.
  • +
  • Fixed incorrect parenthesis in form_open() function (#5135).
  • +
  • Fixed a bug that was ignoring case when comparing controller methods (#4560).
  • +
  • Fixed a bug (#4615) that was not setting SMTP authorization settings when using the initialize function.
  • +
  • Fixed a bug in highlight_code() in the Text helper that would leave a stray </span> in certain cases.
  • Fixed Oracle bug (#3306) that was preventing multiple queries in one action.
  • Fixed ODBC bug that was ignoring connection params due to its use of a constructor.
  • -- cgit v1.2.3-24-g4f1b