.. |
CacheHelper.php
|
converting if($foo == true) to if($foo)
|
2012-09-14 18:54:29 +01:00 |
FormHelper.php
|
converting if($foo == true) to if($foo)
|
2012-09-14 18:54:29 +01:00 |
HtmlHelper.php
|
converting $foo == / $foo == 0 to !$foo (and a few $foo === 0)
|
2012-09-14 18:42:25 +01:00 |
JqueryEngineHelper.php
|
Updating mixed @param documentation to seperate list of accepted types
|
2012-05-21 21:55:10 +01:00 |
JsBaseEngineHelper.php
|
Updating mixed @param documentation to seperate list of accepted types
|
2012-05-21 21:55:10 +01:00 |
JsHelper.php
|
converting $foo == null / $foo == false to !$foo
|
2012-09-14 18:26:30 +01:00 |
MootoolsEngineHelper.php
|
Updating mixed @param documentation to seperate list of accepted types
|
2012-05-21 21:55:10 +01:00 |
NumberHelper.php
|
added missing App::uses('Hash', 'Utility');
|
2012-09-13 17:20:26 +02:00 |
PaginatorHelper.php
|
converting if($foo == true) to if($foo)
|
2012-09-14 18:54:29 +01:00 |
PrototypeEngineHelper.php
|
Updating mixed @param documentation to seperate list of accepted types
|
2012-05-21 21:55:10 +01:00 |
RssHelper.php
|
fix #2858 RSS helper bug with namedspaced keys
|
2012-07-29 14:24:46 +02:00 |
SessionHelper.php
|
converting $foo == null / $foo == false to !$foo
|
2012-09-14 18:26:30 +01:00 |
TextHelper.php
|
added missing App::uses('Hash', 'Utility');
|
2012-09-13 17:20:26 +02:00 |
TimeHelper.php
|
Updating mixed @param documentation to seperate list of accepted types
|
2012-05-21 21:55:10 +01:00 |