796 Commits (564cae8cc9ec93fecca0fe2f82b96b48c0067461)

Author SHA1 Message Date
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
Alexander Makarov 2927a7af1c
release version 2.0.25 5 years ago
Alexander Makarov 2d96095e9e
Fix phpdoc [skip ci] 5 years ago
Nikolay Poryadin 491f9737fe Fix #17223: Fixed detaching a behavior event when it is a Closure instance 5 years ago
yuniorsk d3bd1403de Fixes docs for createController method (#17478) [skip ci] 5 years ago
Alexander Makarov 331d997185
Noted in Security::encrypt* that data returned is byte string [skip ci] 5 years ago
Alexander Makarov 1f6cc43337
Remove unnecessary concatenation 5 years ago
Alexander Kartavenko b0a973a8da Fix #17396: Added 'invoked by controller' to the debug log message when `\yii\base\Action` is used 5 years ago
Alexander Makarov 1c919a5ac5
Fixes #17377: Add tests that verify there are no false positives 5 years ago
Alexander Makarov 317a73a59f
Fixes #17336: Fixed wildcard matching in Event::hasHandlers() 5 years ago
Pavel Dovlatov bdb7c64910 Update to https protocol for php.net links (#17168) [skip ci] 6 years ago
Carsten Brandt 768d590eef added missing @since annotations 6 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
Razvan Grigore ca3c8da503 Fixes #16377: Fixed `yii\base\Event:off()` undefined index error when event handler does not match 6 years ago
Vuong Minh aeeb6ce39d Fixes #16252: Fixed `yii\base\DynamicModel` for checking exist property 6 years ago
Paweł Jankowiak 33fe3476c7 Fixes #16280: Fixed `yii\base\Model::getActiveValidators()` to return correct validators for attribute on scenario 6 years ago
Sohel Ahmed Mesaniya 0fbec30bbc Docs enhancement (#15464) [skip ci] 6 years ago
Sam a8d95f429d Fixes #14636: Views can now use relative paths even when using themed views 6 years ago
杨国帅 2c997cdb82 Fixes #16184: Fixed `yii\base\Widget` to access `stack` property with `self` instead of `static` 6 years ago
Vladimir Reznichenko 14984328e5 SCA with Php Inspections (EA Ultimate) (#16105) 7 years ago
Vladimir Reznichenko 1a74b3d4f8 [minor] SCA with Php Inspections (EA Ultimate) (#15871) 7 years ago
SilverFire - Dmitry Naumenko 08c87aec4f
Fixed `Component::off()` not to throw an exception 7 years ago
Vladimir Reznichenko f10cb6aeee SCA with Php Inspections (EA Ultimate) 7 years ago
SilverFire - Dmitry Naumenko 22832b7c49
release version 2.0.14 7 years ago
Alexander Makarov 596e5b1283
Fixed escaping in arrayable trait (#15669) 7 years ago
SilverFire - Dmitry Naumenko 05b85008f8
Updated PHPDocs [skip ci] 7 years ago
Paul Klimov 69a36789c4 fixed duplicating wildcard event trigger at `Event::trigger()` 7 years ago