5c3ee63316
Fix #15202 : Add optional param --silent-exit-on-exception in yii\console\Controller
2020-06-23 13:34:09 +03:00
2e21a8275c
Fix #18115 : Allow to load action-injected services from module's container
2020-06-22 23:49:02 +03:00
fc4f449e21
Fix #18083 : Add Controller::$request and $response
2020-06-14 21:19:27 +03:00
4ea484ca68
Fix #17722 : Add action injection support
2020-06-12 10:06:18 +03:00
60a39654dd
release version 2.0.35
2020-05-02 14:11:31 +03:00
f425f1a655
Fix DynamicModel phpdoc
2020-05-02 14:09:40 +03:00
c32811887a
Fix #18011 : Added attribute labels support for DynamicModel, fixed EachValidator to pass the attribute label to the underlying DynamicModel
2020-05-02 02:14:03 +03:00
355ca1562d
Fix #17810 : Fix EachValidator crashing with uninitialized typed properties
2020-04-04 15:03:09 +03:00
82649fc741
Fix formatting
2020-03-26 23:37:59 +03:00
fbd7eded2d
Bug #17933 : Log warning instead of erroring when URLManager is unable to initialize cache
2020-03-26 23:21:35 +03:00
6e9764b467
Added support of JsonSerializable interface to ArrayableTrait ( #17888 )
2020-02-22 12:34:27 +03:00
fd6ccb615c
release version 2.0.32
2020-01-22 01:29:38 +03:00
a982f31606
Fixes #17300 : Fix class-level Event handling with wildcards
2020-01-15 13:16:05 +03:00
9b1304ab4e
Fix #17803 : Fixed ErrorHandler unregister and register only change global state when applicable
2020-01-15 00:08:05 +03:00
383cf0c48d
Fix #17762 : PHP 7.4: Remove special condition for converting PHP errors to exceptions if they occurred inside of __toString() call
2019-12-25 12:25:04 +03:00
05aae044e5
Fix #17720 : DI 3 support for application core components and default object configurations
2019-12-12 02:48:42 +03:00
e153c68768
Fix #17725 : Ensure we do not use external polyfills for pbkdf2() as these may be implemented incorrectly
2019-12-11 18:55:35 +03:00
69b1966b4a
PHP 7.4 fixes
...
- Fix `Model::activeAttributes()` to access array offset on value of non-string
- Fix incorrect decoding of default binary value for PostgreSQL
- Fix incorrect type-casting of reflection type to string
2019-12-10 15:08:45 +03:00
c1e9739ed2
Fix #17670 : Fix overriding core component class using __class
2019-11-19 20:10:26 +03:00
166f892f14
Fix #17673 : Add note about renderDynamic() and register*() methods [skip ci]
2019-11-19 17:15:38 +03:00
4c76dc4c90
Fix #16610 : ErrorException trace was cut when using XDebug
2019-09-18 13:40:10 +03:00
18401399fe
Inline constant since it is not part of the public interface
...
In Yii 3 instead I'd make constant private but we have no PHP 7 in 2.0
2019-09-04 00:35:53 +03:00
90d46298ad
Fix #17507 : Fixed regular expression escaping and simpler condition in Controller::createAction()
2019-08-22 12:11:12 +03:00
2927a7af1c
release version 2.0.25
2019-08-13 23:04:44 +03:00
2d96095e9e
Fix phpdoc [skip ci]
2019-08-13 23:04:07 +03:00
491f9737fe
Fix #17223 : Fixed detaching a behavior event when it is a Closure instance
2019-08-13 20:35:42 +03:00
d3bd1403de
Fixes docs for createController method ( #17478 ) [skip ci]
2019-07-30 17:42:47 +03:00
331d997185
Noted in Security::encrypt* that data returned is byte string [skip ci]
2019-07-12 15:13:53 +03:00
1f6cc43337
Remove unnecessary concatenation
2019-07-02 21:34:35 +03:00
b0a973a8da
Fix #17396 : Added 'invoked by controller' to the debug log message when \yii\base\Action is used
2019-06-28 01:50:44 +03:00
1c919a5ac5
Fixes #17377 : Add tests that verify there are no false positives
2019-06-18 12:22:35 +03:00
317a73a59f
Fixes #17336 : Fixed wildcard matching in Event::hasHandlers()
2019-06-04 15:07:51 +02:00
bdb7c64910
Update to https protocol for php.net links ( #17168 ) [skip ci]
...
* Updated php.net link for some MemCache properties [skip ci]
* Changed protocol to https for links to php.net in comments
* Changed protocol to https for links to php.net in code
* Changed www.php.net (http) to secure.php.net (https) in comments
* Changed www.php.net (http) to secure.php.net (https) in code
* Changed protocol to https for links to php.net in UPGRADE.md
* Changed protocol to https for links to pecl.php.net in comments
* Changed us.php.net to secure.php.net (https) in comments
* Changed protocol to https for links to php.net in docs
* Changed www.php.net (http) to secure.php.net (https) in docs
* Changed protocol to https for links to pecl.php.net in docs
* Changed ru/jp.php.net to secure.php.net (https) in docs
Don't sure about russian guide: is this links meant to be for guide on russian, or not?
2019-02-28 13:09:27 +03:00
768d590eef
added missing @since annotations
2019-01-31 00:45:25 +01:00
ca3c8da503
Fixes #16377 : Fixed yii\base\Event:off() undefined index error when event handler does not match
2018-06-12 09:50:43 +03:00
aeeb6ce39d
Fixes #16252 : Fixed yii\base\DynamicModel for checking exist property
2018-05-30 22:51:52 +03:00
33fe3476c7
Fixes #16280 : Fixed yii\base\Model::getActiveValidators() to return correct validators for attribute on scenario
2018-05-21 01:17:34 +05:00
0fbec30bbc
Docs enhancement ( #15464 ) [skip ci]
2018-05-14 12:59:00 +03:00
a8d95f429d
Fixes #14636 : Views can now use relative paths even when using themed views
2018-05-11 12:50:56 +03:00
2c997cdb82
Fixes #16184 : Fixed yii\base\Widget to access stack property with self instead of static
2018-04-29 12:36:10 +03:00
14984328e5
SCA with Php Inspections (EA Ultimate) ( #16105 )
2018-04-16 13:22:54 +03:00
1a74b3d4f8
[minor] SCA with Php Inspections (EA Ultimate) ( #15871 )
...
* Php Inspections (EA Ultimate): use type casting where applicable
* Php Inspections (EA Ultimate): use constants where applicable
* Php Inspections (EA Ultimate): CS
* Php Inspections (EA Ultimate): address some of one-time used variables
* Php Inspections (EA Ultimate): address some of performance-related findings
* Php Inspections (EA Ultimate): address some of performance-related findings
* Php Inspections (EA Ultimate): revert a constant usage
* Php Inspections (EA Ultimate): revert sequential assignments
* Php Inspections (EA Ultimate): build is green again
* Php Inspections (EA Ultimate): revert array_merge tweaks
* Php Inspections (EA Ultimate): revert BC-incompatible one-time used variable tweak
* Update description [skip ci]
* Php Inspections (EA Ultimate): CS
2018-03-12 01:37:19 +03:00
5e16c67673
Merge pull request #15797 from kalessil/master
...
[minor] Static code analysis
2018-03-10 15:42:48 +02:00
08c87aec4f
Fixed Component::off() not to throw an exception
...
Fixes #15822
2018-03-03 16:37:41 +02:00
f10cb6aeee
SCA with Php Inspections (EA Ultimate)
2018-02-27 19:13:22 +01:00
22832b7c49
release version 2.0.14
2018-02-19 00:27:09 +02:00
596e5b1283
Fixed escaping in arrayable trait ( #15669 )
2018-02-19 00:31:41 +03:00
05b85008f8
Updated PHPDocs [skip ci]
2018-02-18 23:12:08 +02:00
69a36789c4
fixed duplicating wildcard event trigger at Event::trigger()
2018-02-18 21:33:11 +02:00
0de49406db
Minor code style adjustments, phpdoc
2018-02-18 02:56:56 +03:00