.. |
Cache
|
converting $foo == / $foo == 0 to !$foo (and a few $foo === 0)
|
2012-09-14 18:42:25 +01:00 |
Config
|
Updated copyright to 2012.
|
2012-03-12 22:46:46 -04:00 |
Configure
|
Add plugin support to IniReader, and harden tests.
|
2012-08-27 10:04:26 -03:00 |
Console
|
converting if($foo == true) to if($foo)
|
2012-09-14 18:54:29 +01:00 |
Controller
|
converting $foo == / $foo == 0 to !$foo (and a few $foo === 0)
|
2012-09-14 18:42:25 +01:00 |
Core
|
converting $foo == null / $foo == false to !$foo
|
2012-09-14 18:26:30 +01:00 |
Error
|
converting $foo == / $foo == 0 to !$foo (and a few $foo === 0)
|
2012-09-14 18:42:25 +01:00 |
Event
|
Tweaked DocBlocks
|
2012-08-03 22:40:28 -04:00 |
I18n
|
converting $foo == / $foo == 0 to !$foo (and a few $foo === 0)
|
2012-09-14 18:42:25 +01:00 |
Log
|
added missing App::uses('Hash', 'Utility');
|
2012-09-13 17:20:26 +02:00 |
Model
|
converting $foo == / $foo == 0 to !$foo (and a few $foo === 0)
|
2012-09-14 18:42:25 +01:00 |
Network
|
converting if($foo == true) to if($foo)
|
2012-09-14 18:54:29 +01:00 |
Routing
|
converting if($foo == true) to if($foo)
|
2012-09-14 18:54:29 +01:00 |
Test
|
converting if($foo == true) to if($foo)
|
2012-09-14 18:54:29 +01:00 |
TestSuite
|
converting $foo == / $foo == 0 to !$foo (and a few $foo === 0)
|
2012-09-14 18:42:25 +01:00 |
Utility
|
converting $foo == / $foo == 0 to !$foo (and a few $foo === 0)
|
2012-09-14 18:42:25 +01:00 |
View
|
converting if($foo == true) to if($foo)
|
2012-09-14 18:54:29 +01:00 |
basics.php
|
make it possible to override all of basics.php
|
2012-09-06 10:19:06 +02:00 |
bootstrap.php
|
Merge branch 'master' into 2.3
|
2012-08-09 20:43:47 -04:00 |
LICENSE.txt
|
Updated copyright to 2012.
|
2012-03-12 22:46:46 -04:00 |
VERSION.txt
|
Update version number to 2.2.2
|
2012-09-01 18:28:03 +01:00 |