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

[讨论/交流] ci3.0啥时候出呢?

  [复制链接]
发表于 2012-6-14 11:53:23 | 显示全部楼层 |阅读模式
坐等3.0
发表于 2012-6-14 12:14:57 | 显示全部楼层
还要有段时间了吧
发表于 2012-6-14 12:21:30 | 显示全部楼层
现在不能用吗?实话,从1.7.2开始,用到现在,基本感觉有什么大的差异~~~一样地好用~~~
发表于 2012-6-14 12:42:40 | 显示全部楼层
快了吧,
 楼主| 发表于 2012-6-14 12:42:49 | 显示全部楼层
能用啊,当然也好用,我也正在用。但还是期待3.0的变化,尤其是acl这块。
发表于 2012-6-14 13:38:45 | 显示全部楼层
太着急了啊
发表于 2012-6-14 17:07:15 | 显示全部楼层
iOS6讓大家都急了
发表于 2012-6-14 19:53:41 | 显示全部楼层

CI是没有roadmap的吧
版本的递进是以bug修复来推进的。
发表于 2012-6-14 20:09:49 | 显示全部楼层
3。0有什么不一样嘛
发表于 2012-6-19 14:11:55 | 显示全部楼层
Change Log
Version 3.0 (planned)
Release Date: Not Released

License
CodeIgniter has been relicensed with the Open Software License (3.0), eliminating its old proprietary licensing.
All system files are licensed with OSL 3.0.
Config, error, and sample files shipped in the application folder are licensed with the Academic Free License (3.0) to allow you to retain all licensing authority over your own application code.
General Changes
Added an optional backtrace to php-error template.
Added Android to the list of user agents.
Added Windows 7 to the list of user platforms.
Callback validation rules can now accept parameters like any other validation rule.
Ability to log certain error types, not all under a threshold.
Added html_escape() to Common functions to escape HTML output for preventing XSS.
Added support for pem,p10,p12,p7a,p7c,p7m,p7r,p7s,crt,crl,der,kdb,rsa,cer,sst,csr Certs to mimes.php.
Added support pgp,gpg to mimes.php.
Added support 3gp, 3g2, mp4, wmv, f4v, vlc Video files to mimes.php.
Added support m4a, aac, m4u, xspf, au, ac3, flac, ogg Audio files to mimes.php.
Helpers
Added increment_string() to String Helper to turn “foo” into “foo-1” or “foo-1” into “foo-2”.
Altered form helper - made action on form_open_multipart helper function call optional. Fixes (#65)
url_title() will now trim extra dashes from beginning and end.
Improved speed of String Helper‘s random_string() method
Added XHTML Basic 1.1 doctype to HTML Helper.
Database
Added a CUBRID driver to the Database Driver. Thanks to the CUBRID team for supplying this patch.
Added a PDO driver to the Database Driver.
Typecast limit and offset in the Database Driver to integers to avoid possible injection.
Added additional option ‘none’ for the optional third argument for $this->db->like() in the Database Driver.
Added $this->db->insert_batch() support to the OCI8 (Oracle) driver.
Added new Active Record methods that return the SQL string of queries without executing them: get_compiled_select(), get_compiled_insert(), get_compiled_update(), get_compiled_delete().
Libraries
Changed $this->cart->insert() in the Cart Library to return the Row ID if a single item was inserted successfully.
Added support to set an optional parameter in your callback rules of validation using the Form Validation Library.
Added a Migration Library to assist with applying incremental updates to your database schema.
Driver children can be located in any package path.
Added max_filename_increment config setting for Upload library.
CI_Loader::_ci_autoloader() is now a protected method.
Added is_unique to the Form Validation library.
Modified valid_ip() to use PHP’s filter_var() when possible (>= PHP 5.2) in the Form Validation library.
Added $config[‘use_page_numbers’] to the Pagination library, which enables real page numbers in the URI.
Added TLS and SSL Encryption for SMTP.
Core
Changed private functions in CI_URI to protected so MY_URI can override them.
Removed CI_CORE boolean constant from CodeIgniter.php (no longer Reactor and Core versions).

本版积分规则