From dbc9e15c814ad2fc8a3fb10fbd1350d42b1f7f9c Mon Sep 17 00:00:00 2001
From: Derek Allard
Date: Mon, 6 Oct 2008 14:41:47 +0000
Subject: Altered auto_link() in the URL helper so that email addresses with
"+" included will be linked.
---
user_guide/changelog.html | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
(limited to 'user_guide')
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 3bf065e2a..dfb11fbfc 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -77,27 +77,28 @@ SVN Revision: XXXX
Database
- - Added removal of non-printing control characters in escape_str() of DB drivers that do not have native PHP escaping mechanisms (mssql, oci8, odbc), to avoid
+
- Added removal of non-printing control characters in escape_str() of DB drivers that do not have native PHP escaping mechanisms (mssql, oci8, odbc), to avoid
potential SQL errors, and possible sources of SQL injection.
Helpers
- Added several new "setting" functions to the Form helper that allow POST data to be retrieved and set into forms. These are intended to be used on their own, or with the new Form Validation Class.
- - Added current_url() and uri_segments() to URL helper..
- - Improved accuracy of calculations in Number helper..
+ - Added current_url() and uri_segments() to URL helper.
+ - Altered auto_link() in the URL helper so that email addresses with "+" included will be linked.
+ - Improved accuracy of calculations in Number helper.
- 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.
+ - Tightened up validation in the Date helper function human_to_unix(), and eliminated the POSIX regex.
+ - Updated Date helper to match the world's current time zones and offsets.
Other changes
- - Improved performance and accuracy of xss_clean(), including reduction of false positives on image/file tests.
+ - Improved performance and accuracy of xss_clean(), including reduction of false positives on image/file tests.
+ - Added sanitization in xss_clean() for a deprecated HTML tag that could be abused in user input in Internet Explorer.
- 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, and in where() function.
+ - 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.
@@ -105,7 +106,7 @@ SVN Revision: XXXX
Bug fixes for 1.7.0
- - Fixed bug in xss_clean() that could remove some desirable tag attributes.
+ - 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.
@@ -114,12 +115,12 @@ SVN Revision: XXXX
- 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 "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 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 a bug in highlight_code() in the Text helper that would leave a stray </span> in certain cases.
Version 1.6.3
--
cgit v1.2.3-24-g4f1b