Yii同时发布了了Yii 1.0.11和Yii 1.1 RC版本的下载地址。Yii团队也真够勤快的,直接来了个双发下载。本次发布的Yii 1.0.11是针对之前的Yii 1.0版本的升级版本,同时也是正是版本,Yii 1.0.11包含了10个bug修复和许多功能的增强。主要包括:
- Yii 1.0.11修复Bug #608: yiic webapp command may generate incorrect path referring to yii scripts
- Yii 1.0.11修复Bug #637: CDateTimeParser::parse() may generate unexpected result offset by the timezone in some environment
- Yii 1.0.11修复Bug #639: CJSON::decode() should respect the second parameter recursively
- Yii 1.0.11修复Bug #641: CDbCache::gc() is not defined
- Yii 1.0.11修复Bug #651: Fixed a bug in Oracle driver that may cause big loop
- Yii 1.0.11修复Bug #653: CDbMessageSource does translate messages when caching is enabled
- Yii 1.0.11修复Bug #670: Requirements checker page shows wrong minute
- Yii 1.0.11修复Bug #691: CUploadedFile::saveAs() may not return correct value for some PHP versions
- Yii 1.0.11修复Bug #692: CHtml::listOptions() ignores the HTML options when handling nested options
- Yii 1.0.11修复Bug #710: CRequiredValidator does not work as expected when its requiredValue is not null
- Yii 1.0.11修复Bug: CQueue::peek() should return the first item in the queue
- Yii 1.0.11增强了 #629: Added support for specifying shell command search path via an environment variable YIIC_SHELL_COMMAND_PATH
- Yii 1.0.11增强了 #643: Enhanced CAccessControlFilter::expression, COutputCache::varyByExpression and CExpressionDependency::expression so that they can use PHP callback
- Yii 1.0.11增强了 #665: Added support for using CStarRating to collect tabular input
- Yii 1.0.11增强了 #672: Added Italian translation of error views
- Yii 1.0.11增强了 #674: Improved CPgsqlSchema to support auto-incremental column in composite primary key
- Yii 1.0.11增强了 #677: Improved CPgsqlColumnSchema to recognize more column data types
- Yii 1.0.11增强了 #679: Added support for parsing and creating URLs with parameterized hostnames
- Yii 1.0.11增强了 #684: Improved Yii::import() to throw exception when set_include_path fails
- Yii 1.0.11增强了 #685: Added support for recognizing “Z” in CDateFormatter
- Yii 1.0.11增强了 #690: Enhanced the email validator pattern to capture 99% valid email addresses
- Yii 1.0.11增强了 #694: CActiveRecord count methods will ignore criterias that are incomatible with COUNT SQL statement
- Yii 1.0.11增强了 #697: Relational AR queries now also invoke CActiveRecord::beforeFind()
- Yii 1.0.11增强了 #703: Upgraded autocomplete js code to version 1.1.0
- Yii 1.0.11增强了 #715: CHtml::textArea and CHtml::activeTextArea should respect the ‘encode’ option
- Yii 1.0.11增强了: Added core message translation in Thai (Peerajak)
- Yii 1.0.11增强了: Allow CHtml::label() and CHtml::activeLabel() not to render the ‘for’ attribute when it is set false
- Yii 1.0.11修正了 #723: When merging a CDbCriteria with another, the latter’s order clause will take precedence over the former
- Yii 1.0.11新增了 #709: Added core message translation in Bosnian language (kenci81)
Yii 1.1本次发布的是RC版本,该版本是继上一个beta版本之后的第一个RC版本,官方对Yii 1.1充满了信心,因为Yii 1.1包含了Yii开发团队和开发社区一年多的心血。本次Yii 1.1带来了很多非常实用的组件例如:CActiveDataProvider, CGridView, CListView, CDetailView等。同时Yii 1.1 RC还包含了如下的变更:
- Yii 1.1修复Bug #713: webapp command generates incorrect test bootstrap script
- Yii 1.1修复Bug #724: the rememberMe attribute is not validated in generated webapp code
- Yii 1.1增强了 #666: Added support for auto-flushing log messages
- Yii 1.1增强了 #668: Nested forms generated by CForm will render attributes in the fieldset tag
- Yii 1.1增强了 #695: Upgraded HTML Purifier to 4.0.0
- Yii 1.1增强了 #711: Added CWebUser::autoRenewCookie to support automatically renew cookie-based login
- Yii 1.1增强了: Added CSS class for links generated by CSort to differentiate sorting directions
- Yii 1.1增强了: Added CComponent::evaluateExpression()
- Yii 1.1增强了: Added CPagination::offset and CPagination::limit
- Yii 1.1修正了: CSort.multiSort is changed to sort by single attribute by default
- Yii 1.1新增了: Added CDataProvider and CActiveDataProvider
- Yii 1.1新增了: Updated I18N data to CLDR 1.7.1.2 and added support for stand-alone month and day names
- Yii 1.1新增了: Added CDbCriteria::with to support eager loading via a criteria with this property
Yii是一套高性能,基于组件的PHP框架(PHP是Linux最流行的Web开发语言之一,素有Linux下的LAMP开发之说),Yii的特点是快速开发,Yii让用户通过一个简单的命令行工具:yiic 快速创建一个web应用程序的代码框架,开发者之需要在生成的代码框架基础上添加业务逻辑,大大提高了开发效率。
Yii下载地址:
http://www.yiiframework.com/download/
[ad#468-60]