Skip to content

Commit

Permalink
prepare for 1.1.10 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiang.xue committed Feb 13, 2012
1 parent f051966 commit e21b4aa
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 371 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG
Expand Up @@ -2,15 +2,17 @@
Yii Framework Change Log
========================

Version 1.1.10 work in progress
-------------------------------
Version 1.1.10 February 12, 2012
--------------------------------
- Bug Fixed the bug introduced in 1.1.9 CActiveForm required field was not validated if left empty (mdomba)
- Bug #1799: Better fix for bug #1799 old fix was breaking CJuiDatePicker tabular input (mdomba)
- Bug #2284: Fixed the CActiveForm clientvalidation for tabular input (mdomba)
- Bug #3070: Fixed the CACtiveForm JS error if there is no field rendered (mdomba)
- Bug #3062: Fixed the bug that using yiilite.php and CLocale will cause exception (Qiang)
- Bug #3070: Fixed the CActiveForm JS error if there is no field rendered (mdomba)
- Bug #3071: Fixed the bug that afterValidateAttribute was not called properly (mdomba)
- Bug #3096: Fixed the bug when reporting an error and CHtml is not loaded (mdomba)
- Bug #3103: Fixed the bug that CActiveForm->error() was not overloading htmlOptions (mdomba)
- Bug #3108: Fixed the bug introduced in CActiveFinder::applyLazyCondition (Qiang)
- Bug #3166: Fixed the bug that CDbColumnSchema typecasted to NULL even for NOT NULL columns (Sam Dark)
- Enh #3063: Gii, when generating models, tableNames will be checked against reserved PHP keywords when '*' is used (mdomba)
- Enh #3097: Added CHttpRequest::decodePathInfo() (Y!!)
Expand Down
2 changes: 1 addition & 1 deletion framework/YiiBase.php
Expand Up @@ -82,7 +82,7 @@ class YiiBase
*/
public static function getVersion()
{
return '1.1.10-dev';
return '1.1.10';
}

/**
Expand Down

0 comments on commit e21b4aa

Please sign in to comment.