3194 Commits (bizley-patch-1)

Author SHA1 Message Date
Somogyi Márton 5e38f47275 Fix #16305: Fix `FileValidator` mime-type validation failure because of case sensitivity 5 years ago
Somogyi Márton ac8307d5aa Changelog empty contributor name test fix #17528 (#17529) 5 years ago
Somogyi Márton 90d46298ad Fix #17507: Fixed regular expression escaping and simpler condition in `Controller::createAction()` 5 years ago
Alexander Kartavenko cdd40b8dfb Fix #17504: Fix upsert when `$updateColumns = true` but there are no columns to update in the table 5 years ago
Somogyi Márton f5776a968c #17508 fix 5 years ago
Nikolay Poryadin 491f9737fe Fix #17223: Fixed detaching a behavior event when it is a Closure instance 5 years ago
Alexander Makarov 14a7198434
Fix #17485: Revert "Fix #17469: Fixed updating `Yii` logger instance when setting new logger via configuration" 5 years ago
Alexander Kartavenko 69cf9de56b Fix #17473: Fixed `SimpleConditionBuilder::build()` when column is not a string 5 years ago
Alexander Kartavenko 4b768a86f5 Fix #17486: Fixed error when using `batch()` without `$db` parameter with MSSQL 5 years ago
Alexander Makarov 46136b09e7
Fix #17469: Fixed updating `Yii` logger instance when setting new logger via configuration 5 years ago
Alexander Kartavenko e113e09c9c Fix #17459. Use MySQL docker container for testing (#17476) 5 years ago
Sidney Lins 9988efc04f Fix #16796: Fixed addition and removal of table and column comments in MSSQL 5 years ago
Bizley e50a07c30c Fix #17437: Fixed generating namespaced migrations 5 years ago
Alexander Makarov a4a22ae1fb
Partially fix travis builds (#17456) 5 years ago
Alexander Kartavenko 6fc04a622e Fix #17219: Fixed quoting of table names with spaces in MSSQL 5 years ago
Alexander Kartavenko 259c496e2e Fix #10020: Fixed quoting of column names with dots in MSSQL 5 years ago
Alexander Kartavenko a9097dbac3 Fix #17435: Fixed `i18n_init` migration for MSSQL 5 years ago
Alexander Kartavenko 25cf331839 Closes #10023. Fix MSSQL "There are no more rows" exception when using `each()` and `batch()` 5 years ago
Alexander Kartavenko 136705c92b MSSQL: fix tests (#17431) 5 years ago
Alexander Kartavenko d98f4e69b5 Fix MSSQL tests (#17426) 5 years ago
Alexander Kartavenko 869f475dc1 Fix #17413, fix #17418: Fixed MSSQL tests 5 years ago
Alexander Kartavenko 9f2a87363e Fixes #17420: Fixed loading of column default values for MSSQL 5 years ago
Alexander Kartavenko 55b06d2364 Fix #17413: Fixed MSSQL tests: `QueryBuilderTest::testGetColumnType()`, `QueryBuilderTest::testResetSequence()` 5 years ago
Alexander Kartavenko 2b9374558b Fix #17395: Fixed issues with actions that contain underscores in their names 5 years ago
Alexander Kartavenko 56f639358c Add MSSQL tests (#17410) 5 years ago
Garth 9dcf65e304 Fix #17389: Fixed `UniqueValidator` to work with Active Record having `joinWith()` in its `find()` 5 years ago
Alexander Kartavenko eb65dba796 Fixes #17057: Fixed issues with table names that contain special characters or keywords in MSSQL 5 years ago
Alexander Kartavenko 757bc42645 Fixes #17325: Fixed "Cannot drop view" for MySQL while `migrate/fresh` 5 years ago
Brandon Kelly f2212a3183 Fix #17384: Fixed SQL error when passing `DISTINCT ON` queries 5 years ago
Alexander Kartavenko 0fcd495583 Fixes #16394: Fixed issues in `migrate/create` when specifying default values with colons and adding multiple columns 5 years ago
Alexander Kartavenko 2d333b2301 Fixes #17382: Added `\yii\validators\DateValidator::$strictDateFormat` to enable strict validation 5 years ago
Alexander Kartavenko c5397f8784 Closes #16411. Fix windows tests (#17380) 5 years ago
Andriy Borysov 662e367cce Fixes #17332: Trigger 'change' for checkboxes in GridView 5 years ago
Sidney Lins fe3ebe2e56 Fixes #17356: MSSQL Schema was not detecting string field size 5 years ago
Alexander Makarov 1c919a5ac5
Fixes #17377: Add tests that verify there are no false positives 5 years ago
Ashton Schultz 1f9131d841 Fixes #12080: Fixed afterValidate triggering when any validation occurs 5 years ago
Alexander Kartavenko 3275f97684 Fixes #16565: Added missing parts of the context message in `\yii\log\Target::collect` 5 years ago
Alexander Kartavenko 3601d512c2 Fixes #17070: Strip invalid character from fallback file name 5 years ago
Alexander Kartavenko a226b76776 Fixes #17341: Allow callable objects to be set to `\yii\filters\AccessRule::$roleParams` 5 years ago
Brandon Kelly 54b3d6d8ab Fixes #17344: Improved performance of `yii\db\Connection::addSelect()` 5 years ago
Alexander Makarov 317a73a59f
Fixes #17336: Fixed wildcard matching in Event::hasHandlers() 5 years ago
Alexander Kartavenko 8d9947f06a Fixes #17299: Fixed adding of input error class in `\yii\widgets\ActiveField::widget` 5 years ago
Basil e1f6761dfd Fixes #17233: Fixed bug with integer model attribute names in Validator class 5 years ago
Alexander Makarov 6d10d1f05d
Fixed ActiveRecord test was using parent Order class instead of getting one for extensions 5 years ago
Bizley 56215d58e1 Fixes #12077, #12135, #17263: Fixed PostgreSQL version of `alterColumn()` to accept properly `ColumnSchemaBuilder` definition of column 5 years ago
George Tavares Lopes 58761b4411 Fixes #16820: `yii\filters\Cors::prepareHeaders()` now accepts Access-Control-Allow-Headers in preflight response 6 years ago
Dmitriy Gritsenko 77d70bfbe6 Fixes #16589: Fixed not using `defaultValue` in `BlameableBehavior` for console app 6 years ago
Alexander Makarov 33405fa4a5
Fixes #17268: Fixed Formatter didn't take power into account 6 years ago
Razvan Grigore 9c37016dac Fixes #17235: `yii\helpers\FileHelper::normalizePath()` now accepts stream wrappers 6 years ago
Albert Borsos d2c2f63686 Fixes #17127: `yii\db\ActiveRecord::findOne()` now accepts table aliases 6 years ago