2520 Commits (dcfc75fffa7433bf6cda0646836c00edaaeb916c)

Author SHA1 Message Date
Klimov Paul 49564ae3e1 Fix `TimestampBehaviorTest` to be compatible with PHPUnit 6 8 years ago
Alexander Makarov 9bd7dfc89e Skipped segfaulting test when running on Travis and corresponding PHP versions 8 years ago
Гордиенко Владислав Юрьевич 0cf236ec66 Fixes #13963: Added tests for yii\behaviors\TimestampBehavior 8 years ago
Mikk Tendermann 59d3292399 [IpValidator] disable ipv6 checks (#13984) 8 years ago
Sergey Makinen 454f0a9301 Fixes #13807: Fixed `yii\db\QueryBuilder` to inherit subquery params when building a `INSERT INTO ... SELECT` query 8 years ago
Klimov Paul 928a30588d memory usage at unit test reduced 8 years ago
Klimov Paul 86bff27be5 compatibility with PHPUnit 6.x fix 8 years ago
Klimov Paul 8269b73b45 compatibility with PHPUnit 6.x fix 8 years ago
Klimov Paul d8e6a89af9 fixed tests without assettions 8 years ago
Klimov Paul 679bc09b54 compatibility with PHPUnit 6.x fix 8 years ago
Klimov Paul 80ca12872e garbage collection added to unit tests 8 years ago
Klimov Paul 04a14efd3f compatibility with PHPUnit 6.x fix 8 years ago
SilverFire - Dmitry Naumenko b0b55472da
`yii\caching\Cache::getOrSet()` now supports both `Closure` and `callable` 8 years ago
Klimov Paul 15561b7a2c unit test fix 8 years ago
Klimov Paul dee88787fc compatibility with PHPUnit 6.x added 8 years ago
Klimov Paul 5d4a7a588d compatibility for PHPUnit adjusted 8 years ago
Carsten Brandt 5faa0032cb
added more assertations for security masking tests 8 years ago
Kolyunya 892512feba
Fixes #13560: Refactored `\yii\widgets\FragmentCache::getCachedContent()`, added tests 8 years ago
Sam Mousa 8ae207c3a1
Fixes #13837: Refactored masking of CSRF tokens 8 years ago
aquy 514b29d55d
Fixes #13369: Added ability to render current `yii\widgets\LinkPager` page disabled 8 years ago
Sam Mousa ae7378974e
Fixes #13376: Data provider now automatically sets an ID so there is no need to set it manually in case multiple data providers are used with pagination 8 years ago
Nikolay Oleynikov 4e9497c4fa Fixes #13770: Added support for `yii\widgets\Menu` item classes definition in the form of an array 8 years ago
Sam Mousa 79f16b1492
Fixes #13883: `\yii\data\SqlDataProvider` now provides automatic fallback for the case when `totalCount` is not specified 8 years ago
Alexander Makarov a626440761
Reverted #13822, clarified exception descriptions 8 years ago
Pavel Dovlatov 7e1a050a16 Fixes #13821: fixed docs and added more tests for Url helper 8 years ago
Kolyunya a35eada199 Fix tests of a web response 8 years ago
Nikolay Oleynikov ea75068a92 Fixes #13813: Fixed PHP 7 compatibiltiy by adding support for passing instances of `Error` to the `yii\web\Response::setStatusCodeByException()` 8 years ago
Nikolay Oleynikov 558f2aa02a Fixes #13827 Generate "safe" methods uncommented by default 8 years ago
Nikolay Oleynikov 7a2f04ae32 Fixes #13822: Fixed `yii\web\User::loginRequired()` to throw an `UnauthorizedHttpException` instead of a `ForbiddenHttpException` 8 years ago
SilverFire - Dmitry Naumenko 9d6c4bd41b
Enhanced PHPUnit 6 compatibility 8 years ago
Nikolay Oleynikov cf4eea1878 Fixes #13823: Refactored migrations template 8 years ago
Klimov Paul 01dc29705f
Fixed compatibility with PHPUnit 6.x 8 years ago
Alexander Makarov cc44339a45 Improved intl tests to tolerate ICU data differences 8 years ago
Skiptir Engu a600e165aa Added RadiobuttonColumnTest to the grid test group (#13795) 8 years ago
usix298 13c2f5370f Fixed formatting in tests [skip ci] 8 years ago
Artur Fursa 1b322f519f Fixes #13776: Fixed setting precision and scale for decimal columns in MSSQL 8 years ago
vladis84 3c1f3e20cf
Fixes #13704: Fixed `yii\validators\UniqueValidator` to prefix attribute name with model's database table name 8 years ago
Vladislav Lyshenko b00cd65ef3 Fixes #13738: Fixed `getQueryParams()` method in `yii.js` to correctly parse URL with question mark and no query parameters 8 years ago
Alexander Makarov bc59d5da85 Fixes #13707: Fixed `\yii\web\ErrorHandler` and `\yii\web\ErrorAction` not setting correct response code to response object before rendering error view 8 years ago
Sam b238afacee Fixes #4408: Add support for unicode word characters and `+` character in attribute names 8 years ago
Sam 9459eaa277 Fixes #10372: Fixed console controller including complex typed arguments in help 8 years ago
Alexander Makarov 18b3fa10c5 Fixed ICU tests take varieties of data into account (#13751) 8 years ago
Alexander Makarov 3f8e8a89eb Used more specific unit test assertions in framework tests 8 years ago
gagatust 6397791513 Fixed whitespaces to match code style [skip ci] 8 years ago
gagatust b32db9fb28 Fixed path in unit tests README.md [skip ci] 8 years ago
Sergey Makinen a9fb0171f7 Fixes #13745: `SQLSTATE[HY093]: Invalid parameter number: parameter was not defined` in MSSQL and bug fixes in `yii\db\QueryBuilder::buildLikeCondition()` 8 years ago
gagatust 2c9278391c Used short syntax for arrays (#13743) 8 years ago
Bizley c5296242b1
Fixes #13698: `yii\grid\DataColumn` filter is automatically generated as dropdown list in case of `format` set to `boolean` 8 years ago
Vladimir 55dd16f1f7 Fixes #12715: Exception `SAVEPOINT LEVEL1 does not exist` instead of deadlock exception 8 years ago
Tobias Munk acf7c8592a moved Dockerfile(s) to test folders 8 years ago