1434 Commits (89ded8c82a56ee8836b22a03276545b2433c049d)

Author SHA1 Message Date
Kwok 89ded8c82a
Fix #18000: PK value of Oracle ActiveRecord is missing after save 4 years ago
Maksym Storchak c32811887a
Fix #18011: Added attribute labels support for `DynamicModel`, fixed `EachValidator` to pass the attribute label to the underlying `DynamicModel` 4 years ago
scottix 975937e531
Fix #18006: Allow SameSite cookie pre PHP 7.3 4 years ago
Deryabin Sergey 7a27f5fd12
Add missing third parameter to preg_match in ChangeLogTest (#17998) 4 years ago
Sartor a66fac3bb1
Fix #17758: `Query::withQuery()` can be used for CTE 5 years ago
Bizley 0643ef312d Corrected tests 5 years ago
ricardomm85 355ca1562d
Fix #17810: Fix EachValidator crashing with uninitialized typed properties 5 years ago
Alexander Makarov 65e5640810
Fix #17932: Fix regression in detection of AJAX requests (#17937) 5 years ago
Igor Tarasov 7f88acb313
Fix #17878: Detect CORS AJAX requests without `X-Requested-With` in `Request::getIsAjax()` 5 years ago
Alex 4b6d3c0290
Fix #17929: Actions can now have bool typed params bound 5 years ago
Adam Hayward 31e3698ab9
Fix #17827: Add `StringValidator::$strict` that can be turned off to allow any scalars 5 years ago
Alexander Makarov 438cc80fc7
Fix #17667: Fix `CREATE INDEX` failure on sqlite when specifying schema 5 years ago
Alexander Makarov 4de66f8205
Fix #16145: Fix `Html` helper `checkboxList()`, `radioList()`, `renderSelectOptions()`, `dropDownList()`, `listBox()` methods to work properly with traversable selection 5 years ago
Alexander Makarov 1d6d0d76c5
Fix HtmlTest to work well with line endings 5 years ago
Alex 50b19dbfba
Fix #17920: Fix for `Command::getRawSql` and `Expression` in params 5 years ago
alex-code 5939813a8e
Fix #17797: Fix for `activeListInput` options 5 years ago
Ivan Hermanov b7d8730044
Fix #16092: Fix duplicate joins in usage of `joinWith` 5 years ago
vinpel f165b6b31f
Fix #17679: Fix Oracle exception "ORA-01461: can bind a LONG value only for insert into a LONG column" when inserting 4k+ string 5 years ago
Alexander Makarov e22c9c6d68
Fix incorrect assertion in fixture test (#17904) 5 years ago
patacca ecbafa2e3a
Fix #17886: yii\rest\Serializer serialize arrays 5 years ago
simialbi 79e68767db
Fix #11945: Fix Schema Builder MySQL column definition order 5 years ago
Ivan Hermanov 6e9764b467
Added support of JsonSerializable interface to ArrayableTrait (#17888) 5 years ago
Michael Härtl c41b428088
Fix #17884: Fix 0 values in console Table rendered as empty string 5 years ago
Ivan Hermanov 18f7970d80
Fix #16334: Serializer support `\JsonSerializable` 5 years ago
Yusup Hambali 55793471ea
Fix #17875: Revert `move_uploaded_file()` function instead of `copy()` and `unlink()` for saving uploaded files when POST request 5 years ago
Alexander Makarov 215862a91e
Don't test FormatterDate DATE_ATOM with PHP 5.5 (#17879) 5 years ago
Alexander Makarov 93073c9c41
Execute FormatterDate intl test to PHP 5.5+ only (#17876) 5 years ago
Viktor Pikaev c901608af7
Fix #17863: `\yii\helpers\BaseInflector::slug()` doesn't work with an empty string as a replacement argument 5 years ago
Arthur Skobara a19dd48b79
Fix #7622: Allow `yii\data\ArrayDataProvider` to control the sort flags for `sortModels` through `yii\data\Sort::sortFlags` property 5 years ago
haveyaseen 82b7ecbdf3
Fix #17828: Fix `yii\web\UploadedFile::saveAs()` failing when error value in `$_FILES` entry is a string 5 years ago
Alexander Makarov f5205a83ea
Skip NumberFormatter::asScientific() intl test (#17837) 5 years ago
rhertogh b794d76056 Fix #17829: `yii\helpers\ArrayHelper::filter` now correctly filters data when passing a filter with more than 2 levels 5 years ago
Ather Shu 038ce9f77e Fix #17755: Fix a bug for web request with `trustedHosts` set to format `['10.0.0.1' => ['X-Forwarded-For']]` 5 years ago
Toma91 a982f31606 Fixes #17300: Fix class-level Event handling with wildcards 5 years ago
Yusup Hambali cf0e56907f Fix #17037, Fix #17729: Fix uploaded file saving for multipart forms, add path alias support for UploadFile::saveAs() 5 years ago
Brandon Kelly beca7b45d3 Fix #17793: Fix inconsistent handling of null `data` attribute values in `yii\helpers\BaseHtml::renderTagAttributes()` 5 years ago
Brandon Kelly 7e471e3010 Fix #17792: Added support for `aria` attributes to `yii\helpers\BaseHtml::renderTagAttributes()` 5 years ago
Alexander Makarov f226c3cb38
Fix #12539: `yii\filters\ContentNegotiator` now generates 406 'Not Acceptable' instead of 415 'Unsupported Media Type' on content-type negotiation fail 5 years ago
Alexander Makarov 0ba9c619c7
Fix #17760: Fix `JSON::encode()` for `\DateTimeInterface` under PHP 7.4 5 years ago
Somogyi Márton 48c08d093c Fix #17749: Dispatcher fix if target crashed in PHP 7.0+ 5 years ago
Bizley b79fe7d106 Fix #17744: Fix a bug with setting incorrect `defaultValue` to AR column with `CURRENT_TIMESTAMP(x)` as default expression (MySQL >= 5.6.4) 5 years ago
Dmitriy Derepko bc180ac20d Fix #17745: Fix PostgreSQL query builder drops default value when it is empty 5 years ago
Somogyi Márton 5e71b11d8d #17733: Additional fixes for #17665, `Forwarded` header parsing in Request 5 years ago
Evgeny 62acca9f3d Fix #17740: `yii\helpers\BaseInflector::slug()` doesn't replace multiple replacement string occurrences to single one 5 years ago
Hubert Strychalski 817c264181 Fix #17661: Fix query builder incorrect IN/NOT IN condition handling for null values 5 years ago
Mikk Tendermann 83055dcc33 Fix #17665: Implement RFC 7239 `Forwarded` header parsing in Request 5 years ago
Yusup Hambali 05aae044e5 Fix #17720: DI 3 support for application core components and default object configurations 5 years ago
Brandon Kelly 88f08005ab Fix #17687: `Query::indexBy` can now include a table alias 5 years ago
Yusup Hambali d59c60fac0 Fix BaseMailerTest (#17721) 5 years ago
Bizley 1a8c83ba43 Fix #17694: Fixed Error Handler to clear registered view tags, scripts, and files when rendering error view through action view 5 years ago