This utility Drush add-on just deletes text files (not needed but are) packaged with Drupal; files like INSTALL.txt, UPGRADE.txt, README.txt (in multiple places), etc.
Drush tool to dump/update CTools (and some other) exportables.
To a site developer, CTools exportables (which includes Panels, Page Manager pages and Strongarm variables) and default Views, is a godsend for creating sites and then storing the setup in code. However, exporting the objects and saving them in the right files is a bit of a chore, and it is here Drush EM helps out by providing some simple commands.
If your context reaction uses a second or higher level menu item, the menu block for the menu must have Expand all children of this tree selected in its block configuration.
This is a utility module for developers deals with a specific problem: If a module loads its own Javascript and/or CSS files in hook_form_alter() - and then there is an error if the form is re-submitted because the hook will not be called again (the form is cached) which means that, on page reload, the Javascript and CSS files are not reloaded.