Moved settings to Configuration -> System. Changed cobalt to Cobalt in help text.
Fixed some scoping issues and improved error logging.
Use drupal_json_output() to set correct headers - Fixes an issue where devel module added info to the json output.
Initial work on making Cobalt translatable
Setting some dev version information to stop the update module from whining.
Added support for calling clear cache (when the devel module isn't installed) and rebuild content permissions directly from Cobalt.
Also exposes access to pathauto settings.
Added some help text and descriptions
Added check to avoid breaking Cobalt when Drupal.settings.cobalt is undefined
Added a handler for opening a menu item in a new window.
Extra check to avoid errors when Drupal.settings is empty
Some cleanup and code review