31 Commits

Author SHA1 Message Date
97a4d711ec Merge branch 'master' into sync-master-2052. 2025-04-26 19:03:07 -04:00
52e4a3e645 release version 2.0.50 2024-05-30 20:23:31 +03:00
20d6c65db2 Merge branch 'master' into sync-to-master. 2024-03-20 06:11:31 -03:00
e2a167028b Upgrade to PSR12 coding standard (#20121) 2024-03-19 17:21:27 +03:00
9a5e2a5403 Remove methods mset, mget and madd of yii\caching\Cache, getHasChanged of yii\caching\Dependency (#19892) 2023-07-13 09:07:07 +02:00
161526cd41 HTTPS everywhere (#19503) 2022-08-03 12:32:18 +03:00
091b055ce9 Fix yii\caching\Dependency::generateReusableHash() (#19303)
* Fix yii\caching\Dependency::generateReusableHash()

* Update DbQueryDependencyTest.php

* Update CHANGELOG.md

* Update Dependency.php

* Update framework/caching/Dependency.php

Co-authored-by: Bizley <pawel@positive.codes>

* Update comment Dependency::generateReusableHash()

Co-authored-by: Bizley <pawel@positive.codes>
2022-03-29 08:22:34 +02:00
5a8c3d537b Enable phpdoc_summary rule in php-cs-fixer config (#14675)
* Enable `phpdoc_summary` rule in php-cs-fixer config.

* Fix case in "PHPDoc".
2017-08-21 11:19:35 +02:00
1501c659ac Add empty lines before return statements. (#14682) [skip ci] 2017-08-21 01:58:49 +03:00
0c0942d6e2 Enable phpdoc_add_missing_param_annotation rule in php-cs-fixer config. (#14681) [skip ci] 2017-08-21 01:57:23 +03:00
69673c0c94 Rename Object -> BaseObject for PHP 7.2 compatibility
issue #7936
2017-07-19 10:51:46 +02:00
cb53b2feec Fixes #14081: Added yii\caching\CacheInterface to make custom cache extensions adoption easier 2017-06-11 19:18:33 +03:00
c19b2f7dc8 release version 2.0.11 2017-02-01 17:46:29 +01:00
e692340585 fixed docs for #12928 2016-11-10 20:18:45 +01:00
b641c1f41b Enh Dependency getHasChanged (#12928)
* - rename getHasChanged() to isChanged()
- updated docs
- added tests for Dependency
- added useful helpers for inaccessible properties to TestCase
2016-11-09 10:05:06 +01:00
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 2016-11-04 18:55:14 +03:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
4674f5b74c Fixes #3052: Fixed the issue that cache dependency data is not reused when reusable is set true 2014-04-10 13:03:22 -04:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
4be9e195c2 Add Newlines
Appended newlines to every PHP document that did not have a newline as the last character in the file.
2013-05-05 17:04:55 +01:00
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05:00
ce168fb3c8 cache cleanup WIP 2013-01-18 16:09:29 -05:00
8e05e6e62d changed copyright line. 2013-01-07 11:34:52 -05:00
41650dd643 ... 2012-05-30 23:10:54 -04:00
23be1a7cdb ... 2012-05-28 20:47:12 -04:00
c225242290 working on caching. 2012-05-28 13:45:50 -04:00
e8b0fd1327 ... 2012-05-19 09:46:32 -04:00