- 10 Sep, 2014 19 commits
 - 
- 
Stephen Seliuk authored
 - 
Stephen Seliuk authored
Handling $query->joinWith called inside of other $query->joinWith within Closure (called inside Closure). Ex.: ```php $query->joinWith( [ 'rel1' => function($query) { $query->joinWith( [ 'rel2' => function($query) { // ... } ] ); } ] ); ``` - 
Qiang Xue authored
 - 
Alexander Makarov authored
Updated phpdoc for \yii\widgets\DetailView [ckip ci]
 - 
Qiang Xue authored
 - 
Serge Postrash authored
This widget usage is not only restricted with `Model` or associative array (see its `normalizeAttributes()` method)
 - 
Carsten Brandt authored
typod
 - 
Qiang Xue authored
[WIP] formatter refactored
 - 
Carsten Brandt authored
* master: (22 commits) Fixes #4971: Fixed hardcoded table names in `viaTable` expression in model generator Fixed test break. Fixes #4955: Replaced callbacks with events for `ActiveForm` Fix brackets Rename `\yii\web\User` component param for consistency Html::button() type is `button` by default Fix bug in Estonian translation Typo fixed inside \yii\rest\CreateAction Fixed test break. Fixed test case. note about validation rules order Return a fixtures cleanup in case of a failing test Update finnish translation skip fixture controller test on HHVM Make unit tests cleanup a DB after finish Fixes #4945: Added `yii\test\ArrayFixture` added array fixture class minor doc adjustment [skip ci] Fixes #4948. Thanks, @johan162 Fixes #4947 ... Conflicts: framework/UPGRADE.md
 - 
Carsten Brandt authored
 - 
Carsten Brandt authored
 - 
Carsten Brandt authored
 - 
Stephen Seliuk authored
 - 
Qiang Xue authored
 - 
Qiang Xue authored
Fix brackets
 - 
Qiang Xue authored
 - 
Thiago Talma authored
There were too many brackets.
 - 
Qiang Xue authored
Rename `\yii\web\User` component param for consistency
 - 
Alexander Kochetov authored
 
 - 
 - 09 Sep, 2014 6 commits
 - 
- 
Qiang Xue authored
Html::button() type is `button` by default
 - 
Alexander Kochetov authored
 - 
Alexander Makarov authored
[skip ci] Fix bug in Estonian translation
 - 
Steve authored
 - 
Qiang Xue authored
Typo fixed inside \yii\rest\CreateAction
 - 
Alexander Kochetov authored
 
 - 
 - 08 Sep, 2014 14 commits
 - 
- 
Carsten Brandt authored
 - 
Carsten Brandt authored
 - 
Carsten Brandt authored
ensure some features that were recently added to formatter keep working after refactoring
 - 
Carsten Brandt authored
 - 
Carsten Brandt authored
 - 
Qiang Xue authored
 - 
Qiang Xue authored
 - 
Carsten Brandt authored
fixes #2268
 - 
Carsten Brandt authored
Update finnish translation
 - 
Carsten Brandt authored
Make unit tests cleanup a DB after finish
 - 
Anton Andersen authored
 - 
Jani Mikkonen authored
 - 
Carsten Brandt authored
 - 
Anton Andersen authored
 
 - 
 - 07 Sep, 2014 1 commit
 - 
- 
Qiang Xue authored
 
 -