1921 Commits (0a10d6e265e858f623ce60473e776261501d8a8d)

Author SHA1 Message Date
Carsten Brandt 5bc2f3a851 avoid random test failure 9 years ago
Alexander Makarov e00c9d904e Fixed tests to run properly on Windows 9 years ago
Carsten Brandt e94b68436d complete test coverage for reading /dev/urandom 9 years ago
Carsten Brandt 49028af437 skip testing /dev/urandom on windows 9 years ago
Carsten Brandt 2aeb479341 better unit test for generateRandomBytes() 9 years ago
Vladimir Khramov c6d04644d3 passing properties to recursive call if properties of top object are not specified 9 years ago
Carsten Brandt 4411a74ebd proper fix for #9425, adjust changes from #11363 9 years ago
Carsten Brandt 00d506c398 completed implementation for #7177 9 years ago
Robbert Jan bb0ef88860 Enhancement for DateValidator (#7177, #10165) 9 years ago
SilverFire - Dmitry Naumenko 8c2a70b3e7 Moved TraversableObject to yiiunit\data\base namespace 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
SilverFire - Dmitry Naumenko 813d1d9c31 DbSessionTest::testMigration() does not display migration process anymore (insted of 8de6fde) 9 years ago
SilverFire - Dmitry Naumenko 8de6fde989 Added Console helper mock, updated DbSessionTest::testMigration() to hide migration process output 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
SilverFire - Dmitry Naumenko f21e472c98 Update UserTest::testLoginRequired(), CHANGELOG 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 5f1a5fbcf7 Implemented DI for callable component configuration 9 years ago
Carsten Brandt 37d2373911 added tests for #9047 9 years ago
Lennart van den Dool f8a844a90f Query helper method for filter values containing operators 9 years ago
SilverFire - Dmitry Naumenko bf9fb0e13e Fixed CheckboxColumnTest::testInputValue() 9 years ago
Carsten Brandt 8d8cd1a26d adjusted dbms specific tests 9 years ago
Edgard Lorraine Messias 278bfca140 Fixed `quoteColumnName` for table start with `{{` or `[[` 9 years ago
Carsten Brandt 38d347c9f5 fix quoting column name in case of quoted table name 9 years ago
Carsten Brandt fd68e6814e added failing test for #11088 9 years ago
Carsten Brandt 6309962c5c more tests for #11056 9 years ago
Carsten Brandt 22503ebe97 allow setting custom logger in Dispatcher via config 9 years ago
SilverFire - Dmitry Naumenko b77d74b6d6 Fixed broken PostgreSQLQueryBuilderTest::testCommentColumn() 9 years ago
SilverFire - Dmitry Naumenko b08c82c5fe Driver specific QueryBuilderTest::testCommentColumn() - improved to use replaceQuotes() 9 years ago
SilverFire - Dmitry Naumenko 2478ba7b20 QueryBuilderTest::testCommentColumn() - improved to use replaceQuotes() 9 years ago
SilverFire - Dmitry Naumenko 8999e66e71 Fixed SqliteQueryBuilderTest 9 years ago
SilverFire - Dmitry Naumenko 1aa2f1d927 Removed sqlite/ColumnSchemaBuilder::comment() method override 9 years ago
SilverFire - Dmitry Naumenko 0fe27b9d3b Refactored code in PR #9441 9 years ago
Chris Harris 5316576361 Fixes `after()` column string builder (#11362) 9 years ago
Edgard Lorraine Messias 8d6b669bc6 Added more tests for mutex; (#11359) 9 years ago
Alexander Makarov 5f7cd1cbc4 Skipped RNG performance tests 9 years ago
Klimov Paul 2d5a0bf5ae `EachValidator::validateAttribute()` fixed to restore original value on error 9 years ago
Klimov Paul 205f16811a Fixed `yii\validators\EachValidator` does not invoke `validateAttribute()` method of the embedded validator 9 years ago
maine-mike ad6047e09f Fixes #10480: Fixed removing old identity cookie when loggin in as another user without logging out first 9 years ago
mdmunir d437c4bd37 Add session migration 9 years ago
Angel Guevara b49488b1f7 Enh new property `skipUpdateOnClean` for `AttributeBehavior` (#11302) 9 years ago
Ivaylo Ushev 5921865459 Fixed: #11270 - Error when link record in one to many relation. (#11301) 9 years ago
SilverFire - Dmitry Naumenko 3b32359fa9 Updated ActiveRecordTestTrait to ensure nested relations work as expected 9 years ago
Mikk Tendermann 2f9395bbd6 fix #11299 9 years ago
Aleksei Vesnin 6745bdb65e Fixed `yii\widgets\ActiveField` to handle inputs AJAX validation with changed ID properly. 9 years ago
Angel Guevara b923adf75c Enh: Support for useTablePrefix parameter in migrate command 9 years ago
Tom Worster c455a3c54b Security component enhancements 9 years ago
Alexander Makarov f312163258 Fixes #11220: NumberValidator now handles objects properly 9 years ago
Angel Guevara 49aec24ae1 Enh: Migrate command now supports foreign keys 9 years ago