
Yii 1.1.12
The Yii PHP framework team released a new release 1.1.12. This release mainly fixes backward compatibility issues that were discovered after the release of 1.1.11. About 20 bugs were fixed, not very large features were added and minor improvements were made.
15 people contributed to the release of this release - the maintainers and the community of users of the framework are grateful to them for their contribution.
List of changes in this version:
You can download the latest version of the framework from the link on the page with files to download . A full list of changes is available on the official website of the framework.
Have a nice update and enjoy Yii'ing!
15 people contributed to the release of this release - the maintainers and the community of users of the framework are grateful to them for their contribution.
List of changes in this version:
- # 1072: fixed error related to calling getTableAlias () method in defaultScope () method of CActiveRecord descendant class;
- # 1076: CJavaScript :: encode () method was incompatible with PHP version 5.1;
- # 1077: fixed bug related to aliases in CSort class;
- # 1083: CFileValidator now has unsafe status by default - this is necessary in order to prevent the attribute from being assigned a value when the file was not loaded;
- # 1087: changes to CCookieCollection :: add () made in 1.1.11 were rolled back since they called E_STRICT on some older PHP distributions;
- # 1088: CActiveForm: form id specified in the htmlOptions widget now works correctly;
- # 1094: a bug was fixed when CGridView with activated functionality for saving browser history caused a complete clearing of the title (title tag) of the page;
- # 1109: fixed a problem related to backward compatibility and notation encoding 'js:' in CHtml :: ajax () and related methods;
- # 1120: fixed double event processing in CGridView when pressing the ENTER key in the filter;
- # 1192: CHttpCacheFilter now follows RFC 2616 , section 10.3.5;
- # 1207: fixed bug in CHtml :: resolveValue () that occurs when working with tabular data;
- # 1255: fixed a bug related to the fact that $ .fn.yiiGridView.getChecked did not work if a custom template was used in CGridView :: template;
- # 1243: when using CUrlManager :: addRules with $ append = false the rules were added in the reverse order;
- # 636: CManyManyRelation relation now internally parses the foreign key of the link table and provides an interface for accessing it;
- # 1163: CGridView no longer creates empty class attributes;
- # 1099: the connectionId drop-down list in the Gii model generation section has been replaced with a sticky field ( UPD: before, the component was selected from the combo box, now you just need to enter the name / id of the database connection component in the input);
- # 1167: changes were rolled back in CComponent :: evaluateExpression () functionality related to the support of global functions;
- # 1066: fixed an error when the expiration time of a value in memcache greater than 31536000 seconds (60 * 60 * 24 * 30; 30 days) led to the instant deletion of the stored value from the storage;
- # 243, # 190: two improvements related to web services ( 1 , 2 );
You can download the latest version of the framework from the link on the page with files to download . A full list of changes is available on the official website of the framework.
Have a nice update and enjoy Yii'ing!