2988 Commits (3.0)

Author SHA1 Message Date
Paul Klimov e28bf15754 Fixes #11389: `yii\base\Event` refactored to match commonly used notations 6 years ago
Andrii Vasyliev d24d795785 Fixes #16495: Added method call support in DI and `Yii::configure()` 6 years ago
Andrii Vasyliev 22c3126c1c Fixes #16487: Added circular reference detection in DI container 6 years ago
Brandon Kelly e1a49cfb6d Fixes #16247: Cloning components will now clone their behaviors as well 6 years ago
Mahesh S Warrier f903fb2c0a Fixes #16285: Modified yii\web\XmlResponseFormatter to accept attributes for XML elements 6 years ago
Alexander Makarov 32efb09902
Fixes #11397: `yii\i18n\MessageFormatter` polyfills and `yii\i18n\MessageFormatter::parse()` method were removed resulting in performance boost. See UPGRADE for compatibility notes 6 years ago
SilverFire - Dmitry Naumenko be8633702d
Fixing tests after meging with master 6 years ago
SilverFire - Dmitry Naumenko 1cc5f15635
Use null coalesce operator where possible 6 years ago
Thoulah a32cfcc8ef Fixes #16266: Fixed `yii\helpers\BaseStringHelper` where explode would not allow 0 as trim string 6 years ago
Salem Ouerdani 1945dc69c7 Fixes #9133: Added `yii\behaviors\OptimisticLockBehavior` 6 years ago
Sam a8d95f429d Fixes #14636: Views can now use relative paths even when using themed views 6 years ago
Sam 84cb255aab Fixes #16245: Fixed `__isset()` in `BaseActiveRecord` not catching errors 6 years ago
SilverFire - Dmitry Naumenko 3d96a45f6b
Fixed BC breaking change in Inflector 6 years ago
SilverFire - Dmitry Naumenko 629a33fd0e
Made Inclector unicode-safe 6 years ago
Jianjun Chen 2b6d181878 Fix #16193 to not reflect origin header for wildcard origins 6 years ago
SilverFire - Dmitry Naumenko 2468282154
Fixing tests 6 years ago
SilverFire - Dmitry Naumenko b9ffea141c
Fixing tests 6 years ago
SilverFire - Dmitry Naumenko 4f33296491
Fixing tests 6 years ago
SilverFire - Dmitry Naumenko 3e4936982e
Fixing tests 6 years ago
SilverFire - Dmitry Naumenko b9aa0001b6
Fixed `yii\helpers\Inflector::camel2words()` to work with UTF-8 6 years ago
杨国帅 2c997cdb82 Fixes #16184: Fixed `yii\base\Widget` to access `stack` property with `self` instead of `static` 6 years ago
Alexey f5665a0544 fix #15798 (yii\grid\CheckboxColumn, yii\grid\RadioButtonColumn conte… (#16021) 6 years ago
Andrey Akimov 2a3428c9e9 Fixes #15875: afterSave for new models flushes unsaved data 7 years ago
Filippo Tessarotto 4f41d1118c FileCache: rebuild cache file before touch when different file owner (#16120) 7 years ago
Leandro Gehlen b576336beb Fixes #16126: Allows to configure `Connection::dsn` by config array 7 years ago
Carsten Brandt 314b66827b
added test to verify #15298 7 years ago
Roman Zhuravlev 9546bd8187 Fixes #16054: Callback execution with mutex synchronization 7 years ago
Bob Olde Hampsink ab092f2e21 Fixes #15117: Fixed `yii\db\Schema::getTableMetadata` cache refreshing 7 years ago
pgaultier 35ac718110 Fixes #16006: Handle case when `X-Forwarded-Host` header have multiple hosts separated with a comma 7 years ago
Pavel Ivanov 35c3ff2fbd Fixes #16010: Fixed `yii\filters\ContentNegotiator` behavior when GET parameters contain an array 7 years ago
Pavel Ivanov 13ad20551e Fixes #14660: Fixed `yii\caching\DbCache` concurrency issue when set values with the same key 7 years ago
Robert Korulczyk 8a46b33ef7 Simplify yield test for `Command::batchInsert()`. (#16007) 7 years ago
Pavel Ivanov 839112a919 Issue #14834: skip 'TIMESTAMP' definition test when NO_ZERO_DATE enabled (#15987) 7 years ago
Pavel Ivanov 4e940a2772 Fix travis builds for 'nightly' php (#15992) 7 years ago
Pavel Ivanov 3e25001a67 Issue #15957: dropped unnecessary PHP version checks (#15975) 7 years ago
Pavel Ivanov 741a569695 Issue #15957: dropped deprecated UniqueValidator::$comboNotUnique (#15976) 7 years ago
Pavel Ivanov 6adc81da4c Fix master travis builds (#15971) 7 years ago
Pavel Ivanov 20fdf81711 Issue #15957: drop HHVM remains (#15965) 7 years ago
Pavel Ivanov 0babc4b299 Issue #15957: dropped deprecated View properties (#15961) 7 years ago
Pavel Ivanov f5315185dc Issue #15957: finally drop deprecated exit code constants (#15958) 7 years ago
Pavel Ivanov 8005748714 #11560: removed ZendDataCache remains (#15955) 7 years ago
Carsten Brandt 0af1c05d6a
`yii\db\ActiveRecord::findOne()` now accepts column names prefixed with table name 7 years ago
Pavel Ivanov 8aebdd8c17 CacheableWidgetBehaviorTest enhancements (#15930) 7 years ago
SilverFire - Dmitry Naumenko b37f361ad7
Fixed possible SQL injection through `ActiveRecord::findOne()` 7 years ago
Marco Moreno f33959419a
Fixes #15878: Fixed migration with a comment containing an apostrophe 7 years ago
SilverFire - Dmitry Naumenko a1a2932131
Added test to check issue #15902 7 years ago
Marco Moreno c31f9ac811 Fixes #15878: Fixed migration with a comment containing an apostrophe 7 years ago
Carsten Brandt 52c80f782d
moved SQL specific test to SQL AR 7 years ago
SilverFire - Dmitry Naumenko 79583a2c7e
Reverted casting JsonExpression(null) to SQL NULL 7 years ago
SilverFire - Dmitry Naumenko c6ea3fb455
Revert "Fixed JsonExpressionBuilder to generate SQL NULL" 7 years ago