While working on the accounts module I decided to try and take advantage of the new custom menu pane in the installer. However, I've found a few errors that need to be fixed with the menu system.
-Custom menu display title is Panel, where/how do we set the display title?
-Menu buttons are not inserted into custom menu panel.
-Menu.php kicks out an error when using a custom menu.
Notice line 691: Undefined index: accounts_accmenu
-No need to name menu panes addonName_menuName, installer automatically adds addonName_ to menuName. (The wiki needs a little change.)
-Keep menuName short or SQL will kick out errors saying it's too long.
These are the problems I've found with the custom menus so far. I imagine Zanix is still working on completing these functions and just hasn't got that far yet. I also noticed while playing in the db that some menu buttons don't always get removed. Any way we could get a cleanup util that will delete buttons not in the db anymore?