822 Commits (435b6dc732d768ca25430b2059ca724a99f3102e)

Author SHA1 Message Date
Anton 6b8b0a94d9
Fix phpdoc of yii\base\Model 3 years ago
Anton d6632a8367
Fix phpdoc of `yii\base\Model` (#18888) 3 years ago
Leo 9ed87a0ad6
Fix #18858: Reduce memory usage in `yii\base\View::afterRender` method 3 years ago
Bizley ea60fba0ae
Fix yii\base\Controller::bindInjectedParams() to not throw error when argument of `ReflectionUnionType` type is passed (#18869) 3 years ago
Alexander Makarov 13f27e4d92
Fix #18817: Use `paragonie/random_compat` for random bytes and int generation 3 years ago
Alexandru Bucur 2fe03cd82c
Only log the $_SERVER information under YII_DEBUG (#18707) 3 years ago
Bizley 7966fe47e6
Scrutinizer fixes (#18685) 3 years ago
Bizley 82be8b61cf
Replacing deprecated `::className()` with `::class` (#18671) 3 years ago
Dmitry Eliseev 4479c66522
Fixed phpdoc types 4 years ago
Alexander Makarov 4e2045c040
release version 2.0.41 4 years ago
Bizley 95bf26a3ba
Fix #18477: Fix detecting availability of Xdebug's stack trace in `yii\base\ErrorException` 4 years ago
stevekr 5995edb670
Update public property types of yii\base\Module 4 years ago
Bizley cffb129605
Few quick fixes to make IDE happy 4 years ago
Spell6inder fb35f20f6d
Fix #18435: Change the check order whether an object is an implementation of `Arrayable` or `JsonSerializable` in `\yii\base\ArrayableTrait::toArray()` and `\yii\rest\Serializer::serialize()` 4 years ago
Ikko Ashimine 15327fe969
Fix typo in ArrayableTrait.php 4 years ago
Yusup Hambali 771e96d7db
Fix #18400: Set parent module of the newly attached child module by `Module::setModule()` and `Module::setModules()` 4 years ago
stevekr e77fee2482
Fix phpdoc types 4 years ago
stevekr 51c72b582b
Fix types in Controller and View classes (#18397) 4 years ago
Alexander Makarov ccb14ff667
release version 2.0.39 4 years ago
Alexander Makarov ed1c087784
Fix #18317: Additional PHP 8 compatibility fixes 4 years ago
DrDeath72 0210999748
Fix #18308: Fixed `\yii\base\Model::getErrorSummary()` reverse order 4 years ago
My6UoT9 03da5bb689
Updates to ErrorHandler, add missing type hint \Throwable (#18302) 4 years ago
My6UoT9 2ce927788a
Update phpdoc for widget->getId (#18295) 4 years ago
Vladislav Pototskiy e348c0f460
Fix #18269: Fix integer safe attribute to work properly in `yii\base\Model` 4 years ago
Alexander Makarov 700ac02706
release version 2.0.36 4 years ago
Alexander Makarov 38f038175f
Adjust changelog, correct phpdoc, minor code style fixes 4 years ago
Deryabin Sergey 7eb184eadb
Fix #17999: Fix skipping test case on PHP v >= 7.1 and LibreSSL version >= 2.15 4 years ago
egorrishe 5c3ee63316
Fix #15202: Add optional param `--silent-exit-on-exception` in `yii\console\Controller` 4 years ago
ErickSkrauch 2e21a8275c
Fix #18115: Allow to load action-injected services from module's container 4 years ago
Brandon Kelly fc4f449e21
Fix #18083: Add `Controller::$request` and `$response` 4 years ago
Sam 4ea484ca68
Fix #17722: Add action injection support 4 years ago
Alexander Makarov 60a39654dd
release version 2.0.35 4 years ago
Alexander Makarov f425f1a655
Fix DynamicModel phpdoc 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
ricardomm85 355ca1562d
Fix #17810: Fix EachValidator crashing with uninitialized typed properties 5 years ago
Alexander Makarov 82649fc741
Fix formatting 5 years ago
Alexander Makarov fbd7eded2d
Bug #17933: Log warning instead of erroring when URLManager is unable to initialize cache 5 years ago
Ivan Hermanov 6e9764b467
Added support of JsonSerializable interface to ArrayableTrait (#17888) 5 years ago
Alexander Makarov fd6ccb615c
release version 2.0.32 5 years ago
Toma91 a982f31606 Fixes #17300: Fix class-level Event handling with wildcards 5 years ago
Sam 9b1304ab4e Fix #17803: Fixed ErrorHandler unregister and register only change global state when applicable 5 years ago
Robert Korulczyk 383cf0c48d Fix #17762: PHP 7.4: Remove special condition for converting PHP errors to exceptions if they occurred inside of `__toString()` call 5 years ago
Yusup Hambali 05aae044e5 Fix #17720: DI 3 support for application core components and default object configurations 5 years ago
Alexander Makarov e153c68768 Fix #17725: Ensure we do not use external polyfills for pbkdf2() as these may be implemented incorrectly 5 years ago
Alexander Makarov 69b1966b4a
PHP 7.4 fixes 5 years ago
Yusup Hambali c1e9739ed2 Fix #17670: Fix overriding core component class using `__class` 5 years ago
Alexander Makarov 166f892f14
Fix #17673: Add note about renderDynamic() and register*() methods [skip ci] 5 years ago
Viktor Khokhryakov 4c76dc4c90
Fix #16610: ErrorException trace was cut when using XDebug 5 years ago
Alexander Makarov 18401399fe
Inline constant since it is not part of the public interface 5 years ago
Somogyi Márton 90d46298ad Fix #17507: Fixed regular expression escaping and simpler condition in `Controller::createAction()` 5 years ago