Cleanup day
It seems that today is cleanup day as with changeset 4981 many deprecated functions have been removed from CakePHP 1.2. Especially affected are the HtmlHelper and the FormHelper.
Check the list with the affected functions (and their replacements).




MMMMmmmm…..I love the smell of deprecation deletion in the morning!
@Walker: Yeah, it is cool to see that old stuff gets removed.
Hi Daniel,
The removal of /cake/libs/neat_array.php in this cleanup means that your test suite has an error (line 54 of tasks/test_task.php). However, this include can just be removed, and the suite still works fine.
@Grant: Thanks for the info, I uploaded a fixed version.