用户
 找回密码
 入住 CI 中国社区
搜索
查看: 4321|回复: 7
收起左侧

CI1.7 发布了

[复制链接]
发表于 2008-10-24 09:03:55 | 显示全部楼层 |阅读模式
发表于 2008-10-24 09:08:12 | 显示全部楼层
沙发 OL
发表于 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.
发表于 2008-10-24 09:17:25 | 显示全部楼层
主要是fixed bugs.看样没做重要修改
发表于 2008-10-24 10:12:18 | 显示全部楼层
晕。。。。这速度。。。。我才刚更新到1.6.3
 楼主| 发表于 2008-10-24 11:40:02 | 显示全部楼层
最重要的更新是这个——

Added a new Form Validation Class. It simplifies setting rules and field names, supports arrays as field names, allows groups of validation rules to be saved in a config file, and adds some helper functions for use in view files. Please note that the old Validation class is now deprecated. We will leave it in the library folder for some time so that existing applications that use it will not break, but you are encouraged to migrate to the new version.
发表于 2008-10-24 16:49:18 | 显示全部楼层
原来的表单验证还能用就Ok:)
发表于 2008-10-25 12:59:07 | 显示全部楼层
恩 下来44

本版积分规则