2433 Commits (26700f06d1b1ed7ac7a0c369480792d9da038405)

Author SHA1 Message Date
Alexander Makarov 38488ca55b
Fixes #13694: yii\widgets\Pjax now sends X-Pjax-Url header with response to fix redirect 8 years ago
Insolita 28d8fa66fc Fixes #14012: `yii\db\pgsql\Schema::findViewNames()` was skipping materialized views 8 years ago
Alexander Makarov 079c5a41f7
Fixes #13362: Fixed return value of 8 years ago
Nikolay Oleynikov d0ce165ba6 Fixes #13728: Fixed the bug when `yii\behaviors\SluggableBehavior` wasn't preserving immutable slug values 8 years ago
PaulZi 224201950d
Fixes #13911: Significantly enhanced MSSQL schema reading performance 8 years ago
Гордиенко Владислав Юрьевич 0cf236ec66 Fixes #13963: Added tests for yii\behaviors\TimestampBehavior 8 years ago
Mikk Tendermann 59d3292399 [IpValidator] disable ipv6 checks (#13984) 8 years ago
Sergey Makinen 454f0a9301 Fixes #13807: Fixed `yii\db\QueryBuilder` to inherit subquery params when building a `INSERT INTO ... SELECT` query 8 years ago
SilverFire - Dmitry Naumenko b0b55472da
`yii\caching\Cache::getOrSet()` now supports both `Closure` and `callable` 8 years ago
Vladimir Guts d2fb17f444 Fixes #13961: RBAC Rules: PostgreSQL: PHP Warning "unserialize() expects parameter 1 to be string, resource given" was fixed 8 years ago
Alexander Makarov 3a6a590eae Fixes #13945: Removed Courier New from error page fonts list since it looks bad on Linux (#13947) 8 years ago
Kolyunya 4eed7fb3da
Fixes #13901: Fixed passing unused parameter to `formatMessage()` call in `\yii\validators\IpValidator` 8 years ago
Kolyunya 892512feba
Fixes #13560: Refactored `\yii\widgets\FragmentCache::getCachedContent()`, added tests 8 years ago
Sam Mousa 8ae207c3a1
Fixes #13837: Refactored masking of CSRF tokens 8 years ago
aquy 514b29d55d
Fixes #13369: Added ability to render current `yii\widgets\LinkPager` page disabled 8 years ago
Sam Mousa ae7378974e
Fixes #13376: Data provider now automatically sets an ID so there is no need to set it manually in case multiple data providers are used with pagination 8 years ago
Nikolay Oleynikov 4e9497c4fa Fixes #13770: Added support for `yii\widgets\Menu` item classes definition in the form of an array 8 years ago
Sam Mousa 79f16b1492
Fixes #13883: `\yii\data\SqlDataProvider` now provides automatic fallback for the case when `totalCount` is not specified 8 years ago
Alexander Makarov a626440761
Reverted #13822, clarified exception descriptions 8 years ago
Alexander Makarov 0c56a7cab4
Fixed typo [skip ci] 8 years ago
Vladimir Reznichenko 6da1ec6fb2
Fixes #13845: `mt_rand()` is not used instead of `rand()` in `yii\captcha\CaptchaAction` + minor code improvements 8 years ago
Alexander Makarov da3bb5aa42
Removed change from changelog since it's for code which wasn't yet released [skip ci] 8 years ago
Nikolay Oleynikov ea75068a92 Fixes #13813: Fixed PHP 7 compatibiltiy by adding support for passing instances of `Error` to the `yii\web\Response::setStatusCodeByException()` 8 years ago
Nikolay Oleynikov 7a2f04ae32 Fixes #13822: Fixed `yii\web\User::loginRequired()` to throw an `UnauthorizedHttpException` instead of a `ForbiddenHttpException` 8 years ago
Nikolay Oleynikov cf4eea1878 Fixes #13823: Refactored migrations template 8 years ago
yyxx9988 0770863209 Fixes #13820: Add new HTTP status code 451 8 years ago
Artur Fursa 1b322f519f Fixes #13776: Fixed setting precision and scale for decimal columns in MSSQL 8 years ago
vladis84 3c1f3e20cf
Fixes #13704: Fixed `yii\validators\UniqueValidator` to prefix attribute name with model's database table name 8 years ago
Vladislav Lyshenko b00cd65ef3 Fixes #13738: Fixed `getQueryParams()` method in `yii.js` to correctly parse URL with question mark and no query parameters 8 years ago
Alexander Makarov bc59d5da85 Fixes #13707: Fixed `\yii\web\ErrorHandler` and `\yii\web\ErrorAction` not setting correct response code to response object before rendering error view 8 years ago
Sam b238afacee Fixes #4408: Add support for unicode word characters and `+` character in attribute names 8 years ago
Sam 9459eaa277 Fixes #10372: Fixed console controller including complex typed arguments in help 8 years ago
Sam 06967f9018 Fixes #13254: Core validators no longer require Yii::$app to be set 8 years ago
Bizley c5296242b1
Fixes #13698: `yii\grid\DataColumn` filter is automatically generated as dropdown list in case of `format` set to `boolean` 8 years ago
Vladimir 55dd16f1f7 Fixes #12715: Exception `SAVEPOINT LEVEL1 does not exist` instead of deadlock exception 8 years ago
Alexey Rogachev b39e50ecd8 Removed duplicate line [skip ci] 8 years ago
Alexey Rogachev 572b27035d Added missing colon in 2.0.12 section [skip ci] 8 years ago
Tobias Munk a1fd4d3069 updated changelog 8 years ago
Alexander Makarov a6d266405d Fixes #13671: Fixed error handler trace to work correctly with XDebug 8 years ago
Kyle McCarthy 0b3c066bd2 Fixes #13695: `\yii\web\Response::setStatusCode()` method now returns the Response object itself 8 years ago
SilverFire - Dmitry Naumenko bfa2390d5a
Added `yii\di\Instance::__set_state()` method 8 years ago
Daniel Gómez Pan 73ddf2e65e Fixes #13670: Fixed alias option from console when it includes `-` or `_` in option name 8 years ago
Alexey Rogachev cdb21d7e2c Added JS tests for # #13379 8 years ago
sam002 c78b9e470d Fixes #13657: Fixed `yii\helpers\StringHelper::truncateHtml()` skip extra tags at the end 8 years ago
Nikolay Oleynikov f47b6c7683 Fixes #7946 Fixed a bug when the `form` attribute was not propagated to the hidden input of the checkbox 8 years ago
Charles R. Portwood II 953a0bba2b Fixes #13650: Improved `yii\base\Security::hkdf()` to take advantage of native `hash_hkdf()` implementation in PHP >= 7.1.2 8 years ago
SilverFire - Dmitry Naumenko 36960da101
Fixed `applyFilter` function in `yii.gridView.js` 8 years ago
Dmitry Naumenko 52ba771a4c Update CHANGELOG.md 8 years ago
Alex-Code a719293ab0 Fixes #13649: Fixes issue where `['uncheck' => false]` and `['label' => false]` options for `ActiveRadio` and `ActiveCheckbox` were ignored 8 years ago
Alexey Rogachev 186420da40 Fixes #13243: Added support for unicode attribute names in `yii\widgets\DetailView` 8 years ago