- 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 4 commits
-
-
Klimov Paul authored
-
Klimov Paul authored
-
Klimov Paul authored
-
Klimov Paul authored
-
- 18 Aug, 2014 2 commits
- 16 Aug, 2014 2 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
- 15 Aug, 2014 2 commits
-
-
Qiang Xue authored
-
Paweł 'Zibi' Zaremba authored
-
- 14 Aug, 2014 2 commits
-
-
DaSourcerer authored
-
Qiang Xue authored
Fixes #4697: MSSQL query builder does not work for newer MSSQL versions when LIMIT is used without ORDER BY
-
- 13 Aug, 2014 1 commit
-
-
Qiang Xue authored
Fixes #4607: AR model will throw an exception if it does not have a primary key to avoid updating/deleting data massively
-
- 12 Aug, 2014 2 commits
-
-
Alex-Code authored
Updated yii.activeform.js to use the encode option introduced in #4122. Updated ActiveForm with new option encodeErrorSummary fixes #4690, close #4691
-
Klimov Paul authored
-