* master: (789 commits)
'summaryTagName' and 'emptyCssClass' options added to CBaseListView
Missing entries added to CHANGELOG
'cli' mode detection at 'CConsoleApplication' fixed
Eager loading note added to 'Relational Query Options' docs
Fix CSysLogRoute.php file comment
Fixes#3324: add syslog support
CDbConnection ODBC related fixes before merging
Add ODBC to the requirements checker
Fix#132: CDbConnection now supports ODBC
Better fix for <script async="false"
Fixed#3258Fixed#3283
Remove async from list of Special Attributes so that it is possible to use async=false per issue: #3314
typo fix in guide
COciSchema: read column comments from another schema
Update yii.php
Add changes #3298 to CHANGELOG
Added check for the existence of a link href attribute pager
Added check for the existence of a link href attribute pager
Update yii.php
...
Without word "Atrybut" (english "attribute") this phrase is grammatically incorrect when noun representing field name isn't masculine (e.g. "Hasło musi być powtórzony" should be "Hasło musi być powtórzone". "Hasło" means english "Password").
Also, I added missing word "exactly" (polish "dokładnie") and removed word "ponownie" (this is pleonasm http://en.wikipedia.org/wiki/Pleonasm)
CFileValidator is no longer unsafe by default to prevent setting
arbitrary values. Instead, when no file is uploaded attribute is set to
null (marcovtwout)
* '94-document-literal-wsdl' of https://github.com/nineinchnick/yii:
use consts in place of 'rpc' and 'encoded' for operationBodyStyle and bindingStyle properties
enh #94, added a wrapper in CWebService handling method arguments and response in document mode
enh #94, added support for document/literal WSDL in generator, inspired by Zend 2.0 Soap Autodiscover class