José Lorenzo Rodríguez
|
4958f0ee5d
|
Using a more specific function to check for numbers on redis engine read
|
2012-03-28 23:22:30 -05:30 |
|
José Lorenzo Rodríguez
|
e6a87bac40
|
Removing extra spaces
|
2012-03-28 23:18:32 -05:30 |
|
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
|
2a1e4a2aae
|
Making clearGroup() a no-op method instead of abstract to ease migration to 2.2
|
2012-03-27 00:08:24 -04:30 |
|
Jose Lorenzo Rodriguez
|
2bb3dc6bf7
|
Reducing key length when using groups in WincacheEngine
|
2012-03-27 00:07:23 -04:30 |
|
Jose Lorenzo Rodriguez
|
afba5aafb7
|
Redcing key name when using groups in MemcacheEngine
|
2012-03-27 00:05:56 -04:30 |
|
Jose Lorenzo Rodriguez
|
27b90b0e47
|
Reducing key size when using groups in ApcEngine
|
2012-03-27 00:01:34 -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 |
|
José Lorenzo Rodríguez
|
969b682ece
|
Merge pull request #583 from tPl0ch/2.2-cache-groups
Fixed failing tests for 2.2 cache groups fetaure.
|
2012-03-26 07:55:10 -07:00 |
|
Thomas Ploch
|
ce8b10e46f
|
Fixing cache group related test cases.
|
2012-03-26 14:30:01 +02:00 |
|
Jose Lorenzo Rodriguez
|
cf2b6acd71
|
Fixing some typos
|
2012-03-26 00:29:02 -04:30 |
|
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 |
|
Jose Lorenzo Rodriguez
|
16bde9c723
|
Making sure components in controller test cases always have a fresh reference to the request object, fixes #2705
|
2012-03-24 14:34:29 -04:30 |
|
mark_story
|
83ceef045d
|
Removing tests that fail on Postgres and Sqlite.
Fixes #2174
|
2012-03-23 21:21:18 -04:00 |
|
dogmatic69
|
7c697eb9be
|
adding an extra check to only type cast if its a int/true/false so you can still use fields etc in the queries
|
2012-03-23 21:21:18 -04:00 |
|
dogmatic69
|
a5685947b9
|
Adding failing tests for bool updates switching with the field name
|
2012-03-23 21:21:08 -04:00 |
|
ADmad
|
4b49a287a6
|
Show plugin name in error message if a plugin component was requested
|
2012-03-24 00:22:50 +05:30 |
|
Ceeram
|
817015e6b3
|
remove unneccesary elseif
|
2012-03-23 16:37:02 +01:00 |
|
Ceeram
|
4a6159c9af
|
session_cache_limiter() removed, it was set to invalid value as well
Also remove setting P3P header
|
2012-03-23 16:31:26 +01:00 |
|
José Lorenzo Rodríguez
|
3a4d173ce2
|
Merge pull request #577 from shama/patch-assert-order
Correct parameter order of assertEquals and assertNotEquals
|
2012-03-23 06:57:02 -07:00 |
|
ADmad
|
1478f1be75
|
Merge pull request #578 from shama/patch-schema-uses
Include App::uses('File', 'Utility') for write() in CakeSchema
|
2012-03-23 06:08:55 -07:00 |
|
Kyle Robinson Young
|
21c4967cc6
|
App::uses the File Utility as write() uses File
|
2012-03-22 23:48:57 -07:00 |
|
Kyle Robinson Young
|
90e7afbdc7
|
Correct parameter order of assertEquals and assertNotEquals
|
2012-03-22 23:37:12 -07:00 |
|
mark_story
|
3851ad08a6
|
Fix code standards warnings.
|
2012-03-21 21:56:53 -04:00 |
|
mark_story
|
20bdf1d7b0
|
Add escaping to table names.
SQLite was not quoting table names, so tables with
keywords caused errors.
Fixes #2702
|
2012-03-21 21:04:34 -04:00 |
|
Ceeram
|
0a94202fb6
|
fixing test of previous commit
|
2012-03-21 11:07:51 +01:00 |
|
Ceeram
|
4dfbfe9c8b
|
fix saveAll deep option, when associated data is empty, or has deeper associated model data as first key in array
|
2012-03-21 10:38:04 +01:00 |
|
mark_story
|
01e035f726
|
Move logic to afterDelete.
Because behavior callbacks are fired first, removing data in the
beforeDelete could result in data loss if the model prevents deletion.
Fixes #2699
|
2012-03-20 22:36:48 -04:00 |
|
Mark Story
|
d1cc29f412
|
Merge pull request #575 from shama/patch-controller
Remove unused code and correct doc for modelClass
|
2012-03-20 16:14:25 -07:00 |
|
Kyle Robinson Young
|
db9c3e5bf3
|
Remove unused code and correct doc for modelClass
|
2012-03-20 14:44:14 -07:00 |
|
Ceeram
|
247f5522c6
|
add test for saveAll deep
|
2012-03-20 20:41:41 +01:00 |
|
mark_story
|
714ec60507
|
Fix a few more standards errors.
|
2012-03-19 21:58:56 -04:00 |
|
mark_story
|
edd54e4ddf
|
Ignore the remaining errors.
They are just part of the test to compare objects + arrays.
No need to cause standards errors.
|
2012-03-19 21:38:51 -04:00 |
|
Ceeram
|
091ad53b80
|
ensure boolean values are converted to correct value on update, avoiding issues with posgres boolean type
|
2012-03-19 13:27:26 +01:00 |
|
Ceeram
|
c38419e33a
|
Fixing test, some 5.2 installs do not have function to read mime
|
2012-03-19 09:52:09 +01:00 |
|
mark_story
|
94b3839b2e
|
Fix a few more small issues.
|
2012-03-18 23:25:19 -04:00 |
|