2075 Commits (2ab41948a8efcaea7042b1ef965fb55563b417c6)

Author SHA1 Message Date
Edgard Lorraine Messias d3c7accc49 Added braces check for initDefaultButton (#12863) 8 years ago
Alexey Rogachev aa6d34a285 Fixes #9796: Initialization of not existing yii\grid\ActionColumn default buttons (#12859) 8 years ago
Evgeniy Tkachenko 757b3de0bf Fixes #12828: Fixed handling of nested arrays, objects in `\yii\grid\GridView::guessColumns` 8 years ago
Paul Klimov 8d05bd9479 `yii\base\Application::$version` converted to `yii\base\Module::$version` virtual property, allowing to specify version as a PHP callback 8 years ago
Edgard Lorraine Messias 60208bb96c Enabled tests for FileMutex on Windows, see #12824 (#12831) 8 years ago
Pavel Dovlatov 73a30780b3 Fixes #12810: getChildRoles() throws an exception when role has no children 8 years ago
Carsten Brandt dda5543a61 added test for View::registerJsFile() 8 years ago
Klimov Paul d4df72a2a4 Fixed `yii\behaviors\AttributeTypecastBehavior` unable to automatically detect `attributeTypes` 8 years ago
Carsten Brandt 6346e7180c added test for default route to Url helper 8 years ago
LAV45 04848a6c3b Fix yii\rest\Serializer serialize ArrayDataProvider with pagination bug 8 years ago
Carsten Brandt fa9675636b fixed broken test in ActiveRecordTestTrait 8 years ago
p.chapl 3e1588b5b9 Added unit tests for #9561 8 years ago
Klimov Paul 2a9a997277 Added support for wildcards for `optional` at `yii\filters\auth\AuthMethod` 8 years ago
Robert Korulczyk 63f95fa3ad Fixes #11309: Added `yii\web\Request::getHostName()` method that returns hostname of current request 8 years ago
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