2202 Commits (8e123830489045e4a3333fa389eb460990713704)

Author SHA1 Message Date
a.kompaniets 50f3012f68
fixed currency format with custom decimal fraction 8 years ago
Carsten Brandt a51dadc866
added test for #12345 8 years ago
Vladimir f3bc11c724 Implement #13219: Ability to not shuffle masters connections (#13241) 8 years ago
bashkarev 338e5967cb
Added Logging of memory usage 8 years ago
SilverFire - Dmitry Naumenko f6b9aac0bf
Ehanced `yii\web\ErrorAction` test coverage 8 years ago
SilverFire - Dmitry Naumenko 24ad05de5b
Refactored `yii\web\ErrorAction` to make it reusable 8 years ago
SilverFire - Dmitry Naumenko edc3d0a35f
Enhanced TestCase::invokeMethod(), ::getInaccessibleProperty() to revoke access after calling 8 years ago
Pavel Ivanov 4db3bcd64c
Fixes #13277: Invalid parsing of `--` in CLI 8 years ago
SilverFire - Dmitry Naumenko 178d319556
Added Cache::getOrSet() 8 years ago
Carsten Brandt 96ee5c373e
added more tests for SwiftMailer vulnerability CVE-2016-10074 8 years ago
SilverFire - Dmitry Naumenko 6af2a43390
Added EmailValidatorTest to prove CVE-2016-10074 does not affect EmailValidator 8 years ago
Alexander Makarov c33583aede
Fixed naming for #13214 as suggested by Paul 8 years ago
Klimov Paul 6211f9c030 `MigrateControllerTestTrait` fix for HHVM 8 years ago
Klimov Paul 194577c55e Code style fix 8 years ago
Carsten Brandt c4857176ac
added test for ArrayHelper::multisort() with closure key 8 years ago
SilverFire - Dmitry Naumenko ed82ba4ee2
Revert "fix ArrayHelper::getValue() to throw exception on invalid input" 8 years ago
Pavel Chaplygin 25e6eb04a5 refs #11122: Fixed can not use `orderBy` with aggregate functions (#12772) 8 years ago
SilverFire - Dmitry Naumenko a710345ea7
Enhanced PHPDocs, added Unit tests, updated CHANGELOG 8 years ago
Alexey Rogachev 8d813f7bf1 Fixes #12840, #12836, #13231, #13232 8 years ago
SilverFire - Dmitry Naumenko 24dae19fc8
ListView: PHPDocs and tests enhanced 8 years ago
SilverFire - Dmitry Naumenko cdabb660d6
Refactored ListView::beforeItem, ::afterItem. Added Unit tests. 8 years ago
Robert Korulczyk 2a68351ec3 Fix tests on travis. (#13238) 8 years ago
SilverFire - Dmitry Naumenko df733d1bbe
Fixed QueryBuilderTest 8 years ago
SilverFire - Dmitry Naumenko 2f8225a244
Fixed QueryBuilderTest to work with PgSQL and other DBMS 8 years ago
Daniel Gómez Pan b985ea3476 Fix #13108: Negative integer parameter causes "Unknown alias" error w… (#13220) 8 years ago
SilverFire - Dmitry Naumenko 54c7e0c434
Added tests for QueryBuilder::batchInsert() 8 years ago
Ni-san 5795b3937e
Added rbac\BaseManager::hasNoAssignments() 8 years ago
Carsten Brandt 66e8158716 Fixes #11771: Fixed semantics of `yii\di\ServiceLocator::__isset()` to match the behavior of `__get()` which fixes inconsistent behavior on newer PHP versions 8 years ago
Brandon Kelly 350e93e626 Fixes #12612: Query conditions added with `yii\db\Query::andWhere()` now get appended to the existing conditions if they were already being joined with the `and` operator 8 years ago
Carsten Brandt e963b2af64
fix ArrayHelper::getValue() to throw exception on invalid input 8 years ago
Carsten Brandt 9821c589c5
fixed issue with rest\UrlRule extraPatterns 8 years ago
Alexander Makarov e83624df9e
Closes #11418: Added test for #11418 8 years ago
SilverFire - Dmitry Naumenko 11c58549d4
Fixed FileHelperTest::testFindFilesRecursiveWithSymLink() 8 years ago
Alexander Makarov 2f7c1b36b5
Fixes #12419: Added ability to remove root tag and object tags for `yii\web\XmlResponseFormatter` 8 years ago
SilverFire - Dmitry Naumenko 9a45b70adf
Updated FileHelperTest 8 years ago
Alexander Makarov b78d6367ba
Removed duplicate assertion from tests, divided test method into two 8 years ago
Elvira Sheina bfba0aa711 Refactor validateAttribute method in UniqueValidator (#13202) 8 years ago
Carsten Brandt 01997441cc
added tests for rest\UrlRule::createUrl() 8 years ago
Alexander Makarov 837b33767c
Fixes #11697: Added `filterHaving()`, `andFilterHaving()` and `orFilterHaving()` to `yii\db\Query` 8 years ago
SilverFire - Dmitry Naumenko 88f2348ed5
Fixed `ActiveRecord::unlinkAll()` to respect `onCondition()` 8 years ago
SilverFire - Dmitry Naumenko a132ee9a08
Fixed order or checks in IpValidator 8 years ago
Klimov Paul 50b668eee8 redundant code removed 8 years ago
Chris Harris ae83dd0524 Fixes #13128: Fixed incorrect position of {pos} string in ColumnSchemaBuilder `__toString` 8 years ago
Robert Korulczyk 8e0af24203 Fix protocol-relative URLs in `Url::to()` (#13156) (#13157) 8 years ago
Zlakomanov Alexander b8bf0d0c0c added hint into foreign keys query for oracle 11g optimisation 8 years ago
Alexey Rogachev d96363674c Added JS tests for yii.captcha.js (#12840), fixes #13159 (#13160) 8 years ago
Alexey Rogachev bd85b7ced2 Closes #6242: Access to validator in inline validation (#13027) 8 years ago
Sergey Makinen 3611aa409b Fixes PageCacheTest: requestedRoute is not set up (#13173) 8 years ago
Boudewijn Vahrmeijer 92eee10ae1 Change the name of method getQueryTableName and remove its $query argument (#12893) 8 years ago
Carsten Brandt 65e4a28800 consistent behavior for Yii::$app->controller and ->action (#13167) 8 years ago