- 05 Sep, 2014 5 commits
-
-
Carsten Brandt authored
fixes #4931
-
Carsten Brandt authored
New syntax: ``` [link to guide](guide:file-name.md) [link to guide](guide:file-name.md#subsection) ``` fixes #4719
-
Nikola Basic authored
-
Qiang Xue authored
When an ID is found to be in both `Application::controllerMap` and `Application::modules`, the former will take precedence
-
Qiang Xue authored
-
- 04 Sep, 2014 10 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
Fixes #4920: `yii\filters\auth\CompositeAuth` should not trigger error as long as one of the methods succeeds Fixes #3177: `yii\filters\auth\CompositeAuth` will send out challenges from all auth methods
-
Veaceslav Medvedev authored
-
Qiang Xue authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Qiang Xue authored
-
Alexander Makarov authored
-
Alexander Makarov authored
Added information about --appconfig to output of help command, color option is now passed to controller whose help we're getting
-
Alexander Makarov authored
-
- 03 Sep, 2014 13 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
Extracted inline action object creation, implemented it in console controller in order to use console inline action instead of base one
-
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
-
Vadim Belorussov authored
-
Vadim Belorussov 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 3 commits
-
-
ItsReddi authored
Added note to config change To get rid of confusions and errors. related to https://github.com/yiisoft/yii2/issues/4893
-
Mark authored
related to #4792, close #4874
-
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`
-
- 29 Aug, 2014 1 commit
-
-
Qiang Xue authored
-
- 28 Aug, 2014 2 commits
-
-
Qiang Xue authored
-
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 4 commits
-
-
Qiang Xue authored
-
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 1 commit
-
-
Alexander Makarov authored
- If exception is internal it's always returned as HTTP 500 general purpose one. - Type isn't exposed anymore.
-