cakephp2-php8/lib/Cake/Test/Case
Chris Kim 94fbc6e5f2 Don't map text/plain to csv. Backport from 3.0. Refs #1696
Jquery sets accepts header similar to "text/plain, */*; q=0.01" by
default for xhr requests. Due to this RequestHandler used to set
extension to csv thereby causing View class to look for views under
non-existent csv folders.
2015-07-07 15:19:45 -04:00
..
Cache Fix issue with memcache and domains starting with letter "u" 2015-03-19 11:42:14 +02:00
Configure Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Console Make FlashComponent/FlashHelper more backwards compatible. 2015-06-26 22:05:32 -04:00
Controller Don't map text/plain to csv. Backport from 3.0. Refs #1696 2015-07-07 15:19:45 -04:00
Core Fix cs 2015-01-04 02:27:40 +01:00
Error fixed tests cases to print html 2015-06-20 22:19:08 -04:00
Event Fix some missed doc block issues 2014-11-30 14:50:11 -07:00
I18n Allow apps to overwrite translation domains from third party plugins. 2014-12-23 13:09:53 +01:00
Log Consolidate with conditions sniff. 2014-12-09 03:17:35 +01:00
Model Add tests for less greedy field parsing in SQLite. 2015-06-25 22:21:38 -04:00
Network Merge branch '2.6' into 2.7 2015-06-25 21:50:47 -04:00
Routing Don't set content-length when serving assets. 2014-12-29 21:07:46 -05:00
TestSuite Merge branch '2.6' into 2.7 2015-04-20 15:42:54 -04:00
Utility Merge branch '2.7' of github.com:cakephp/cakephp into 2.7 2015-06-20 10:03:24 -04:00
View Make FlashComponent/FlashHelper more backwards compatible. 2015-06-26 22:05:32 -04:00
AllBehaviorsTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllCacheTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllComponentsTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllConfigureTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllConsoleTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllControllerTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllCoreTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllDatabaseTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllDbRelatedTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllErrorTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllEventTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllHelpersTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllI18nTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllLogTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllNetworkTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllRoutingTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllTestsTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllTestSuiteTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllUtilityTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllViewTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
BasicsTest.php Merge branch 'master' into 2.6 2014-08-30 21:28:11 -04:00