154 Commits (260e1adf496af7f2a45c77ab9a8b336d2d53e68a)

Author SHA1 Message Date
Alexander Morozov 703644864e Fix Cache phpdoc example [skip ci] 6 years ago
Pavel Dovlatov bdb7c64910 Update to https protocol for php.net links (#17168) [skip ci] 6 years ago
Pavel Ivanov bf73b9e80f Issue #17109: better phpdoc for `yii\caching\Cache::getOrSet()` [skip ci] (#17134) 6 years ago
Alexander Makarov 03b94989f8
Fixes #17109: Removed misleading line from Cache::getOrSet() phpdoc [skip ci] 6 years ago
Carsten Brandt ed64d65886
release version 2.0.16 6 years ago
Pavel Ivanov 7d494d0d24 Fixes #16028: Fix serialization of complex cache keys that contain non-UTF sequences 6 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
__FresHmaN dd57c5c73b Initialize the property definition as array (#16168) 7 years ago
Filippo Tessarotto 4f41d1118c FileCache: rebuild cache file before touch when different file owner (#16120) 7 years ago
Pavel Ivanov 13ad20551e Fixes #14660: Fixed `yii\caching\DbCache` concurrency issue when set values with the same key 7 years ago
Carsten Brandt e493843b1c
improve `@deprecated` annotations 7 years ago
Brandon Kelly e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
Dmitry Naumenko d16586334d Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
Klimov Paul 65f6b59b35 `@inheritdoc` notation changed 7 years ago
edwards-sj 23630abe6d Fixes #15302: Fixed `yii\caching\DbCache` so that `getValues` now behaves the same as `getValue` with regards to streams 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Robert Korulczyk 0c0942d6e2 Enable `phpdoc_add_missing_param_annotation` rule in php-cs-fixer config. (#14681) [skip ci] 7 years ago
TerraSkye af71e0fca0 Fixing example in the documentation (#14613) [skip ci] 7 years ago
Carsten Brandt 69673c0c94 Rename Object -> BaseObject for PHP 7.2 compatibility 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
SilverFire - Dmitry Naumenko cb53b2feec
Fixes #14081: Added `yii\caching\CacheInterface` to make custom cache extensions adoption easier 7 years ago
Carsten Brandt 4b9e48b8dc
improved docs: link term "path alias" to the guide 7 years ago
Alexander Makarov 3a8f702759
Adjusted code style for less conditions branching 8 years ago
Michaël Arnauts 70dc2fa33b
Fixes #11719: Fixed `yii\db\Connection::$enableQueryCache` caused infinite loop when the same connection was used for `yii\caching\DbCache` 8 years ago
Alexander Makarov eed00dc33d
Fixed PHP manual link language [skip ci] 8 years ago
Masterklavi d077839d13
Changed return value in MemCache::setValues() 8 years ago
SilverFire - Dmitry Naumenko b0b55472da
`yii\caching\Cache::getOrSet()` now supports both `Closure` and `callable` 8 years ago
Skiptir Engu e62ea0136c Fixed phpdoc broken links to PHP manual pages [skip ci] 8 years ago
Dmitry Naumenko 8f88780104 Fixed typo in warning message in Cache::getOrSet() 8 years ago
Paul Klimov 95b7ffc066 Fix #13278: `DbQueryDependency` created (#13384) 8 years ago
Carsten Brandt c19b2f7dc8
release version 2.0.11 8 years ago
Alexander Makarov cc37cd626f Fixes #12599: Fixed MSSQL fail to work with `nvarbinary`. Enhanced SQL scripts compatibility with older versions 8 years ago
Klimov Paul b93856cdfd Unit test for `yii\caching\DbDependency` added 8 years ago
SilverFire - Dmitry Naumenko 178d319556
Added Cache::getOrSet() 8 years ago
Sergey 483c6c1867 Fixes #12713: Fixed `yii\caching\FileDependency` to clear stat cache before reading filemtime 8 years ago
Carsten Brandt 4496b3e799
note about disabling serializer on arraycache 8 years ago
Dmitry Naumenko 75b98c6b7e Updated PHPDocs for Cache 8 years ago
Carsten Brandt 059a80b47f renamed Cache::$ttl to Cache::$defaultDuration 8 years ago
Serge Postrash aca6ea9290 Fix incorrect return type in phpdocs [skip ci] 8 years ago
SDKiller 9a1c168939 Updates after more PR reviews (related #6809) 8 years ago
SDKiller 556e9cf99b Updates after PR review (related #6809) 8 years ago
SDKiller 8df1017f42 Default cache ttl (duration) property (fixes #6809) 8 years ago
Robert Korulczyk 7a3a342127 Fix errors reported by apidoc extension. (#12986) 8 years ago
Carsten Brandt e692340585 fixed docs for #12928 8 years ago
Boudewijn Vahrmeijer b641c1f41b Enh Dependency getHasChanged (#12928) 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Boudewijn Vahrmeijer 32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 8 years ago
Evgeniy Tkachenko 89bcda97fe PHPDoc: Add @param $value to MemCache::addValue() (#12215) [skip ci] 8 years ago