- 14 Sep, 2014 4 commits
- 12 Sep, 2014 4 commits
-
-
Qiang Xue authored
Fixes #4938: When `yii\db\ActiveQuery` is used to build sub-queries, its WHERE clause is not correctly generated
-
Qiang Xue authored
Fixes #5001: `yii\rest\CreateAction`, `yii\rest\UpdateAction` and `yii\rest\DeleteAction` should throw 500 error if the model operation returns false without validation errors
-
Michael Härtl authored
-
Tomek Romik authored
-
- 11 Sep, 2014 4 commits
-
-
Alexander Makarov authored
-
Tomek Romik authored
-
Qiang Xue authored
-
Qiang Xue authored
-
- 10 Sep, 2014 12 commits
-
-
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
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
-
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
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Qiang Xue authored
-
Alexander Kochetov authored
-
- 09 Sep, 2014 3 commits
-
-
Alexander Kochetov authored
-
Steve authored
-
Alexander Kochetov authored
-
- 08 Sep, 2014 6 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
-
Jani Mikkonen authored
-
- 07 Sep, 2014 7 commits
-
-
Qiang Xue authored
-
Ragazzo authored
-
Carsten Brandt authored
-
Carsten Brandt authored
neads cleanup
-
Qiang Xue authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-