|
发表于 2008-10-24 09:09:01
|
显示全部楼层
* 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, #5351).
* 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.
* Modified XSS sanitization to no longer add semicolons after &[single letter], such as in M&M's, B&B, etc.
* 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).
* 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 Oracle bug (#3306) that was preventing multiple queries in one action.
* Fixed ODBC bug that was ignoring connection params due to its use of a constructor.
* Fixed a DB driver bug with num_rows() that would cause an error with the Oracle driver.
* Fixed MS SQL bug (#4915). Added brackets around database name in MS SQL driver when selecting the database, in the event that reserved characters are used in the name.
* Fixed a DB caching bug (4718) in which the path was incorrect when no URI segments were present.
* Fixed Image_lib class bug #4562. A path was not defined for NetPBM.
* Fixed Image_lib class bug #4532. When cropping an image with identical height/width settings on output, a copy is made.
* Fixed DB_driver bug (4900), in which a database error was not being logged correctly.
* Fixed DB backup bug in which field names were not being escaped.
* Fixed a DB Active Record caching bug in which multiple calls to cached data were not being honored.
* Fixed a bug in the Session class that was disallowing slashes in the serialized array.
* Fixed a Form Validation bug in which the "isset" error message was being trigged by the "required" rule.
* Fixed a spelling error in a Loader error message.
* Fixed a bug (5050) with IP validation with empty segments.
* Fixed a bug in which the parser was being greedy if multiple identical sets of tags were enountered. |
|