12690 Commits (2e0c62ac5a91f20a0c6fc8b574069a8302dc57de)
 

Author SHA1 Message Date
Alexander Makarov 6949992246 Simplified tests directory structure a bit 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
Qiang Xue 28d91927e6 finished sorting guide [skip ci] 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
Alexander Makarov ea55a71a2c Merge pull request #8087 from a-t/patch-1 10 years ago
a-t 21058a1649 Update db-active-record.md 10 years ago
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