5585 Commits (0ba986ad666b88071dd9c9026ea36fb451810935)

Author SHA1 Message Date
Klimov Paul 4503cae876 code style fix 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 ef662b57be added missing `@since` annotations 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
EliasZ 70abb9b31c add isset check on index which might not be set 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 4672a8c83f Doc comments at `yii\validators\Validator::isEmpty()` fixed 10 years ago
Klimov Paul 1c1cfd5e2d `yii\db\BaseActiveRecord::getAttributeLabel()` refactored to be recursive 10 years ago
Klimov Paul f617618172 `yii\db\BaseActiveRecord::getAttributeHint()` added 10 years ago
Carsten Brandt 5635a97fa2 Update BaseActiveRecord.php 10 years ago
Klimov Paul 6d96d3cbee Fixed `yii\db\BaseActiveRecord::updateCounters()` fails for new record saved with counter attribute not set 10 years ago
Nikola Kovacs f11bdfa2a7 Grammar fix: followings -> following 10 years ago
Qiang Xue 0756d167a0 Fixes #8055: should take precedence over 10 years ago
Alexander Makarov 5dd3a14141 Fixes #7851: removed incorrect phpdoc lines 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
Carsten Brandt 1cfc40d6e5 link to the guide on quoting from query phpdoc 10 years ago
Carsten Brandt 10d0ad70af close output buffer for widget on exception 10 years ago
Klimov Paul 8caaba0168 Allow specification of the `$key` as an array at `yii\helpers\ArrayHelper::getValue()` 10 years ago
Carsten Brandt 851a914f67 phpdoc tweak: Model::scenarios() 10 years ago
Klimov Paul 9c40341d03 'links' and 'meta' envelope names are now configurable at `yii\rest\Serializer` 10 years ago
Carsten Brandt 296e5816d8 typo #8113 10 years ago
Klimov Paul 4ac64e47f5 Issue #6442 added to CHANGELOG.md 10 years ago
Klimov Paul 95d65b4958 added missing @since tag 10 years ago
Klimov Paul 427ee8dcbf Automatic encoding at `BaseHtml::activeHint()` removed 10 years ago
Klimov Paul a0b8f74d2e `yii\db\Schema::insert()` primary key value composition fixed 10 years ago
Klimov Paul 6751a80ea0 `yii\db\Schema::insert()` now returns primary key value for empty sequence 10 years ago
Agrumas 82c8f3101e Updated Lithuanian translation 10 years ago
Agrumas ef912f4e43 [REST] specifying a higher priority rule via extraPatterns 10 years ago
Klimov Paul 85ca8c3712 Added ability to specify hints for model attributes 10 years ago
Alexander Makarov 59a9f47f8e Fixed last page label 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
Klimov Paul 83e2603985 Restriction on inline model method usage at `yii\validators\EachValidator` removed in case of usage inside model scope 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
Carsten Brandt f99f333218 added note to docs about #8085 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
Klimov Paul 767276362d Redundant typecast at `yii\db\Schema::insert()` removed 10 years ago
Klimov Paul b05ea3d69e PK typecast at `yii\db\ActiveRecord` restored 10 years ago
Klimov Paul 60aa5f3eb9 Redundant checks at `yii\db\oci\Schema::insert()` and `yii\db\pgsql\Schema::insert()` removed 10 years ago
Paul Klimov 31ef4c4504 Command execution at `yii\db\oci\Schema::insert()` fixed 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
Qiang Xue d8848ebf25 Doc improvement [skip ci] 10 years ago
Carsten Brandt ba0fd22c66 Update ColumnSchema.php 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
Alexander Makarov b806fc7108 Corrected fix for #8032 10 years ago
Alexander Makarov 8ac5776a0d Changed back usage of attr() to usage of prop() for checkboxes 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