Utility

Self Destruct

usonian - November 8, 2009 - 03:38

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

javierreartes - November 5, 2009 - 21:03

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.

Manager

franz - November 5, 2009 - 00:01

A set of modules for a pleasant manager-friendly UI.

Menu path autocomplete

stBorchert - November 4, 2009 - 10:41
mpac.png

Menu path autocomplete changes the input field for menu path to an autocomplete text field while you are adding a menu item.

Drush Multi

fl3a - November 4, 2009 - 10:34

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_sites

Commands

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

sinasalek - November 4, 2009 - 07:44

Detect software/extensions that remove website's ads, and prevents visitors with such a softwares to continue using the site.

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.