## Roadmap A general roadmap for future releases ### 1.2 * Compatible with CakePHP 1.2.x *(done)* * Updates to FirePHP output. (PHP4 compatibility) * Timer panel enhancements including nesting, and timer output on page failure. *(done thanks AD7six)* * Ability to force enable toolbar. *(done thanks AD7six)* * Drag resizable panels / Adjustable height panels. *(done)* * Loaded helpers in View variables panel. *(done)* * Added memory use tracking, ability to define memory tracking points, and memory use table. *(done)* ### 1.3 * Shell command for clearing the cache. Integrate one of the existing solutions. * Compatible with CakePHP 1.3.x * TimedBehavior - Add the ability to time find() methods and time model methods. * SQL syntax highlighting (possibly?) * Interactive SQL explains/profiling instead of doing it automatically for the queries that are considered slow, provide ui features for doing explains on all queries. * Interactive routing testing. Provide a xhr accessible action to test out routes and recieve parameter sets back. Allowing you to interactively tweak + test routes. * Improvements to SqlLog generation, Use new array retrieval methods. * Reworking of DebugView. Remove previous workarounds for wierd View::_render use. * Fixing test cases to reflect new/changed CakePHP API's * Implement cache clearing features. ### 2.0 * Compatible with CakePHP 2.x * PHP5 strict * More..