d2d_passport

Component type

module

Maintenance status

Development status

Downloads

861

Component created

Component changed

D2D Passport is an extension of the D2D module.

The Passport module manages the identity of your Drupal web site with a D2D server.

D2D servers are central archives that let you search for relevant Drupal communities by tags, title, description, etc.

The official D2D server is already on-line at http://drupal2drupal.org.

Custom Admin Resources

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module adds custom resources (js, css, etc.) to the admin part of Drupal. This can be used to load a resource selectively with more control.

It is currently setup with no UI and adds the js file directly in the module folder. I plan on UI that allows you to input a path to the file.

Disable Updates

Component type

module

Categories

Maintenance status

Development status

Downloads

2087

Component created

Component changed

This is a small administrative module that lets site administrators disable checking for updates on certain themes and modules, by exposing the functionality of hook_update_projects_alter() on the update settings form (/admin/reports/updates/settings). It allows for arbitrary selection of themes and modules as well as auto detection of custom modules, patched modules, and site-specific features modules.

Disable Developer Modules

Component type

module

Maintenance status

Development status

Downloads

595

Component created

Component changed

This is a small module that lets site administrators select particular modules they wish to remain disabled. This is perfect for ensuring developer modules aren't enabled on production sites. By default it can pull in the list of developer modules generated by the Administration menu module if it's enabled, otherwise the administrator can select his/her own list of modules.

Drush Webservice

Component type

module

Categories

Maintenance status

Development status

Downloads

1075

Component created

Component changed

Description

This module allows to run Drush without being granted access to the machine it relies on. It may be useful on shared hosts that do not provide SSH access to servers.

Example:
* With Drush (regular), one connects to a server using SSH and runs: drush en views.
* With this module, one uses Drush on his own workstation and runs: drush @myserver web en views.