Utility
Self Destruct
Note: It has been brought to my attention that this module duplicates existing functionality in a couple of modules: Demo and Drupal Reset. I was unaware this capability was included in Demo, and Drupal Reset sprang up between the time I developed the module for personal use, and when I got around to adding it to contrib. Apologies for the duplicate effort; I will not be continuing development on this module and encourage you to use Demo instead.
The Self Destruct module is a developer utility for quickly emptying/resetting a Drupal site's database.
Iframe Filter
Iframe Filter allows to embed content into an iframe. Normally externally loaded content like website widgets can slow down the loading of your website or making it crash if the page from where the content is loaded fails.
Iframe Filter provides a simply solution for fixing this, you just need to add this filter to an input format and the content you create using that format will be displayed inside an iframe created dynamically.
Menu path autocomplete
Menu path autocomplete changes the input field for menu path to an autocomplete text field while you are adding a menu item.
Drush Multi
This is an extension to the Drupal Shell aka drush
I use the following symbolic links structure on our servers and wrote a bash script for handling Drupal updates years ago.
Within this structure and this drush command, it is now possible to do that via drush.
Now drush can update Drupal.
Here is the very specific structure this command deals with for multi drupalupdate and multi create:
drupal/
|-- 6.x -> drupal-6.14
|-- 6.x_backup
|-- 6.x_sites
| |--all
| | |-- modules
| | `-- themes
| |-- default
| `-- example.com
| |-- files
| |-- modules
| `-- themes
`-- drupal-6.14
|-- backup -> ../6.x_backup
|-- includes
|-- misc
|-- modules
|-- profiles
|-- scripts
`-- sites -> ../6.x_sitesCommands
- drush multi status
- An extended drush core status
- drush multi site
- Creates a site within the installation
- drush multi create
- Creates a multisite installation
- drush multi drupalupdate
- Updates the installation if there is a new minor release available
- drush multi exec
- Execute drush core commands on all sites (batch mode)
- drush multi sql dump
- Execute a sql dump on all sites (batch mode)
- drush multi nagios
- Command for use as nagios plugin with exit status and status message
Ad-blockers detector
Detect software/extensions that remove website's ads, and prevents visitors with such a softwares to continue using the site.
