75 Commits

Author SHA1 Message Date
78d37e4d0e Fixes #5657: yii\caching\ApcCache::mset() and madd() may cause warning in some APC setup 2014-10-21 11:26:29 -04:00
e5fa813809 #4471: yii\caching\ApcCache now returns array in case of APC is installed but not enabled in CLI mode 2014-10-20 10:44:26 +04:00
b48e46a25b Added error logging at yii\caching\FileCache::gcRecursive() 2014-08-19 12:45:30 +03:00
a2e8083beb Created ArrayCache class
- can be used to enable caching in a request without the need for any storage
- useful for example in complex console tasks that should still be independed
2014-08-11 23:49:55 +02:00
b19fa0c3db minor fixes [skip ci] 2014-07-31 09:29:12 -04:00
c5fbf89b44 - Enh #4520: yii\caching/MemCache.php add sasl support (xjflyttp) 2014-07-31 20:42:59 +08:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
ca9d4867f4 code style 2014-07-29 22:23:59 +02:00
fe2611186e Fixes #4051: Renamed yii\caching\GroupDependency to TagDependency and added support for associating multiple tags to a single cached data item 2014-07-15 00:10:57 -04:00
2e71f6e9aa Turned Cache::buildKey() into public [skip ci] 2014-07-14 22:13:11 -04:00
32e8e004ea Fixes #4253 fixed phpdoc 2014-07-11 11:15:19 +04:00
06235cd156 Fixes #2558: Enhanced support for memcached by adding yii\caching\MemCache::persistentId and yii\caching\MemCache::options 2014-06-24 13:50:23 -04:00
3eae6942e6 improve cache phpdoc 2014-06-10 00:24:26 +02:00
5fdc3d408b Added support for using path alias with FileDependency::fileName 2014-05-19 15:40:31 -04:00
5439ab7854 Changed the default value of Cache::keyPrefix to be null. 2014-05-19 11:29:34 -04:00
91965fd391 phpdoc formatting issues 2014-04-23 02:55:17 +02:00
c1445871f4 Correction of many errors code inspection.
Adjustments code according to the standards.
Adding missing PHPDoc comment.
2014-04-16 19:29:07 -03: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
ab799d8ea9 Fixes #2911: Removed tbl_ default for table prefix 2014-03-30 19:33:46 +04:00
67dd874e0c renamed console controller optoins param $id to $actionId 2014-03-26 17:51:52 +01:00
f54dd266df reverted incorrect renaming. 2014-03-23 16:48:50 -04:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
fcf2d0a3f2 Fixes #2823. 2014-03-22 20:27:03 -04:00
8e11ad0360 refactored code to use Instance::ensure() 2014-03-18 12:31:27 -04:00
8c2e39235f Turn module and application into DI containers. 2014-03-17 23:57:01 -04:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
0013b608b6 Fixes #2734: FileCache::keyPrefix defaults to empty string now 2014-03-13 08:16:44 -04:00
112f67d20a fix code style There must be one blank line after the namespace declaration 2014-03-04 05:39:17 +02:00
262189533a huge amount of documentation link fixes 2014-01-28 17:54:40 +01:00
df52510f88 fixed potential problem about using unset variables.
CS fix.
2014-01-27 21:06:36 -05:00
5d23a066ca Removed unused imports 2014-01-12 23:42:55 +04: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
fe98f60f2e Added ExpressionDependency::data. 2013-05-02 09:37:02 -04:00
b4925d78db better documentation for php expressions
related to issue yiisoft/yii#1921
Explain what a php expression is an refer to the php manual for more
details.
2013-05-01 23:48:33 +02:00
c486cf410f added missing init() method to Cache class 2013-05-01 18:44:30 +02:00
15b9f97ca4 Fixed typo in query builder and reverted changes to DbCache.php 2013-04-23 16:48:14 -04:00
c09ace8e96 added note about enabling APC cache for CLI 2013-04-23 15:10:18 +04:00
b0bf8f7406 fixed dbcache multiget 2013-04-23 14:40:52 +04:00
9f2b44fc21 phpdoc 2013-04-16 00:53:07 +04:00
ac5b25e3f7 fixed typos 2013-04-16 00:52:58 +04:00
7599d7860c refactored getAlias and setAlias. 2013-04-11 22:55:31 -04:00
6519da3c92 reverted back the previous changes, and fixed ChainedDependency. 2013-04-03 15:15:03 -04:00
b9a835518a Fixes issue related to the cache dependencies constructor parameters. (Discussed via Skype with Qiang.) 2013-04-04 00:05:09 +06:00
4fe13c937f ChainedDependency typo fix. 2013-04-03 23:10:54 +06:00
597082a11a Automatic table and column name quoting. 2013-03-30 18:28:54 -04:00
e1acc64b2b refactoring cache and db references. 2013-03-27 17:09:18 -04:00
392b293d33 FragmentCache WIP 2013-03-25 14:27:15 -04:00
1d48d01ef7 refactored View. 2013-03-20 22:03:13 -04:00