230 Commits (9965b8f0a4caa15944da624f26ae0024bb3ebba7)

Author SHA1 Message Date
Robert Korulczyk c1a4b2f4ca Fix typo in UPGRADE.md (#15654) [skip ci] 7 years ago
Brandon Kelly 018ac16025 2.0.14 upgrade guide improvements (#15652) [skip ci] 7 years ago
SilverFire - Dmitry Naumenko 6144ca8167
Added CHANGELOG and UPGRADE notes 7 years ago
Alexander Makarov 5a6c48db3d
Fixed typo [skip ci] 7 years ago
Dmitry Naumenko d16586334d Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
Bizley 8b74e29663 Fixes #14296: Fixed log targets to throw exception in case log can not be properly exported 7 years ago
Alexander Makarov d7be512fa0
Fixes #10186: Use native `hash_equals` in `yii\base\Security::compareString()` if available, throw exception if non-strings are compared 7 years ago
Dmitry Naumenko d604d80823 Fixes #14043: Added `yii\helpers\IpHelper` 7 years ago
Vladimir Reznichenko 185209957e Fixes #15270: Resolved potential race conditions when writing generated php-files 7 years ago
Alexander Makarov abe47ca0a3
#15121: Added UPGRADE note about asset command configuration [skip ci] 7 years ago
Carsten Brandt d0bf3cfeb4
update UPGRADE notes to be more clear 7 years ago
Tobias Munk 15a46441e1 Updated asset-plugin version in docs [skip ci] 7 years ago
Sam 04281cba8c Fixes #14793: Module `->get()` and `->has()` methods now check parent modules and fall back to application if nothing found 7 years ago
SilverFire - Dmitry Naumenko 85458514bb
Added note to UPGRADE.md regarding #14499 7 years ago
Carsten Brandt 8861aab2ac
more details in upgrade notes 7 years ago
Carsten Brandt 5ccbe85ffa
improve upgrade instruction for AR::instance() 7 years ago
Paul Klimov d68789a195 Fixes #13779, fixes #5786 7 years ago
Carsten Brandt 1278b018fa Add IIS specific header to secure headers (#14715) 7 years ago
Sam 0017d9c660 Fixes #13780: Added support for trusted proxies in `yii\web\Request` 7 years ago
Carsten Brandt 393fc2744a Added yii\base\Object for backwards compatibility 7 years ago
Carsten Brandt d4e584f7a7 UPGRADE notes for Object -> BaseObject for PHP 7.2 compatibility 7 years ago
Alexander Makarov 858e801573 Fixes #14286: Used primary inputmask package name instead of an alias 7 years ago
Robert Korulczyk daa8b67c7b Fixes #13350, #14094, #11288 7 years ago
Bizley f8b3d68817 Fixes #4793: `yii\filters\AccessControl` now can be used without `user` component 7 years ago
Alexander Makarov c35ddec09a
Update composer fxp plugin version in docs and travis scripts 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
Carsten Brandt dbfe36521e
added upgrade note about yii\cache\Cache::getOrSet() 8 years ago
Carsten Brandt d9f592712b
remove upgrade note for #13822 / #13829 8 years ago
Alexander Makarov f906452f8e
Added UPGRADE note for #13829 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
Bizley 54278fc842
asTime fixed for time-only values 8 years ago
Carsten Brandt 73f61b4f6b Update UPGRADE.md 8 years ago
Alexander Makarov bd552113b2 Fixes #11906: Updated `yii\widgets\MaskedInput` inputmask dependency to `~3.3.3` 8 years ago
Carsten Brandt 22787571b4 Update UPGRADE.md 8 years ago
Nikola Kovacs f5beaf3edf Make validator getClientOptions public 8 years ago
Klimov Paul c17766181f Added `QueryInterface::emulateExecution()` 8 years ago
Boudewijn Vahrmeijer d295812695 upgrade file updated 8 years ago
Carsten Brandt af0119a910 Update UPGRADE.md 8 years ago
Basil 3a2b4e445a Update UPGRADE.md (#12800) [skip ci] 8 years ago
LAV45 04848a6c3b Fix yii\rest\Serializer serialize ArrayDataProvider with pagination bug 8 years ago
Carsten Brandt 69e23f9d12 fixed UPGRADE.md duplicate headline 8 years ago
Alexander Makarov 4290263e21 Fixes #12761: Added exact command to upgrade framework via Composer to UPGRADE 8 years ago
SilverFire - Dmitry Naumenko e6eed9a7c9
yii\db\mssql\QueryBuilder - TYPE_TEXT mapped to NVARCHAR(MAX) 8 years ago
Evgeniy Tkachenko aa4b49a2e6 Fixes #11245: Added `yii\rbac\ManagerInterface::getRolesByRole($roleName)` method. Implement to `DbManager` and `PhpManager` 8 years ago
githubjeka 6f49cef800 update upgrade file 8 years ago
githubjeka c6dbf37139 Updated changelog & upgrade files 8 years ago
Klimov Paul ed0603b706 Fixed `yii\web\Request::getBodyParams()` does not pass full 'content-type' value to `yii\web\RequestParserInterface::parse()` 8 years ago
Bizley 3deb6900b8 Yii 2 name fix (#12448) 8 years ago
Alexander Makarov 0061692e60 Replaced unnecessary double quotes with single quotes 8 years ago
Angel Guevara 8c240ed067 Fixes #11683: Fixed fixture command to work with short syntax. `yii fixture "*, -User"` should be used instead of `yii fixture "*" -User` 8 years ago