1052 Commits (159c17abec804a3f1993b116823a50e395cbcb07)

Author SHA1 Message Date
Carsten Brandt b0be36668e slight refactoring for #8179 10 years ago
Thiago Talma b13d47f52d changelog 10 years ago
Klimov Paul 771ff15133 Fixed `yii\log\Logger` unable to export session id 10 years ago
Klimov Paul a4f760e798 Fixed `yii\base\Model` does not recognize scenario declared by rules using 'except' 10 years ago
Carsten Brandt 9a5abd923f cleanup after #8171 10 years ago
Philippe Gaultier be6c619de9 Fixes #8171: Allow the user to enforce the fileSize to allow sending files which are not seekable. Needed when using S3 Stream Wrapper 10 years ago
Klimov Paul c0fc4596e2 Fixed `yii\db\ActiveRelationTrait::populateRelation()` fails when `link` refers to string convertable object attribute, like `\MongoId` 10 years ago
Carsten Brandt 462bdbfad2 moved CHANGLOG line which belongs to 2.0.4 instead of 2.0.3 10 years ago
Carsten Brandt 5bc9017267 Update CHANGELOG.md 10 years ago
Klimov Paul f2f211f610 Fallback for object containing `\Closure` added to `yii\helpers\VarDumper::export()` 10 years ago
Klimov Paul 91a6e4bc8e Fixed incorrect URL config processing at `yii\web\Application::handleRequest()` and `yii\widgets\Menu::items` if route element is not a first one 10 years ago
Klimov Paul 1c1cfd5e2d `yii\db\BaseActiveRecord::getAttributeLabel()` refactored to be recursive 10 years ago
Klimov Paul 6d96d3cbee Fixed `yii\db\BaseActiveRecord::updateCounters()` fails for new record saved with counter attribute not set 10 years ago
Qiang Xue 0756d167a0 Fixes #8055: should take precedence over 10 years ago
Alexander Makarov 28dce6c9b6 Fixes #7656: Fixed `yii\rbac\DbManager::getRolesByUser()` and `yii\rbac\PhpManager::getRolesByUser()` to return roles only 10 years ago
Klimov Paul 8caaba0168 Allow specification of the `$key` as an array at `yii\helpers\ArrayHelper::getValue()` 10 years ago
Klimov Paul 9c40341d03 'links' and 'meta' envelope names are now configurable at `yii\rest\Serializer` 10 years ago
Klimov Paul 4ac64e47f5 Issue #6442 added to CHANGELOG.md 10 years ago
Klimov Paul 85ca8c3712 Added ability to specify hints for model attributes 10 years ago
Alexander Makarov a733ecd40c `yii\widgets\LinkPager::$firstPageLabel` and `yii\widgets\LinkPager::$lastPageLabel` now could be set to true in order to use page number as label 10 years ago
Kirsa Denis cafd135022 Fixes #8064: Added ability to remove containing menu tag by setting `yii\widgets\Menu::$options['tag']` to `false` 10 years ago
Klimov Paul bb4bed4833 Fixed `yii\data\ArrayDataProvider::getKeys()` return wrong when `yii\data\ArrayDataProvider::$allModels` contain integer key 10 years ago
Klimov Paul b8081b59b3 Fixed `yii\db\Query::count()` fails for query containing 'having' without 'group by' 10 years ago
Paul Klimov 4e8ee7b001 Use RETURNING for inserts for pgsql and oci to support PKs with a custom default value expression 10 years ago
Jan Waś 698bfddeed Fixes #7847: `yii\db\ColumnSchema` was typecasting numerics to strings with incorrect decimal separator for some locales 10 years ago
Carsten Brandt 5306cac4b9 added support for subqueries to simple conditions 10 years ago
Paul Klimov 52407aed53 CHANGELOG entry about #7918 restored 10 years ago
ChristopheBrun 82033125c4 Fixes #8032: `yii\rbac\PhpManager::updateItem()` was unable to rename item updated 10 years ago
Alexander Makarov 36a0e8384a Fixes #7918: `yii\widgets\Pjax` got ability to avoid registering link/form handler via setting `false` to `$linkSelector`/`$formSelector` 10 years ago
Klimov Paul 35eb833a2b Added `yii\validators\EachValidator` 10 years ago
Qiang Xue aead65f2d2 Fixes #7515: Added support to use `indexBy()` together with `column()` in query builder 10 years ago
Jan Waś ced423b601 Fixes #8012: Fixed fetching multiple relations between two tables for pgsql 10 years ago
Alexander Makarov e224568b49 Fixes #8014: Fixed setting incorrect form "action" property after submitting a form using a link with "data-method" and containing "action" among "data-params" 10 years ago
Qiang Xue 23d8cede64 Fixes #7409: Allow `yii\filters\auth\CompositeAuth::authMethods` to take authentication objects 10 years ago
Qiang Xue 739f6358cd Fixes #7637: Allow `yii\web\Request::validateCsrfToken()` to validate a manually provided token 10 years ago
Qiang Xue bf609cf327 Fixes #7957: Removed extra `parseFloat()` call for the `compare` js validator 10 years ago
Paul Klimov 378937f8d5 `yii\console\controllers\AssetController` provides dependency trace in case bundle circular dependency detected 10 years ago
Klimov Paul e9ecdf88f9 Fixed `yii\console\controllers\AssetController` does not create missing folders for the target bundles 10 years ago
John Was 901d640b55 Fixes #7973: Added `Schema::getSchemaNames` method 10 years ago
Alexander Makarov 87a824515f Renamed application template into project template in docs 10 years ago
Carsten Brandt 14c003acab improved error message on createDirectory 10 years ago
Alexander Makarov 1713a99c79 Fixes #7924: Migrations in history are now ordered by time applied allowing to roll back in reverse order no matter how these were applied 10 years ago
John Was 4d1ca9ff17 Fixes #7831: Add order when fetching database table names and constraints 10 years ago
Aleksey Loban af202f1ad8 Fixes #7912: Added `aria-label` to ActionColumn buttons 10 years ago
John Was 29304a185a Fixes #7833: Support (materialized) views and foreign tables along normal tables when fetching table schema 10 years ago
Alexander Makarov d1b724c818 Reordered changelog, added references to issue/pull request numbers 10 years ago
Jan Was 48255a446d Fixes #7867: Fixes findUniqueIndexes not to perform any processing on unique index on function for pgsql, Implemented findUniqueIndexes for oci and mssql 10 years ago
Jan Was 18b107ddf7 updated CHANGELOG.md 10 years ago
Qiang Xue 3abc07d16c Fixes #6642: Fixed the bug that using confirmation dialog via `data-confirm` in an `ActiveForm` may cause the dialog to appear twice 10 years ago
Qiang Xue 72c34cda1e Fixes #6871: Fixed the bug that using defaults and hostnames in URL rules may cause an out-of-range index issue 10 years ago