6506 Commits (35d7cacfbd8db138a1592ef39a853f042d094223)

Author SHA1 Message Date
Angel Guevara 35d7cacfbd simplify default classes 9 years ago
Angel Guevara 0dee3509a8 simplify `::class` usage 9 years ago
Carsten Brandt 82d36df284 fixed test break 9 years ago
Angel Guevara e880ff2ff6 fix #11473 trailing backslash in class (#11474) 9 years ago
Carsten Brandt 25ac762d8c expression support in orderBy and groupBy (#10693) 9 years ago
Carsten Brandt 9e830b1fbf UPGRADE note about #10693 9 years ago
Carsten Brandt 0888d6967b removed yii\base\Object::className() 9 years ago
Carsten Brandt b503dc9ff2 use ::class also in documentation and configs 9 years ago
Carsten Brandt 88a4f4ae9f Use ::class instead of ::className() 9 years ago
Alexander Makarov c5efe32c28 Fixes #11397: Minimum required version of PHP is 5.6.0 now 9 years ago
Alexander Makarov 52d70732c1 Fixed merge artifact in CHANGELOG 9 years ago
Razzwan 0a10d6e265 Fixes #11414: Files specified as `null` in `yii\web\AssetBundle` won't be registered 9 years ago
Anatoly Rugalev b14758d423 Removed extra changelog line (#11451) 9 years ago
Carsten Brandt be7ad4366c prepare for next release 9 years ago
Carsten Brandt 731769241b release version 2.0.8 9 years ago
Evgeniy Tkachenko 7615a39e4d Add note about purge DB (#11445) 9 years ago
Carsten Brandt e94b68436d complete test coverage for reading /dev/urandom 9 years ago
Carsten Brandt f2f082dbab moved checks before random_bytes() to have consistent behavior accross php versions 9 years ago
Carsten Brandt edd6e719bb added missing since annotations and removed duplicate line 9 years ago
Carsten Brandt 55b858df6d use already existing error string 9 years ago
Carsten Brandt c86f78cb55 german translatoin update 9 years ago
Vladimir Khramov c6d04644d3 passing properties to recursive call if properties of top object are not specified 9 years ago
Carsten Brandt 627233715b proper `@since` annotations 9 years ago
Carsten Brandt 4411a74ebd proper fix for #9425, adjust changes from #11363 9 years ago
Carsten Brandt 9ea5d46140 added missing `@since` annotations 9 years ago
Carsten Brandt 9f044b269f update Upgrade notes 9 years ago
Evgeniy Tkachenko 72eca59399 [ci skip] add note about create_xxx drop_xxx (#11435) 9 years ago
Evgeniy Tkachenko 7c663debd5 [ci skip] phpDoc updated (#11434) 9 years ago
Alexander Makarov 140e7fc915 Fixed changelog line that belongs to 2.0.8 instead of 2.0.7 9 years ago
Juuso Leinonen 396bd9f714 Fixes #10309: Extracted `yii\web\UrlManager` rule cache key into `$cacheKey` protected property 9 years ago
Darking f75f453ec4 Fixes #10475: Extracted `getUrlFromCache()` and `setRuleToCache()` protected methods from `yii\web\UrlManager::createUrl()` 9 years ago
Carsten Brandt 5dab713840 moved wrongly created changelog lines 9 years ago
Carsten Brandt f900f24ca9 Fixed namespace conflict with Markdown helper and Console helper 9 years ago
Carsten Brandt 00d506c398 completed implementation for #7177 9 years ago
Robbert Jan bb0ef88860 Enhancement for DateValidator (#7177, #10165) 9 years ago
Sam Mousa 2ac17ddae6 Simplified exception page Javascript 9 years ago
SilverFire - Dmitry Naumenko 8c2a70b3e7 Moved TraversableObject to yiiunit\data\base namespace 9 years ago
SilverFire - Dmitry Naumenko 62fdaa249f updated UPGRADE.md 9 years ago
SilverFire - Dmitry Naumenko 37fdc8c5e5 Updated UPGRADE.md 9 years ago
AnatolyRugalev 59fdac54ff Added support of :submit[formtarget] 9 years ago
SilverFire - Dmitry Naumenko e2e4f76229 Updated SqliteQueryBuilderTest to work with Composite in conditions 9 years ago
Sam Mousa baab8d6a68 QueryBuilder now supports `Traversable` objects for `IN` clauses. 9 years ago
PooyaE 14873796ac update fa/yii.php (#11406) 9 years ago
Alexander Makarov 4f4fa6fdf0 Fixes #10710: `yii\helpers\FileHelper::copyDirectory()` is now throwing exception when trying to copy a directory to itself or a subdirectory 9 years ago
Alexander Makarov 84827597dc Added `@since` tags for #10631 9 years ago
SilverFire - Dmitry Naumenko f21e472c98 Update UserTest::testLoginRequired(), CHANGELOG 9 years ago
dawei 5bd35c344c dont set return url, if request method is not GET 9 years ago
Andrii Vasyliev b4995c3990 Fixed `yii\console\Application::runAction` to not to corrupt response exit code when action returns Response object 9 years ago
raoul 60f6ecf063 `yii\db\BaseActiveRecord` now triggers event EVENT_AFTER_REFRESH` after a record is refreshed 9 years ago
Sam Mousa 90b92440fa Fixed using DI container with no `Yii::$app` set. 9 years ago