From 9687c493de92eb71a91ed89723abd4ede977bb3d Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 11 Jul 2007 21:43:23 +0000 Subject: bugfix for profiler output: POST keys were not being displayed properly, and queries needed htmlspecialchars() --- user_guide/changelog.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'user_guide') 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
  • Added array to string into the profiler
  • Added some additional mime types in application/config/mimes.php
  • Added filename_security() method to Input library
  • -
  • Added some additional arguements to the Inflection helper singular() to compensate for words ending in "s". Also added a force parameter to pluralize()
  • +
  • Added some additional arguments to the Inflection helper singular() to compensate for words ending in "s". Also added a force parameter to pluralize()
  • Fixed MSSQL insert_id().
  • Fixed a logic error in the DB trans_status() function. It was incorrectly returning TRUE on failure and FALSE on success.
  • Fixed a bug that was allowing multiple load attempts on extended classes.
  • @@ -80,6 +80,8 @@ Change Log
  • Fixed a bug in the Zip library, providing PC Zip file compatibility with Mac OS X
  • Fixed a bug in router that was ignoring the scaffolding route for optimization
  • Fixed an IP validation bug.
  • +
  • Fixed a bug in display of POST keys in the Profiler output
  • +
  • Fixed a bug in display of queries with characters that would be interpreted as HTML in the Profiler output
  • Fixed various doc typos.
  • Docs now validate to XHTML 1 transitional
  • Fixed a bug where one could unset certain PHP superglobals by setting them via GET or POST data
  • -- cgit v1.2.3-24-g4f1b