13
Feb
Yii Framework 1.1.10 Released
Yii Framework Change Log Version 1.1.10 February 12, 2012
Fixed the bug introduced in 1.1.9 CActiveForm required field was not validated if left empty (mdomba) Better fix for bug #1799 old fix was breaking CJuiDatePicker tabular input (mdomba) Fixed the CActiveForm clientvalidation for tabular input (mdomba) Fixed the bug that using yiilite.php and CLocale will cause exception (Qiang) Fixed the CActiveForm JS error if there is no field rendered (mdomba) Fixed the bug that afterValidateAttribute was not called properly (mdomba) Fixed the bug when reporting an error and CHtml is not loaded (mdomba) Fixed the bug that CActiveForm->error() was not overloading htmlOptions (mdomba) Fixed the wrong encoding issue of Italian messages (Qiang) Fixed the bug introduced in CActiveFinder::applyLazyCondition (Qiang) Fixed the bug that CDbColumnSchema typecasted to NULL even for NOT NULL columns (Sam Dark) Gii, when generating models, tableNames will be checked against reserved PHP keywords when '*' is used (mdomba) Added CHttpRequest::decodePathInfo() (Y!!) The methods of CSecurityManager do now work correctly for the case that mbstring.func_overload is in effect (Y!!) Fixed the exception error display on ajax calls when YII_DEBUG is true (mdomba) Added more rules for proper pluralization to the pluralize() method in CCodeModel and CConsoleCommand (mdomba) CClientScript::addPackage() now returns CClientScript instance to support method chaining (Sam Dark) Removed file existance check to allow relative path and added additional headers option to xSendFile() (mdomba) Added CSort::SORT_ASC and CSort::SORT_DESC (Sam Dark) Added CActiveForm::validateTabular() to simplify ajax validation for tabular input (mdomba) HTML-encoded input values for exist and unique validators (Qiang) Upgraded JQuery UI to 1.8.17 (mdomba) Upgraded HTMLPurifier to v4.4.0 (Sam Dark)