2433 Commits (26700f06d1b1ed7ac7a0c369480792d9da038405)

Author SHA1 Message Date
SilverFire - Dmitry Naumenko 1cd4bb8ac8
reordered changelog [skip ci] 7 years ago
SilverFire - Dmitry Naumenko 3c966f9917
Updated CHANGELOG 7 years ago
Robert Korulczyk df91a9608f Fixes #14638: Added `yii\db\SchemaBuilderTrait::tinyInteger()` 7 years ago
Nikolay Oleynikov 74dc1cdc30 Fixes #13618: Active record now resets related models after corresponding attributes updates 7 years ago
SilverFire - Dmitry Naumenko 62d4604269
Added BetweenConditionBuilder 7 years ago
remond 78a151bdae
Fixes #14859: Fixed OCI DB `defaultSchema` failure when `masterConfig` is used 7 years ago
Roman eb758f6f04
Fixes #15031: Fixed incorrect string type length detection for OCI DB schema 7 years ago
Alexander Makarov 25f8b263e5
Fixes #14811: Fixed `yii\filters\HttpCache` to work with PHP 7.2 7 years ago
Brandon Kelly e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
SilverFire - Dmitry Naumenko 856760eedf
reordered changelog [skip ci] 7 years ago
SilverFire - Dmitry Naumenko a56f9bb980
Updated CHANGELOG 7 years ago
Bizley dbb49b436b Fixes #15625: `yii\grid\DataColumn` boolean filter dropdown list values are now in reversed order 7 years ago
Alexander Makarov 64d57043b1
Fixes #11401: Fixed `yii\web\DbSession` concurrency issues when writing and regenerating IDs 7 years ago
Brandon Kelly 2e55570e1f Fixes #15621: Fixed `yii\web\User::getIdentity()` returning `null` if an exception had been thrown when it was called previously 7 years ago
Dmitry Naumenko de1750228d Fixes #13879: Added upsert support for `yii\db\QueryBuilder` and `yii\db\Command` 7 years ago
Alexander 24f4e3126a Bug #15523: `yii\web\Session` settings could now be configured after session is started (StalkAlex, rob006, daniel1302, samdark) 7 years ago
Гордиенко Владислав Юрьевич 7cafa65ad2 Fixes #15216: Added `yii\web\ErrorHandler::$traceLine` to allow opening file at line clicked in IDE 7 years ago
Alexander Makarov 7bafb7bf09
Fixes #14488: Added support for X-Forwarded-Host to `yii\web\Request`, fixed `getServerPort()` usage 7 years ago
Zhukov Roman 40b038379f Fixes #13019: Support JSON in SchemaBuilderTrait 7 years ago
Nikolay Oleynikov 37bd97ad9a Fixes #13679: Added `yii\behaviors\CacheableWidgetBehavior` 7 years ago
Mikk Tendermann 5550ad2021 Fixes #15595: `yii\data\DataFilter` can now handle `lt`,`gt`,`lte` and `gte` on `yii\validators\DateValidator` 7 years ago
Alexander Makarov c7e55450dd
Reverted #14593 7 years ago
Alexander Makarov a42bbd8f01
Fixes #14593: Added `yii\db\Command::EVENT_AFTER_EXECUTE` event that is triggered after command is executed 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
wapmorgan 5afe0a0d36
Fixes #15047: `yii\db\Query::select()` and `yii\db\Query::addSelect()` now check for duplicate column names 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 61b47014a2
Fixes #14643: Added `yii\web\ErrorAction::$layout` property to conveniently set layout from error action config 7 years ago
Arsen 16e63f6de2 Fixes #13465: Added `yii\helpers\FileHelper::findDirectory()` method 7 years ago
Alexander Makarov 63fdd26b7e
Fixes #8527: Added `yii\i18n\Locale` component having `getCurrencySymbol()` method 7 years ago
Leandro Gehlen 810e9e5337 Fixes #14546: Added `dataDirectory` property into `BaseActiveFixture` 7 years ago
hiscaler 5483a2ef6c Fixes #15076: Perfect `yii\db\QueryBuilder` buildColumns function 7 years ago
Гордиенко Владислав Юрьевич 1a1fb49426 Fixes #15522: Fixed `yii\db\ActiveRecord::refresh()` method does not use an alias in the condition 7 years ago
Alexander Makarov b3130be7ba
Fixes #15476: Added `\yii\widgets\ActiveForm::$validationStateOn` to be able to specify where to add class for invalid fields 7 years ago
Elvira Sheina 06ebd3faa7 Fixes #13034: Fixed `normalizePath` for windows network shares that start with two backslashes 7 years ago
E.Alamo e07219c812 Fixes #13996: Added `yii\web\View::registerJsVar()` method that allows registering JavaScript variables 7 years ago
Elvira Sheina eb57d4191c Fixes #15553: Fixed `yii\validators\NumberValidator` incorrectly validate resource 7 years ago
Hanafi Ahmat 4f7b410230 Fixes #9771: Assign hidden input with its own set of HTML options via `$hiddenOptions` in activeFileInput `$options` 7 years ago
Alone 08eccb612f Fixes #15536: Fixed `yii\widgets\ActiveForm::init()` for call `parent::init()` 7 years ago
Klimov Paul b9cbc56330 Fixed `yii\db\ActiveRecord::with()` unable to use relation defined via attached behavior in case `asArray` is enabled 7 years ago
Tobias Munk 77bdcda5c5 removed excessive whitespace in CHANGELOG (#15539) 7 years ago
Anton Terekhov d0c2ba43d7 Fixes #14806: Added $placeFooterAfterBody option for GridView 7 years ago
Alexander Makarov 6b0be47e0f
Fixes #14711: Fixed `yii\web\ErrorHandler` displaying exception message in non-debug mode 7 years ago
Chris Harris a2a79a70eb Fixes #13814: MySQL unique index names can now contain spaces 7 years ago
Vitor c1323c84ba
Fixes #15300: Fixed "Cannot read property 'style' of undefined" error at the error screen 7 years ago
Elvira Sheina 3763542dc4 Fixes #15494: Fixed missing `WWW-Authenticate` header 7 years ago
Гордиенко Владислав Юрьевич 8d50844024 #15426: Added ability to create and drop database views 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
Oleg Poludnenko ebd3d61a1b Fixes #14980: Fix looping in `yii\i18n\MessageFormatter` tokenize pattern if pattern is invalid 7 years ago
Alexander Makarov 18281c2156
Added test and adjusted changelog for #15112 7 years ago
hiscaler d32b80eec9
Fixes #15122: Fixed `yii\db\Command::getRawSql()` to properly replace expressions 7 years ago