cakephp2-php8/lib/Cake
kolorafa 22d2564de9 msSQL - also handle offset as string
When doing pagination you could get offset not as a int(eg. 10) but string(eg. "10") and it will not paginate at all.

For example DataTables plugin pass offset from params and all params from http request are strings wrapped in numbers.
Adding ctype_digit($offset) will also check the case.
2017-10-05 11:45:33 +02:00
..
Cache Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
Config Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
Configure Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
Console Fix delete space, restored return 2017-10-04 21:02:48 +09:00
Controller Fix: phpdoc miss 2017-10-04 00:22:42 +09:00
Core Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
Error Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
Event Fix: revert return 2017-10-05 00:09:51 +09:00
I18n Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
Log Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
Model msSQL - also handle offset as string 2017-10-05 11:45:33 +02:00
Network Fix: phpdoc miss 2017-10-04 00:22:42 +09:00
Routing Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
Test Test Case 2017-09-22 11:45:38 +03:00
TestSuite Merge pull request #11000 from bancer/truncate-performance-2 2017-08-11 21:48:01 -04:00
Utility Fix: revert return 2017-10-05 00:09:51 +09:00
View Fixed SessionHelper not handling stacked messages 2017-08-22 10:06:37 -05:00
basics.php fixed basic.php 2017-09-15 11:42:54 +09:00
bootstrap.php Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
LICENSE.txt Use HTTPS for the cakephp.org URL 2017-06-10 23:40:28 +02:00
VERSION.txt Update version number to 2.10.3 2017-09-17 22:12:29 -04:00