57 Commits

Author SHA1 Message Date
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
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05:00
c08c2e8b72 url wip 2013-02-17 12:50:03 -05:00
64fb2a815c added tests for cache 2013-02-07 23:48:55 +04:00
8b2b7915b4 Renamed application to app. 2013-02-05 16:12:22 -05:00
11d374a83d finished cleanup of caching components. 2013-01-18 18:28:28 -05:00
ce168fb3c8 cache cleanup WIP 2013-01-18 16:09:29 -05:00
c1328b6632 working on cache key. 2013-01-18 12:45:10 -05:00
abd3d827a2 refactoring. 2013-01-18 10:37:22 -05:00
8e05e6e62d changed copyright line. 2013-01-07 11:34:52 -05:00
9cd67bb6b4 Fixed query and schema caching renamings. 2013-01-05 17:19:08 -05:00
8517ee9e50 reorganized DB classes. 2013-01-05 16:46:53 -05:00
b7a7800fec Fixed constructors. 2012-08-30 21:17:42 -04:00
b1047e7ff6 refactored object creation.
added more exception classes.
working on request and response classes.
2012-06-30 22:21:28 -04:00
d7a69b6029 typo fix. 2012-06-17 15:55:30 -04:00
b51aa4ed65 ... 2012-06-07 14:45:15 -04:00
1599a2cf25 Removed Object::evaluateExpression().
Finished ExpressionDependency.
2012-06-01 09:50:27 -04:00
37c874f1a2 ... 2012-05-31 18:25:25 -04:00
41650dd643 ... 2012-05-30 23:10:54 -04:00