cakephp2-php8/lib/Cake
Phally db1876d837 Adds order to the test models to make the results more predictable.
Even though there was some code in place to prevent results in random
order from PostgreSQL we were still experiencing this with Jenkins
and Travis.

This commit removes the old code that handled this. From now on this
will be handled differently. Every test model will order by its
primary key. You can disable this by changing the order property
of the model to `null`: `$testModel->order = null`.
2013-07-19 22:31:09 +02:00
..
Cache Only delete files that have a matching group + prefix. 2013-06-08 22:42:41 -04:00
Config Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Configure Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Console Merge pull request #1408 from dereuromark/master-cleanup 2013-07-12 07:10:23 -07:00
Controller Simplify whitelist logic. 2013-07-16 19:33:06 -04:00
Core Don't use inline assignment. 2013-07-09 21:11:06 -04:00
Error Update doc block. 2013-07-05 21:25:06 -04:00
Event Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
I18n coding standards whitespace and single quote 2013-06-09 17:20:08 +02:00
Log doc block corrections 2013-07-05 16:17:23 +02:00
Model Moves code out of the try/catch blocks in the connect() methods. 2013-07-15 12:59:46 +02:00
Network Better support various ranges as described in RFC2616 2013-07-18 11:26:55 -04:00
Routing Ignore asset requests containing %2e in them. 2013-07-16 13:14:27 -04:00
Test Adds order to the test models to make the results more predictable. 2013-07-19 22:31:09 +02:00
TestSuite Adds order to the test models to make the results more predictable. 2013-07-19 22:31:09 +02:00
Utility Merge pull request #1412 from wernerhp/master 2013-07-10 08:59:03 -07:00
View Some minor CS improvements to FormHelper 2013-07-06 19:04:06 +02:00
basics.php correct return types in doc blocks 2013-07-05 17:19:22 +02:00
bootstrap.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
LICENSE.txt Formatted CSF address 2013-02-08 21:08:15 +09:00
VERSION.txt Update version number to 2.3.8 2013-07-17 22:15:15 -04:00