- 14 Sep, 2014 2 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
- 13 Sep, 2014 6 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Qiang Xue authored
Update structure-views.md
-
Vasiliy Baukin authored
Above/below code reference fix
-
- 12 Sep, 2014 13 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
-
Qiang Xue authored
Typo in concept-behaviors.md
-
William Austin authored
The method 'bar()' does not exist in this context. I believe it should be 'foo().'
-
Alexander Makarov authored
Additional fixes for #4993
-
Alexander Kochetov authored
-
Qiang Xue authored
-
Alexander Makarov authored
[ci skip] Update docs for CheckboxColumn::$checkboxOptions
-
Michael Härtl authored
-
Alexander Makarov authored
Adv template `aliases.php` => `bootstrap.php` (common + specific for apps)
-
Alexander Makarov authored
Update polish translation [skip ci]
-
Alexander Kochetov authored
-
Tomek Romik authored
-
- 11 Sep, 2014 12 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Tomek Romik authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Carsten Brandt authored
-
Paul Klimov authored
fix authchoice.js
-
Qiang Xue authored
-
Qiang Xue authored
-
Carsten Brandt authored
-
tvdavid authored
close #4487
-
- 10 Sep, 2014 7 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) { // ... } ] ); } ] ); ```
-