Yesterday, a lot of changes have been made to trunk. Here the changes I noticed:

  • there is a new constant called CAKE_SESSION_STRING in core.php
  • app/controllers/components/db_acl.sql has been removed (it is the one I used for my unsuccessful dbAcl experiments *g*)
  • AjaxHelper::linkToRemote() is now deprecated, it is replaced by AjaxHelper::link()
  • dbAcl has been updated, so it is time for a new dbAcl experiment ;-)
  • there are some new convenience methods: up() for strtoupper(), low() for strtolower(), and r() for str_replace()
  • transaction support for MySQL
  • a lot of changes for the PostgreSQL driver

So, it is time to test if my application still works with this update :)