- 05 Sep, 2014 1 commit
-
-
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 4 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
-
Qiang Xue authored
Fixes #4586: Signed bigint and unsigned int will be converted into integers when they are loaded from DB by AR
-
Carsten Brandt authored
also fixed an issue with default value loading of bool columns. fixes #3489, fixes #4085, fixes #3920 related to #4672
-
- 11 Aug, 2014 5 commits
-
-
Carsten Brandt authored
fixes #4654
-
Carsten Brandt authored
-
Alexander Makarov authored
Fixes #4122: `Html::error()` and `Html::errorSummary()` are now accepting `encode` option. If set to false it prevents encoding of error messages
-
Carsten Brandt authored
- can be used to enable caching in a request without the need for any storage - useful for example in complex console tasks that should still be independed
-
abrahamy authored
Fixes #4371: Active form client validation wasn't working in case of two models having same named fields When rendering multiple models in the same ActiveForm if any of the field names in the two models is the same then the corresponding attribute in the yiiActiveForm object in yiiActiveForm.js (ie $('form').data('yiiActiveForm').attributes) of the first rendered model is overwritten by the attribute of the last model causing the client-side validation for the overwritten field not to run at all. Example: given two models Car and Owner with attributes {make, age} and {name, age} then if the Car is rendered first its age attribute will not have any client validation.
-