1532 Commits (016a1cfd4f2513e7a61da6e9a8373ed75a1fdb85)

Author SHA1 Message Date
Alexander Makarov f21b8511c9 Fixed test 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 5ac889cc19 indentation fix 10 years ago
Klimov Paul c92b1a3758 permissions for Travis scripts fixed 10 years ago
Alexander Makarov 6949992246 Simplified tests directory structure a bit 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 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
Carsten Brandt bfb38c9938 added test group 10 years ago
Carsten Brandt 17011e48b4 added unit test for #8066 10 years ago
Alexander Makarov b806fc7108 Corrected fix for #8032 10 years ago
Carsten Brandt 5306cac4b9 added support for subqueries to simple conditions 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
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
Ezekiel Fernandez ee4cdfe87c unit test for issue yiisoft/yii2#/7409 testing for CompositeAuth when an action is forwarding to another action in the same controller 10 years ago
Paul Klimov 378937f8d5 `yii\console\controllers\AssetController` provides dependency trace in case bundle circular dependency detected 10 years ago
John Was 901d640b55 Fixes #7973: Added `Schema::getSchemaNames` method 10 years ago
John Was 664958548f fix oci\Schema::findConstraints() and pgsql\Schema::findTableNames(); added missing view to oci tests 10 years ago
John Was 29304a185a Fixes #7833: Support (materialized) views and foreign tables along normal tables when fetching table schema 10 years ago
John Was 4f49feee8d fixes #7757: in oci schema fix query results row keys case when PDO::ATTR_CASE is set to PDO::CASE_LOWER 10 years ago
Carsten Brandt 6f70115642 more verbose error reporting for cubrid 10 years ago
Carsten Brandt fd99fe1efa made cubrid setup more tolerant to failures 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
Carsten Brandt 7ba05a7fa1 enable travis caching for cubrid again 10 years ago
Carsten Brandt 800391f67a fixed test braek 10 years ago
Carsten Brandt 40ff302f04 fixed travis cubrid db build 10 years ago
DaSourcerer bdb4a999d3 Testcases for RFC7232, sec 3.2 10 years ago
DaSourcerer b7ec4e491b Removed scripts from README that are no longer present [skip ci] 10 years ago
Klimov Paul 8f4b4bf6bf Extensions unit tests removed 10 years ago
Carsten Brandt 1b58afc1a2 removed extension test cases which have been moved to ext repositories 10 years ago
Carsten Brandt fd3f35bf4a application tests have been moved to their own repo 10 years ago
Carsten Brandt 0a6715bd0b enhanced default value for ListView Sort attribute labels 10 years ago
Klimov Paul f65ca1649a `yii\authclient\clients\GoogleOpenId` restored 10 years ago
Alexander Makarov 0e567bdd9c Fixed tests 10 years ago
Alexander Makarov b7a29e38d9 Fixes #6895: Added `ignoreCategories` config option for message command to ignore categories specified 10 years ago
Carsten Brandt 65a2c54974 fixed unicode in FormatConverter escaping 10 years ago
pana1990 db8a6104b9 Deleted spaces [skip ci] 10 years ago
SilverFire 12fe0c7b85 Fixes #7488: Added `StringHelper::explode` to perform explode with trimming and skipping of empty elements 10 years ago
Carsten Brandt 0772f0ebb2 fixed postgres tests 10 years ago
Alexander Makarov 0eecb6ab1e Fixes #7529: Fixed `yii\web\Response::sendContentAsFile()` that was broken in 2.0.3 10 years ago
Brandon Kelly 7a37c47bb2 Fixed #7150 - support ICU single quote syntaxes 10 years ago
Carsten Brandt ba6bce4e2d fixed DateValidator to work with multibyte strings 10 years ago
Yoyon Cahyono 8b5e16ed56 compare position at which date value parsing ended with its string length to ensure validation when using php intl extension to parse date value 10 years ago
Nikolay Bogolubov 2e414632be fix EmailValidator - added unit tests 10 years ago
Qiang Xue f57a517f6d Fixes #7449: Added `encode` option to allow not encoding select options for `Html::dropDownList()` and `Html::listBox()` 10 years ago