From 46c23637dcbdff4fab3f90ca81187729e606397f Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Tue, 30 Sep 2008 21:10:58 +0000 Subject: --- user_guide/changelog.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'user_guide') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 7a0a251b7..6763bf24e 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -88,9 +88,6 @@ SVN Revision: XXXX

  • Removed added newlines ("\n") from most form and html helper functions.
  • Tightened up validation in Date Helper human_to_unix(), and eliminated the POSIX regex.
  • Updated Date Helper to match the world's current time zones and offsets.
  • -
  • 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)
  • Other changes @@ -99,6 +96,7 @@ SVN Revision: XXXX

  • Added a few openxml document mime types, and an additional mobile agent to mimes.php and user_agents.php respectively.
  • Added sanitization in xss_clean() for a deprecated HTML tag that could be abused in user input in Internet Explorer.
  • Added PHP Style Guide to docs.
  • +
  • Added backticks around column names in MySQL when using insert_string and update_string functions.
  • @@ -113,6 +111,11 @@ SVN Revision: XXXX

  • 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)
  • Version 1.6.3

    -- cgit v1.2.3-24-g4f1b