cakephp2-php8/lib/Cake/Utility
dogmatic69 408e619c9f Merge branch '2.3' into type-checks
Conflicts:
	lib/Cake/Console/Command/Task/ModelTask.php
	lib/Cake/Controller/Component/RequestHandlerComponent.php
	lib/Cake/Model/Datasource/Database/Mysql.php
	lib/Cake/Utility/CakeNumber.php
2012-10-01 02:08:00 +01:00
..
CakeNumber.php Merge branch '2.3' into type-checks 2012-10-01 02:08:00 +01:00
CakeTime.php Merge branch '2.3' into type-checks 2012-10-01 02:08:00 +01:00
ClassRegistry.php adding a plugin propery to models wwith tests for ticket #85 2012-09-20 21:31:31 -04:00
Debugger.php Merge branch '2.3' into type-checks 2012-10-01 02:08:00 +01:00
File.php converting $foo == null / $foo == false to !$foo 2012-09-14 18:26:30 +01:00
Folder.php Merge branch '2.3' into type-checks 2012-10-01 02:08:00 +01:00
Hash.php Remove unused variables and code 2012-09-05 17:19:13 -07:00
Inflector.php changing join() to implode() for consistency 2012-09-15 11:06:02 +01:00
ObjectCollection.php Fix strict error in 5.4 2012-09-13 20:59:17 -04:00
Sanitize.php adjusting the way the regex is done so its easier to read 2012-09-13 21:03:38 +01:00
Security.php Revert "Attempting to get passing builds on travisci" 2012-09-26 21:58:14 -04:00
Set.php converting if ($foo != null) to if ($foo) 2012-09-21 23:30:43 +01:00
String.php converting $foo == / $foo == 0 to !$foo (and a few $foo === 0) 2012-09-14 18:42:25 +01:00
Validation.php Merge branch '2.3' into type-checks 2012-10-01 02:08:00 +01:00
Xml.php replacing is_integer() with is_int() 2012-09-15 11:15:01 +01:00