summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2008-09-30 23:10:58 +0200
committerRick Ellis <rick.ellis@ellislab.com>2008-09-30 23:10:58 +0200
commit46c23637dcbdff4fab3f90ca81187729e606397f (patch)
tree0a452c19f16e4591cf70925bd26b1aaab918ea84 /user_guide
parentb2675159482af40004e32ec30fbf6f52cfe62a51 (diff)
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html9
1 files changed, 6 insertions, 3 deletions
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</p>
<li>Removed added newlines ("\n") from most form and html helper functions.</li>
<li>Tightened up validation in Date Helper human_to_unix(), and eliminated the POSIX regex.</li>
<li>Updated Date Helper to match the world's current time zones and offsets.</li>
- <li>Fixed the spelling of "Dhaka" in the timezone_menu() function of the <a href="helpers/date_helper.html">Date helper.</a></li>
- <li>Fixed the spelling of "raspberry" in config/smileys.php</li>
- <li>Fixed incorrect parenthesis in form_open() function. (#5135)</li>
</ul>
</li>
<li>Other changes
@@ -99,6 +96,7 @@ SVN Revision: XXXX</p>
<li>Added a few openxml document mime types, and an additional mobile agent to mimes.php and user_agents.php respectively.</li>
<li>Added sanitization in xss_clean() for a deprecated HTML tag that could be abused in user input in Internet Explorer.</li>
<li>Added <a href="./general/styleguide.html">PHP Style Guide</a> to docs.</li>
+ <li>Added backticks around column names in MySQL when using insert_string and update_string functions.</li>
</ul>
</li>
</ul>
@@ -113,6 +111,11 @@ SVN Revision: XXXX</p>
<li>Modified XSS sanitization to no longer strip XHTML image tags of closing slashes.</li>
<li>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.</li>
<li>Fixed a bug (#4536) in backups with the MySQL driver where some legacy code was causing certain characters to be double escaped.</li>
+ <li>Fixed a routing bug (#4661) that occurred when the default route pointed to a subfolder.</li>
+ <li>Fixed the spelling of "Dhaka" in the timezone_menu() function of the <a href="helpers/date_helper.html">Date helper.</a></li>
+ <li>Fixed the spelling of "raspberry" in config/smileys.php</li>
+ <li>Fixed incorrect parenthesis in form_open() function. (#5135)</li>
+ <li>Fixed a bug that was ignoring case when comparing controller methods (#4560)</li>
</ul>
<h2>Version 1.6.3</h2>