616 Commits (e4d9e9df4e160b3dec23966e517895c0ac2ecffe)

Author SHA1 Message Date
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
Yaroslav Lukyanov db1a96d876 Added tests for #8920, used 16bit integers to avoid out of range error 9 years ago
Misbahul D Munir 0e17d652dc Enhanced RBAC Rule assignment 9 years ago
Robbert Jan van de Velde d438c03dbc Bug #11223: Fixed returning an empty array when DbManager::getRolesByUser() was called on a user with user id 0 9 years ago
SilverFire - Dmitry Naumenko 499ee6de9e Added CH test sentence to InflectorTest 9 years ago
Alexander Makarov cfbe50e96d Fixes #11026: Fixed `StringHelper::truncateWords()` to count words properly for non-English text 9 years ago
githubjeka 8e1ec62191 update BooleanValidator 9 years ago
Carsten Brandt 608066b05f fixed ActiveForm tests for output buffering 9 years ago
Daniel Gomez Pan 7dc984d359 Fixed #8779: Automatically set enctype form option when using file input field 9 years ago
Angel Guevara 3cbd64547a Additional phpdoc for #11187 9 years ago
particleflux 1dfab19b77 Fixes #11137: Added weak ETag support to `yii\filters\HttpCache`. It could be turned on via setting `$weakEtag` to `true` 9 years ago
Damian Zajkowski 3fb85fb84e Fixing VarDumper for throwing PHP Fatal when dumping __PHP_Incomplete_Class. #11196 issue. 9 years ago
Alexander Makarov 4cb0c1b55c Fixed tests 9 years ago
Sam Mousa c7436909f4 Added optional `$checkHeader` param to loginRequired for checking the Accept header; defaults to `true`. 9 years ago
SilverFire - Dmitry Naumenko 5db2afbaeb Code style fixed, PHPDoc updated 9 years ago
mdmunir 67b5f4ea19 fix for unsafe validator 9 years ago
Chris Harris 2fe6cee8bf Added SQLite bigpk test. Moved schema builder patterns spreadsheet to docs/internals folder. 9 years ago
Chris Harris 0b2db6f18a Fixing tests 9 years ago
Chris Harris 7bfcd0c427 Fixing tests 9 years ago
Chris Harris d8d10229c6 Fixing tests 9 years ago
LAV45 6c2545c807 Added SVG image and SVG mimeType test to FileValidatorTest 9 years ago
SilverFire - Dmitry Naumenko a0f9bf2893 Fixed `yii\web\UploadedFile::getBaseName()` to be multibyte-safe, added test 9 years ago
Taras Gudz 151610f611 Fixed #10784 9 years ago
SilverFire - Dmitry Naumenko a0e614eb20 `yii\validators\EachValidator` injects specific attribute value in error message parameters 9 years ago
LAV45 049ea37f77 Fixes #10993: Fixed `yii\rbac\DbManager::removeAllRules()` and `yii\rbac\PhpManager::removeAllItems()` 9 years ago
Alexander Makarov c17f887583 Added `StringHelper::countWords()` that given a string returns number of words in it 9 years ago
Dmitry Khlystov 7eff23886c Fixes #10726: Added `yii\rbac\ManagerInterface::canAddChild()` 9 years ago