cakephp2-php8/lib/Cake/Test/Case
mark_story 2096d3f632 Clamp limit values to be unsigned integers.
This solves large page numbers potentially turning into scientific
notation when being formatted into queries. It also further safeguards
against SQL manipulation.

Refs #GH-1263
2013-05-02 22:36:50 -04:00
..
Cache Fix: write() after clearGroup() does not actually write to file 2013-04-26 14:43:36 +07:00
Configure Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
Console remove copyright noise from test files to unify with new newer files which don't contain it anymore anyway 2013-04-29 17:16:53 +02:00
Controller Clamp limit values to be unsigned integers. 2013-05-02 22:36:50 -04:00
Core spelling corrections 2013-04-30 14:11:50 +02:00
Error Fix failing tests. 2013-02-25 14:19:13 -05:00
Event Updated copyright 2013-02-08 21:28:17 +09:00
I18n Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
Log Merge pull request #1127 from dereuromark/master-strict-comparison 2013-02-14 01:10:48 -08:00
Model Clamp limit values to be unsigned integers. 2013-05-02 22:36:50 -04:00
Network Merge pull request #1254 from dereuromark/master-spelling-corrections 2013-04-29 09:27:48 -07:00
Routing spelling corrections (a url to an URL, unify URL) 2013-04-29 11:05:17 +02:00
TestSuite Remove test case that is no longer useful. 2013-03-22 21:36:11 -04:00
Utility Exclude domain names starting with - 2013-04-29 21:31:30 -04:00
View Fix autoLinkUrls() not autolinking URL's without a /. 2013-04-30 17:02:07 -04:00
AllBehaviorsTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllCacheTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllComponentsTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllConfigureTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllConsoleTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllControllerTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllCoreTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllDatabaseTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllErrorTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllEventTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllHelpersTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllI18nTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllLogTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllNetworkTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllRoutingTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllTestsTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllTestSuiteTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllUtilityTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllViewTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
BasicsTest.php == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00