2061 Commits (e53cc5e9386fcf25dcba15e70f0e58351fa65a7c)

Author SHA1 Message Date
Carsten Brandt 89bc2918d3 Make 'safe' validator work on write-only properties 8 years ago
githubjeka 76ced661b2 DetailView captionOptions & contentOptions attributes 8 years ago
Evgeniy Tkachenko aa4b49a2e6 Fixes #11245: Added `yii\rbac\ManagerInterface::getRolesByRole($roleName)` method. Implement to `DbManager` and `PhpManager` 8 years ago
SilverFire - Dmitry Naumenko 95152f3c2c Fixed consistency of `indexBy` handling for `yii\db\Query::column()` 8 years ago
Boudewijn Vahrmeijer 76d8bc9f94 enhance tests for DataColumn (#12615) 8 years ago
Boudewijn Vahrmeijer 41e2e244fc fix failing test in Windows env 8 years ago
SilverFire - Dmitry Naumenko fb210b8839 Fixed typo in data type. Fixes #12599 8 years ago
SilverFire - Dmitry Naumenko 3861108553 Fixed casting of `binnary()` type for MSSQL. Closes #12599 8 years ago
SilverFire - Dmitry Naumenko 3ec3ce9312 Reverted #10429 because of BC breaking 8 years ago
Carsten Brandt e327d018b4 added test for pagination params 8 years ago
SilverFire - Dmitry Naumenko f3dc5c437d
Fixed replacement of alias more than once in View::registerJsFile() and View::registerCssFile(), updated tests 8 years ago
SilverFire - Dmitry Naumenko 9931324e48
Fixed regression in View::registerJsFile, View::registerCssFile 8 years ago
SilverFire - Dmitry Naumenko 770c96b7c9 #12544 - Added additional tests cases for `AssetBundleTest::testRegisterFileAppendTimestamp()` 8 years ago
SilverFire - Dmitry Naumenko 8eaf4e2ffe #12544 - Added mote test cases for `AssetBundleTest::testRegisterFileAppendTimestamp()` 8 years ago
Alex-Code 37caadfab8 Extra truncate HTML tests 8 years ago
Klimov Paul bda1dbe004 Fix unit test 8 years ago
Klimov Paul 60307c118b code style fix 8 years ago
Klimov Paul 8c39b1cbfa code style fix 8 years ago
Klimov Paul 11c93c405c fix `LoggerTest` to be more reliable 8 years ago
Paul Klimov 8aa0e85a07 Add migration namespace support (#12511) 8 years ago
SilverFire - Dmitry Naumenko c66b845f48 Revert "Fixed #11973: `yii\helpers\BaseHtml::getAttributeValue()` fixed to work with `items[]` notation correctly" 8 years ago
Daniel Gomez Pan ae42d7b281 Fix #12423 Fix bug migration tool when creating fields with brackets in comment 8 years ago
SilverFire - Dmitry Naumenko 7f69b71d60 Updated QueryTest. Verified `andFilterWhere` to work with nested operator format conditions 8 years ago
SilverFire - Dmitry Naumenko 6670fa986f Updated MenuTest. Verified that item template override works correctly 8 years ago
SilverFire - Dmitry Naumenko 72f9a10844 Fixed tests 8 years ago
SilverFire - Dmitry Naumenko c3622bb1ad Added tests for #10429 8 years ago
Evgeniy Tkachenko fd6dd73cec `AssetManager::getAssetUrl()` fixed to get URL when `appendedTimestamp` is true 8 years ago
Klimov Paul d73d155e43 code style fix 8 years ago
Carsten Brandt b13d6fb13a make version_compare() match everything starting from alpha 8 years ago
Carsten Brandt 1edf562800 better version match for travis memcache 8 years ago
Carsten Brandt 9524672cd1 skip memcache extension on PHP 7 but keep memcacheD 8 years ago
Carsten Brandt 2bd301d1fe fix test for PHP 7.1, expect deprecation message for mcrypt_create_iv() 8 years ago
Carsten Brandt 06b045c8fe created unit test to verify #12483 8 years ago
Paul Klimov 4e59607c9d `MultipartFormDataParser` added (#12466) 8 years ago
SilverFire - Dmitry Naumenko 7e16a667ee Added unit-test for BaseHtml::errorSummary() 8 years ago
Klimov Paul 48b0b962b8 Added `yii\base\Event::offAll()` method allowing clear all registered class-level event handlers 8 years ago
Klimov Paul ea03f56d42 `BaseActiveRecord` methods `canGetProperty()` and `canSetProperty()` improved to handle attribute list fetching failure. 8 years ago
Robert Korulczyk 7d1ef4c054 Improvements for handling redirections produced by UrlNormalizer (#12451) 8 years ago
Bizley 3deb6900b8 Yii 2 name fix (#12448) 8 years ago
Paul Klimov 2fe0a405a9 fix for #9027 - UploadedFile early instantiation problem (#12439) 8 years ago
Robert Korulczyk 9d882e53fe Fixes #12431: Fix bug when lock file was not removed after `yii\mutex\FileMutex::release()` 8 years ago
Carsten Brandt 857da0e102 added test for Module class 8 years ago
Klimov Paul db15c50557 Fixed `yii\console\controllers\AssetController` looses bundle override configuration, which makes it external one 8 years ago
Klimov Paul 90b9ed87bd Added `yii\data\Sort::setAttributeOrders()` 8 years ago
Klimov Paul 8c9bafcc06 Fix unit test on HHVM 8 years ago
Klimov Paul 56cc97ae42 Added `yii\console\controllers\AssetController::deleteSource` 8 years ago
Robert Korulczyk 8142de23d4 Improve normalizer for URL manager 8 years ago
Cronfy a7f63b6da3 Add normalizer for URL manager. 8 years ago
Klimov Paul 75439d367d Fixed `canGetProperty()` and `canSetProperty()` returns `false` for `yii\db\BaseActiveRecord` attributes 8 years ago
Klimov Paul cd8c01f555 Fixed `yii\rest\Serializer::serialize()` serializes DataProvider incorrectly, if models keys do not compose integer sequence 8 years ago