Если в ActiveRecord переопределить метод getTableAlias, то будут возникать ошибки неизвестной таблицы t, а так он будет использовать текущий алиас у таблицы
* 'master' of https://github.com/yiisoft/yii: (144 commits)
Fixes#1567 Added filterSelector to CGridView
Renamed the CONTRIBUTING file to CONTRIBUTING.md so that GitHub effectively uses the Markdown syntax already present in the file when presenting it.
Fixes#1694 - doc fix
Added issue number
fixed whitespace issues introduced with #851
Updated CHANGELOG
Fixes#1584 same fix for CListView as already done for CGridView
Fixes#1344 same fix for CListView as already done in CGridView
Fixes#1104 same fix for CListView as already done for CGridView
Fixes#1676 - proper grouping when no group field is specified
Added addPrimaryKey and dropPrimaryKey commands to CDbMigration class in response to enh req #848
[messages/ja] yii.php updated
csfix - thx @resurtm
typo in changelog
Reverted PR #1467 (Issue #1465, fixes related issue #1661)
Reverted PR #1662
Better naming
small update to documentation of filterAjaxOnly()
Coding style fix
Fixing bug #1661
...
Conflicts:
CHANGELOG
* 'master' of https://github.com/yiisoft/yii: (27 commits)
CHtml::cssFile() url fix
Replaced CModel with actual model name
Rollback CHANGELOG
A little refactoring
CHANGELOG
CHtml::cssFile() fix
Completed phpdoc comments for the controller template
Document the 'submit' options in CHtml::clientChange() even better.
Document the 'submit' and 'csrf' options in CHtml::clientChange() even better.
Performance optimization
CHANGELOG fix
Coding style fix
Coding style fix
CHANGELOG fix
Fixed can sorting cutted array with CArrayDataProvider
Code style fix
Document the 'submit' option in CHtml::clientChange() better.
form.css success label fix
doc fix
else if => elseif
...
select is different in stat relation context and can not be an array as
it specifies the statistical value to select.
So we have to ignore select that might have been defined by
defaultScope, scope or beforeFind criteria modification.
* master: (180 commits)
Updated changelog with last-modified date change.
Changed the CHttpCacheFilter to use RFC 1123 complaint dates when returning the last-modified header.
tabs...
gii: better default validation "length" rule for fixed-point / floating-point field type (MYSQL)
fixes#1319
updated comment in CHttpSession
Update framework/YiiBase.php
Update docs/guide/database.arr.txt
New unit test for enhanced $gCProbability s/getters in CHttpSession #486. Fixed those methods to process corner cases properly. Initial $gCProbability is now double(1.0), was > 1.0 before.
Bug #112: MSSQL: database abstraction layer now uses native transaction support of the SQLSRV driver.
Forgot about spaces in comments creating procedure call. [ci skip]
Better comments testing method name.
Forgot about local MSSQL database settings.
MSSQL unit testing SQL file reformatted and decorated. MSSQL testing class improved. Added unit tests for column comments retrieving.
Removed old message.
Update docs/guide/topics.i18n.txt
Update docs/guide/topics.i18n.txt
Requirements checker: russian (ru_RU) messages.
Minor fixes and refinements to the MSSQL unit tests.
better fix for issues #124
...
Conflicts:
UPGRADE
issue #93
this fix might break BC since possible criteria modifications that did
not apply in the past will apply now.
This fix is supposed to show up how a solution would look like, we need
to think about a solution that does not break existing applications.