1020 Commits (e29245d024aa5639e406f043ef0deebdb108e9fd)

Author SHA1 Message Date
Leandro Gehlen 25242adb91 Fixes #5442: Fixed problem on load fixture dependencies with database related tests 7 years ago
Carsten Brandt 3e79d56447
made AssetBundle tests less cryptic 7 years ago
Carsten Brandt 5e8e6840b6
Added copyEmptyDirectories option to FileHelper 7 years ago
quantum 583a2bcb9f
failing test for asset bundle publishing empty directories 7 years ago
Carsten Brandt fb2441c3d7
moved query log logic into private method and reduced calls to getRawSql() 7 years ago
Carsten Brandt 65ea226729
added option to disable query logging in DB command 7 years ago
Andrey Akimov 5695b869a9 Fixes #13890: DbTarget log transaction bug 8 years ago
Bizley f8b3d68817 Fixes #4793: `yii\filters\AccessControl` now can be used without `user` component 8 years ago
Robert Korulczyk 31e321b9b2 Remove unused imports. (#14096) 8 years ago
SilverFire - Dmitry Naumenko 2d0e3fb9ef
Fixed Oracle SQL queries with `IN` condition and more than 1000 parameters 8 years ago
brandonkelly 3456c4e0fd !== 8 years ago
brandonkelly 11c0d4bf15 Skip just certain things for sqllite 8 years ago
brandonkelly 237af91e8e Skip testAutoRefreshTableSchema on sqllite 8 years ago
SilverFire - Dmitry Naumenko 8349362271
Fixed tests 8 years ago
SilverFire - Dmitry Naumenko fce20a3020
Renamed `ActiveForm::registerJs()` to `registerClientScript()`, added tests 8 years ago
brandonkelly e242e9b0ee Fixes #14072: clear table schema cache for all methods that affect cache 8 years ago
Alexander Makarov 37fc6c5afb
Alternative names 8 years ago
Alexander Makarov a9bf1a3a7f
Removed redundant use 8 years ago
Kolyunya 1e65fc29ed
Fixes #14033: Fixed `yii\filters\AccessRule::matchIp()` erroring in case IP is not defined under HHVM 8 years ago
Carsten Brandt d786b78f25 Helper independent (#14050) 8 years ago
Cyrillos Jonua db0e7a6c8f Fixes #13848: `yii\di\Instance::ensure()` wasn't throwing an exception when `$type` is specified and `$reference` object isn't instance of `$type` 8 years ago
Leandro Guindani Gehlen 385eb88048
Added `yii\data\Sort::parseSortParams` 8 years ago
Paul Klimov 3598f8180c Fixes #13087: Fixed getting active validators for safe attribute 8 years ago
sasha-ch 339c7663eb
Fixes #10346: Fixed "DOMException: Invalid Character Error" in `yii\web\XmlResponseFormatter::buildXml()` 8 years ago
Alexander Makarov 7db93fc33d
Refactored solution to be contained within ActiveQuery instead of helper 8 years ago
vladis84 8474927a55
Fixed ambiguous error sql while using unique validator 8 years ago
Sam Mousa 98871123c9
Fixed ignored params when using count in `SqlDataProvider` 8 years ago
Гордиенко Владислав Юрьевич bda091bbb2 yii\filters\RateLimiter refactored (#13994) 8 years ago
Nikolay Oleynikov d0ce165ba6 Fixes #13728: Fixed the bug when `yii\behaviors\SluggableBehavior` wasn't preserving immutable slug values 8 years ago
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 d8e6a89af9 fixed tests without assettions 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
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