summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2007-07-11 23:43:23 +0200
committerDerek Jones <derek.jones@ellislab.com>2007-07-11 23:43:23 +0200
commit9687c493de92eb71a91ed89723abd4ede977bb3d (patch)
treead134151151355c25e3e0c8970ab35e2f5a0d007 /user_guide
parent4b7d19d373236d84a493b3b99eccf2f1f71f735b (diff)
bugfix for profiler output: POST keys were not being displayed properly, and queries needed htmlspecialchars()
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 5435864d4..eb57d487e 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -69,7 +69,7 @@ Change Log
<li>Added array to string into the profiler </li>
<li>Added some additional mime types in application/config/mimes.php</li>
<li>Added filename_security() method to Input library</li>
- <li>Added some additional arguements to the <a href="./helpers/inflector_helper.html">Inflection helper</a> singular() to compensate for words ending in "s". Also added a force parameter to pluralize()</li>
+ <li>Added some additional arguments to the <a href="./helpers/inflector_helper.html">Inflection helper</a> singular() to compensate for words ending in "s". Also added a force parameter to pluralize()</li>
<li>Fixed MSSQL insert_id().</li>
<li>Fixed a logic error in the DB trans_status() function. It was incorrectly returning TRUE on failure and FALSE on success.</li>
<li>Fixed a bug that was allowing multiple load attempts on extended classes.</li>
@@ -80,6 +80,8 @@ Change Log
<li>Fixed a bug in the <a href="./libraries/zip.html">Zip library</a>, providing PC Zip file compatibility with Mac OS X</li>
<li>Fixed a bug in router that was ignoring the scaffolding route for optimization </li>
<li>Fixed an IP validation bug.</li>
+ <li>Fixed a bug in display of POST keys in the Profiler output</li>
+ <li>Fixed a bug in display of queries with characters that would be interpreted as HTML in the Profiler output</li>
<li>Fixed various doc typos. </li>
<li>Docs now validate to XHTML 1 transitional</li>
<li>Fixed a bug where one could unset certain PHP superglobals by setting them via GET or POST data</li>