- 11 Sep, 2014 1 commit
-
-
tvdavid authored
close #4487
-
- 10 Sep, 2014 24 commits
-
-
tvdavid authored
close #4505
-
Carsten Brandt authored
fixes #4452, close #4452
-
Carsten Brandt authored
-
Carsten Brandt authored
This fix ensures the format configured in the formatter class is used in the message instead of the default ICU format. fixes #4960
-
Qiang Xue authored
-
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 9 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
-