Mark
|
3b02013f7d
|
Merge pull request #1127 from dereuromark/master-strict-comparison
Strict comparison for strings where applicable
|
2013-02-14 01:10:48 -08:00 |
|
euromark
|
111366d5c8
|
== to === and != to !== where applicable
|
2013-02-12 03:38:08 +01:00 |
|
Marc Würth
|
019c3aa721
|
Fixed small typo
|
2013-02-11 22:21:50 +01:00 |
|
Graham Weldon
|
66d856d883
|
Added extra line for referencing license file for copyright
|
2013-02-08 21:22:51 +09:00 |
|
Graham Weldon
|
7b860debe4
|
This commit is dedicated to Mark Story, who has put in much dedicated time and effort into CakePHP over the years.
I just wanted to ruin his evening, because this change needs to be merged into CakePHP 3.0.
|
2013-02-08 20:59:49 +09:00 |
|
Ceeram
|
16be9d4990
|
remove unused local vars
|
2013-01-23 17:22:06 +01:00 |
|
euromark
|
11a88042bd
|
fix doc block endings
|
2013-01-11 15:06:54 +01:00 |
|
euromark
|
a266d8bede
|
add test case
|
2013-01-08 13:06:02 +01:00 |
|
Majna
|
6d75d90c25
|
Code cleanup
Remove unneeded sprintf.
Fix doc blocks.
Remove duplicated keys in tests assertions.
Use boolean value for CakeRequest $parseEnvironment param.
|
2012-12-28 23:37:58 +01:00 |
|
Jose Lorenzo Rodriguez
|
9cc4371246
|
Revert "Merge pull request #1050 from rynop/2.3"
This reverts commit f3f1e1ab52 , reversing
changes made to 9fc4678fa3 .
|
2012-12-27 13:55:25 +01:00 |
|
Ryan
|
1881ff1664
|
Fix testClear() case
After clear of memcache config, all keys should be gone. So a read on a key should return false.
|
2012-12-26 16:34:23 -06:00 |
|
mark_story
|
27d7e2865e
|
Merge branch 'master' into 2.3
Conflicts:
lib/Cake/Console/Command/ConsoleShell.php
lib/Cake/Network/CakeSocket.php
lib/Cake/Network/Http/HttpResponse.php
lib/Cake/Utility/Folder.php
lib/Cake/View/MediaView.php
lib/Cake/basics.php
|
2012-11-20 23:02:33 -05:00 |
|
Ceeram
|
56225bcca3
|
fix all warnings except TODO warnings
|
2012-11-14 12:56:10 +01:00 |
|
Rachman Chavik
|
7d844866f0
|
RedisEngine: authenticate connection if 'password' is set
|
2012-11-02 09:38:18 +07:00 |
|
mark_story
|
559130b87b
|
Try and make test less likely to fail.
|
2012-10-25 21:56:00 -04:00 |
|
mark_story
|
ed6ff92296
|
Remove bad test.
|
2012-10-22 20:55:56 -04:00 |
|
Adam Taylor
|
4090c2e932
|
Remove trailing whitespace from comments
See http://groups.google.com/d/topic/cakephp-core/fuHTYMKVJno/discussion
|
2012-10-15 18:19:37 -06:00 |
|
Jelle Henkens
|
ab1f336e21
|
Adding timeout and port options to the redis cache engine
|
2012-05-29 23:39:56 +01:00 |
|
Jose Lorenzo Rodriguez
|
bf0f5ab118
|
Merge remote-tracking branch 'origin/2.1' into 2.2
|
2012-04-29 20:05:39 -04:30 |
|
Kyle Robinson Young
|
b8488b8dfe
|
Update 1.x @link in docblocks
|
2012-04-26 19:49:18 -07:00 |
|
mark_story
|
7e38f9d79f
|
Fix more coding standards errors.
|
2012-04-23 22:27:27 -04:00 |
|
Jose Lorenzo Rodriguez
|
042221bbf6
|
Merge branch '2.2-redis-engine' into 2.2
|
2012-04-22 19:14:24 -04:30 |
|
Jose Lorenzo Rodriguez
|
9f415d012c
|
Merge branch '2.2-cache-groups' into 2.2
Conflicts:
lib/Cake/Test/Case/Cache/Engine/XcacheEngineTest.php
|
2012-04-22 18:59:22 -04:30 |
|
mark_story
|
72c3059d94
|
Add missing parent calls.
Fixes piles of failing tests.
|
2012-04-15 22:20:34 -04:00 |
|
Jose Lorenzo Rodriguez
|
f105abde4e
|
Implementing Redis cache engine
|
2012-03-28 23:30:33 -04:30 |
|
Jose Lorenzo Rodriguez
|
e5cc7d0f73
|
Fixed failing test
|
2012-03-27 00:20:35 -04:30 |
|
Jose Lorenzo Rodriguez
|
2100a64ffd
|
Prefixing group names in XcacheEngine
|
2012-03-27 00:00:52 -04:30 |
|
Jose Lorenzo Rodriguez
|
ffdd98be1b
|
Prefixing group names in WincacheEngine
|
2012-03-26 23:35:15 -04:30 |
|
Jose Lorenzo Rodriguez
|
98b14ff144
|
Prefixing group names in MemcacheEgine
|
2012-03-26 23:34:03 -04:30 |
|
Jose Lorenzo Rodriguez
|
957322ec82
|
Prefixing group names with the cache enging prefix to avoid possible conflicts with shared servers
|
2012-03-26 23:02:26 -04:30 |
|
mark_story
|
c1531d3faa
|
Fix a few small code standards issues.
|
2012-03-26 23:04:32 -04:00 |
|
Thomas Ploch
|
ce8b10e46f
|
Fixing cache group related test cases.
|
2012-03-26 14:30:01 +02:00 |
|
Jose Lorenzo Rodriguez
|
945925bdb9
|
Implemented group cache delete in FileEngine
|
2012-03-25 23:33:37 -04:30 |
|
Jose Lorenzo Rodriguez
|
04ec41384b
|
Implemented read/write support for groups in FileEngine
|
2012-03-25 23:00:28 -04:30 |
|
Jose Lorenzo Rodriguez
|
c5c99a7c29
|
Implemented group support in WincacheEngine
|
2012-03-25 22:34:04 -04:30 |
|
Jose Lorenzo Rodriguez
|
9c733b4420
|
Implementing group support for XcacheEngine
|
2012-03-25 22:20:39 -04:30 |
|
Jose Lorenzo Rodriguez
|
6f9d2c01db
|
Implmented cache group clearing in Memcache engine
|
2012-03-25 21:23:27 -04:30 |
|
Jose Lorenzo Rodriguez
|
d0f7842f36
|
Added test for deleting kwys under a group in MemcacheEngine
|
2012-03-25 20:10:04 -04:30 |
|
Jose Lorenzo Rodriguez
|
411bd85900
|
Implementing group read/write support to MemcacheEngine
|
2012-03-25 20:08:37 -04:30 |
|
Jose Lorenzo Rodriguez
|
4f131d54f1
|
Implemented group delete for cache keys in ApcEngine
|
2012-03-25 19:45:32 -04:30 |
|
Jose Lorenzo Rodriguez
|
ae34c64fa3
|
Adding test for delete + groups in ApcEngine
|
2012-03-25 19:22:32 -04:30 |
|
Jose Lorenzo Rodriguez
|
3c9c3ef9ba
|
Implemented group read/write support for the ApcEngine
|
2012-03-25 19:17:08 -04:30 |
|
Jose Lorenzo Rodriguez
|
58a59fd4a4
|
Fixing broken test
|
2012-03-25 18:10:25 -04:30 |
|
Kyle Robinson Young
|
90e7afbdc7
|
Correct parameter order of assertEquals and assertNotEquals
|
2012-03-22 23:37:12 -07:00 |
|
Juan Basso
|
3b1bd90ad6
|
Updated copyright to 2012.
|
2012-03-12 22:46:07 -04:00 |
|
mark_story
|
932c9d4e2f
|
Fix coding standards.
|
2012-03-10 22:29:35 -05:00 |
|
mark_story
|
7665f369fa
|
Merge branch '2.1-type-hinting-corrections' into 2.1
|
2012-02-25 20:07:18 -05:00 |
|
euromark
|
973dce916a
|
php5 corrections
|
2012-02-25 19:46:07 -05:00 |
|
Kyle Robinson Young
|
4176e59e52
|
Typo fixes in tests
|
2012-02-23 15:29:53 -08:00 |
|
Kyle Robinson Young
|
22582aee63
|
Upgrade legacy uses of App::build() types
|
2012-02-18 04:31:29 -08:00 |
|