17079 Commits (3dd55954e87de0a58bea10f89ab4b31bffe13839)
 

Author SHA1 Message Date
Andriy Maletsky f1cb76bc76 Fixes #14882: Corrected action phpdoc to fix IDE hints in console commands [skip ci] 7 years ago
Sam 537317fbb1 Fixes #14126: Added variadic parameters support to DI container 7 years ago
Robin Kamps 75e8bfdc58 Fixes #14087: Added `yii\web\View::registerCsrfMetaTags()` method that registers CSRF tags dynamically ensuring that caching doesn't interfere 7 years ago
Alexander Makarov 0a7dbe3df5 Added decision on global error handler 7 years ago
Vitaly ab8c54f12a Fixes #14864: Ability to use dependencies in constructor of migrations 7 years ago
Alexander Makarov 7ff12aac42
Added details about backwards compatibility 7 years ago
Dmitry Naumenko 9c83703a06 Merge pull request #14861 from hableel/patch-2 7 years ago
hableel 71f1be9243 Arabic translation for CompareValidator messages 7 years ago
Michael Härtl 5522d1909c Clarify how joinWith()/innerJoinWith() deals with eager loading [skip ci] 7 years ago
Ivan Buttinoni d4780559c9 Fixes #14765: RBAC: add index on `user_id` column in `auth_assignment` table for performance reasons 7 years ago
Klimov Paul 03aac69a9b guide fix 7 years ago
SilverFire - Dmitry Naumenko f9fd4da8de
Fixed MySQL 5.7 compatibility 7 years ago
SilverFire - Dmitry Naumenko a86c67ddb3
Reordered CHANGELOG 7 years ago
SilverFire - Dmitry Naumenko 63ec8d96be
Merge branch 'kidol-filemutex' 7 years ago
SilverFire - Dmitry Naumenko 20302c873a
minor 7 years ago
SilverFire - Dmitry Naumenko f8a8f1f381
Fixed CHANGELOG 7 years ago
SilverFire - Dmitry Naumenko d599568154
Merge branch 'master' into kidol-filemutex 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
Dmitry Naumenko b6b02ff154 Merge pull request #14745 from cebe/migration-bc 7 years ago
SilverFire - Dmitry Naumenko 1ce796ef0f
Removed ability to define a hostname as trusted because of possible security issues 7 years ago
SilverFire - Dmitry Naumenko 5aedb9e040
Fixed typo in PHPDocs 7 years ago
Alexander Makarov 2b6e72f88f
Added missing , 7 years ago
Carsten Brandt ee74257c07
adjust framework composer.json after #14338 7 years ago
Carsten Brandt 58d1521280
CHANGELOG for #14620 7 years ago
Gediminas Šedbaras 4c61d96786 Corrected return type of BaseActiveRecord::findOne (#14798) 7 years ago
SilverFire - Dmitry Naumenko 40ae296b82
Fixed broken test 7 years ago
SilverFire - Dmitry Naumenko f9b0090a7d
Added more tests for FileValidator to make sure it works as should 7 years ago
SilverFire - Dmitry Naumenko adc58f0b67
Allowed jQuery 3.2 in composer.json 7 years ago
SilverFire - Dmitry Naumenko 18689c5ed1
Added missing bracket 7 years ago
SilverFire - Dmitry Naumenko 3a8feb17a8
Updated `yii\web\View` to register JS in jQuery 3.0 compatible way 7 years ago
SilverFire - Dmitry Naumenko 70ad9f730b
Updated yii.activeForm to follow jQuery 3.0 API changes 7 years ago
SilverFire - Dmitry Naumenko 34cc2dee8f
Fixes #14294: Added `InputWidget::renderInputHtml()` to move behavior described in `InputWidget` class docs to the class itself 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
Carsten Brandt 36b535c26b Fixes #13254: Made `yii\helpers\StringHelper` and `yii\validators\StringValidator` independent of `Yii::$app` instance 7 years ago
Alexander Makarov 61996979db
Removed commented out code 7 years ago
Klimov Paul e69adc19a7 Fixed `yii\widgets\ActiveField::$options` does not support 'class' option in array format 7 years ago
Carsten Brandt 0faeead0df
improved docs for #14273 7 years ago
Carsten Brandt 9d854c0f25
improved docs for #14273 7 years ago
Sébastien Adam 8700fd701b Update French translation [skip ci] 7 years ago
Erkan Karataş dcfc75fffa Added bg language message [skip ci] 7 years ago
Dmitry Dorogin 9b01ca275f Fixes #14273: yii\log\Target::$enabled now supports callable value (#14539) 7 years ago
Klimov Paul a4bd0edeaa unit test for `yii\base\Widget` added 7 years ago
Klimov Paul 9e6f9e3b6d Fixed serialization of `yii\db\Connection` instance closes database connection 7 years ago
Carsten Brandt 97923ac783
ensure backwards compatibiliy with migration without $compact 7 years ago
Carsten Brandt 431c1b01a7
added test case for merging empty arrays 7 years ago
Carsten Brandt 711498f93a Cache user assignments to avoid unnecessary DB queries (#14696) 7 years ago
Carsten Brandt f7942c0398
make cache test more robust 7 years ago
Kolyunya f866edcfba
Fix console cache controller 7 years ago