13639 Commits (e94810551c4ce2c7c5d59dbdcbd46a653ad601bb)
 

Author SHA1 Message Date
Carsten Brandt f99f333218 added note to docs about #8085 10 years ago
Qiang Xue b002ad746d Finished pagination section [skip ci] 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 a8f4e8bee4 `yiiunit\framework\db\QueryTest::testCount()` fixed to be more generic 10 years ago
Klimov Paul 6bbdb36fac Unit test for `yii\data\ArrayDataProvider` added 10 years ago
Klimov Paul 2ebe355e8d `yiiunit\framework\db\QueryTest` fixed to be run for 'mysql' only 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
Alexander Makarov 68d287f5d4 Merge pull request #8076 from yiijan/docs-ja-0414 10 years ago
Nobuo Kihara ae24deac32 docs/guide-ja/tutorial-core-validators.md - updated [ci skip] 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
Qiang Xue 1c2cbae22b Merge pull request #8059 from walkskyer/patch-2 10 years ago
Carsten Brandt bfb38c9938 added test group 10 years ago
Carsten Brandt 17011e48b4 added unit test for #8066 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
walkskyer ad039eb37b Dirty Attributes 10 years ago
Qiang Xue d8848ebf25 Doc improvement [skip ci] 10 years ago
Carsten Brandt ba0fd22c66 Update ColumnSchema.php 10 years ago
sergey144010 60aeb6cbac Russian translation of db-migrations.md 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
Qiang Xue f964ae9005 Merge pull request #8045 from yiisoft/simple-subqueries 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
John Was 67799ad092 fix typos 10 years ago
Paul Klimov 3a90be06d6 Merge branch '3376-each-validator' 10 years ago
Paul Klimov d594ab0b03 `yii\validators\EachValidator` uses single generic error message 10 years ago
Alexander Makarov 7c2bd6fd72 Merge pull request #8039 from mohammadhosain/patch-1 10 years ago
mohammad hosain f704f41630 Update yii.php 10 years ago
Alexander Makarov 9bb04b2008 Merge pull request #8035 from yiijan/docs-ja-0411 10 years ago
Nobuo Kihara 9d3c81e8d4 ja-doc-reorganized merged [ci skip] 10 years ago
Nobuo Kihara 19148fbc7d Merge branch 'master' of github.com:yiisoft/yii2 into docs-ja-0411 10 years ago
Nobuo Kihara 54475a8f10 docs/guide-ja updated [ci skip] 10 years ago
Qiang Xue fdb730a12a syntax fix [skip ci] 10 years ago
Jan Waś edf400df96 add missing space 10 years ago
Jan Waś 6e48ed05c7 allow calling Command::insert() without any columns 10 years ago
Jan Waś 9e6b7dea24 add an unit test, which fails for postgresql and oracle 10 years ago
Alexander Makarov 183c4c9496 Silenced migrate command non-error output in DbManagerTestCase 10 years ago
ChristopheBrun 82033125c4 Fixes #8032: `yii\rbac\PhpManager::updateItem()` was unable to rename item updated 10 years ago
Qiang Xue 6fe5d08894 doc improvement [skip ci] 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
Alexander Makarov 926770b7d9 Changed usage of .prop() to .attr() in order to avoid issues when working with forms having input with names matching form properties. Related to #8014. 10 years ago
Klimov Paul e29fcc8ea2 Docs about `yii\validators\EachValidator` adjusted 10 years ago
Klimov Paul 9fedb978f6 Docs for `yii\validators\EachValidator` adjusted 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
Alexander Makarov cee6d0637d Merge pull request #8020 from votintsev/patch-2 10 years ago