Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Drush Cleanup

Drush Cleanup

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.

Database collation corrector

Provides a user interface to fix improperly set database collations in the Drupal database and tables.

Drush EM

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.

Context: Menu Block

Requirements

Drupal 7

  • Drupal 7.0 or later. Pre-release versions (unstable, alpha, beta, release candidate) are not supported.
  • Menu Block 2
  • Context 3.0-beta3 or later

Installation

Install as you would any other module (see handbook page Installing contributed modules if you need help).

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.

To-do

Acknowledgements

Forum auto delete

Allows administrator to set up automatic purging of forum posts by date.
e.g. delete Classifieds forum posts older than two months.

Javascript and CSS reloader

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.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools