cakephp2-php8/lib/Cake
chinpei215 b74774bb0c hasOne/belongsTo associations should contain associated records in afterFind
Before 1fe943d6f1,
afterFind() is called twice with belongsTo/hasOne associations.
Although $results also doesn't contain associated records on first time,
it contains them on second time.

After 1fe943d6f1,
it doesn't work if associated records are used in afterFind.
This commit fixes it.
2014-08-27 09:32:00 +09:00
..
Cache Optimize FileEngine::gc() 2014-08-20 23:56:26 +02:00
Config Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Configure Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
Console Code sniff fix. 2014-08-11 11:51:09 -05:00
Controller Fix cookie reading. 2014-08-06 22:53:54 +02:00
Core a / an typo fixes fot API 2014-07-30 22:11:03 +02:00
Error a / an typo fixes fot API 2014-07-30 22:11:03 +02:00
Event Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
I18n Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
Log Added links to book 2014-08-07 01:56:53 +02:00
Model hasOne/belongsTo associations should contain associated records in afterFind 2014-08-27 09:32:00 +09:00
Network Fix 0 index not being properly parsed for files. 2014-08-23 13:05:16 +02:00
Routing a / an typo fixes fot API 2014-07-30 22:11:03 +02:00
Test hasOne/belongsTo associations should contain associated records in afterFind 2014-08-27 09:32:00 +09:00
TestSuite Make the error message better for fixture errors 2014-07-15 13:21:48 +01:00
Utility Forward port fixes for #4294 from 1.3 to 2.x 2014-08-20 00:25:01 +02:00
View Preventing multiple iterations 2014-08-23 15:47:12 +05:30
basics.php Fixes #2707 2014-08-24 14:27:49 +00:00
bootstrap.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
LICENSE.txt Formatted CSF address 2013-02-08 21:08:15 +09:00
VERSION.txt Update version number to 2.5.3 2014-07-20 22:20:47 -04:00