- 16 Sep, 2014 5 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
Fixes #3581: Added `yii\validators\CompareValidator::type` to support type conversion before comparing values
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
Fixes #5039: `UniqueValidator` and `ExistValidator` did not respect query conditions added by default scope
-
- 14 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 12 Sep, 2014 2 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
-
- 10 Sep, 2014 5 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Carsten Brandt authored
-
Qiang Xue authored
-
- 07 Sep, 2014 2 commits
- 06 Sep, 2014 2 commits
- 05 Sep, 2014 4 commits
-
-
Qiang Xue authored
Fixes #2380: `yii\widgets\ActiveForm` will register validation js even if there are not fields inside
-
Qiang Xue authored
-
Qiang Xue authored
Fixes #3240: Added support for assigning an anonymous function to `yii\widgets\ActiveForm::fieldConfig`
-
Qiang Xue authored
When an ID is found to be in both `Application::controllerMap` and `Application::modules`, the former will take precedence
-
- 04 Sep, 2014 3 commits
- 03 Sep, 2014 6 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
Fixes #4911: Changed callback signature used in `yii\base\ArrayableTrait::fields()` from `function ($field, $model) {` to `function ($model, $field) {`
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
Added `yii\composer\Installer::postCreateProject()` and modified the syntax of calling installer methods in composer.json [skip ci]
-
- 01 Sep, 2014 1 commit
-
-
Carsten Brandt authored
ensure it is one of the input values fixes #4880
-
- 31 Aug, 2014 1 commit
-
-
Qiang Xue authored
Fixes #4424: Added `inline` and `mimeType` options to all file downloading methods provided in `yii\web\Response`
-
- 28 Aug, 2014 1 commit
-
-
Carsten Brandt authored
- do not allow boolean values for integer columns - use native boolean type with boolean values - removed workaround that turned out to be wrong when schema and values are used correctly. Workaround resulted from wrong usage of boolean values before. fixes #4672
-
- 27 Aug, 2014 3 commits
-
-
Alexander Makarov authored
Revert "Fixes #4829: Removed `PARSING_ONLY` from `\yii\rest\UrlRule` to allow creating non-GET URLs for forms and tests" This reverts commit 4ffbfec9.
-
Alexander Makarov authored
Fixes #4829: Removed `PARSING_ONLY` from `\yii\rest\UrlRule` to allow creating non-GET URLs for forms and tests
-
Qiang Xue authored
-
- 26 Aug, 2014 2 commits
-
-
Alexander Makarov authored
- If exception is internal it's always returned as HTTP 500 general purpose one. - Type isn't exposed anymore.
-
Alexander Makarov authored
-
- 19 Aug, 2014 2 commits
-
-
Klimov Paul authored
-
Klimov Paul authored
-