..
Cache
Adding timeout and port options to the redis cache engine
2012-05-29 23:39:56 +01:00
Configure
Fix assertion.
2012-05-01 21:45:06 -04:00
Console
Fix failing test with controller task listAll
2012-07-25 22:12:55 -07:00
Controller
Modify test case to show the issue.
2012-07-25 15:06:56 -04:00
Core
Update dump() to allow partial dumps.
2012-05-01 21:00:42 -04:00
Error
Merge branch '2.1' into 2.2
2012-06-23 16:41:32 -04:00
Event
Updated copyright to 2012.
2012-03-12 22:46:46 -04:00
I18n
Update 1.x @link in docblocks
2012-04-26 19:49:18 -07:00
Log
Make tests pass on windows.
2012-07-21 20:59:05 -04:00
Model
Generated SQL should not contain multi-column primary keys
2012-07-27 22:31:49 -04:00
Network
Make test case use SERVER_NAME conditionally.
2012-07-05 22:56:45 -04:00
Routing
Add missing urlencoding to nested named parameters.
2012-07-02 23:34:53 -04:00
TestSuite
Merge branch '2.1' into 2.2
2012-05-03 21:06:35 -04:00
Utility
Fix incorrect context being used for excerpt.
2012-07-24 23:37:37 -04:00
View
Added test for RSS to allow namespace tags if namespace is specified
2012-07-30 10:10:19 +02:00
AllBehaviorsTest.php
Updated copyright to 2012.
2012-03-12 22:46:46 -04:00
AllCacheTest.php
Updated copyright to 2012.
2012-03-12 22:46:46 -04:00
AllComponentsTest.php
Updated copyright to 2012.
2012-03-12 22:46:46 -04:00
AllConfigureTest.php
Updated copyright to 2012.
2012-03-12 22:46:46 -04:00
AllConsoleTest.php
Updated copyright to 2012.
2012-03-12 22:46:46 -04:00
AllControllerTest.php
Updated copyright to 2012.
2012-03-12 22:46:46 -04:00
AllCoreTest.php
Updated copyright to 2012.
2012-03-12 22:46:46 -04:00
AllDatabaseTest.php
Updated copyright to 2012.
2012-03-12 22:46:46 -04:00
AllErrorTest.php
Updated copyright to 2012.
2012-03-12 22:46:46 -04:00
AllEventTest.php
Updated copyright to 2012.
2012-03-12 22:46:46 -04:00
AllHelpersTest.php
Updated copyright to 2012.
2012-03-12 22:46:46 -04:00
AllI18nTest.php
Updated copyright to 2012.
2012-03-12 22:46:46 -04:00
AllLogTest.php
Updated copyright to 2012.
2012-03-12 22:46:46 -04:00
AllNetworkTest.php
Updated copyright to 2012.
2012-03-12 22:46:46 -04:00
AllRoutingTest.php
Extracting asset dispatcher and cache dispatcher into separate classes to provide examples on how to use Dispatcher
2012-04-17 00:42:18 -04:30
AllTestsTest.php
Fix coding standards.
2012-03-18 18:06:10 -04:00
AllTestSuiteTest.php
Updated copyright to 2012.
2012-03-12 22:46:46 -04:00
AllUtilityTest.php
Updated copyright to 2012.
2012-03-12 22:46:46 -04:00
AllViewTest.php
Updated copyright to 2012.
2012-03-12 22:46:46 -04:00
BasicsTest.php
Prevent booleans from being encoded (converted to strings) by h() function, helps prevent accidental fatal errors in some PHP versions around 5.2.9
2012-07-20 12:48:57 +10:00