Module Dependency Browser

Component type

module

Downloads

1522

Component created

Component changed

Compiles a browsable index of module dependencies, allowing users to see which modules depend on a given module. Requires a local checkout of the contributions/modules directory. See the README.txt for more details.

Export Node

Component type

module

Categories

Downloads

735

Component created

Component changed

A simple module that adds an "Export" tab to every node page. The tab presents site admins with a snippet of PHP capable of re-recreating that node programmatically, not unlike the Views module's export function. This can be useful when hook_update() is being used to migrate a small number of pages or stories from a dev or staging server to a live site.

Secure Pages Auto-Disable by URL

Component type

module

Downloads

1572

Component created

Component changed

This module provides a way to automatically disable the securepages module for domains/subdomains/dev-environments that you do not want it to be active on (e.g., dev environments and such that may not have SSL active).

How it works: The securepages.module is auto-disabled upon the first bootstrapped request (anon or authenticated) for any domains which are specified on the securepages_disabler settings page, and a confirmation message to this effect is shown.

jQuery AOP

Component type

module

Downloads

6180

Component created

Component changed

This is a tiny module that adds the jQuery AOP plugin to all pages. This module provides no functionality to end-users, but can be listed as a dependency by other modules wishing to use this plugin.

JS Alter

Component type

module

Categories

Maintenance status

Development status

Downloads

7874

Component created

Component changed

This module will not be ported to Drupal 7, because Drupal 7 core natively includes a hook_js_alter(). Note that the signature and when the hook is invoked is slightly different in Drupal 7 core than it is in this module.

JS Debug Helper

Component type

module

Categories

Downloads

1992

Component created

Component changed

Assists developers who use Firebug to step through javascript code. For users who have the "debug javascript" permission, this module does 2 things:

1. alters the script tags that load javascript files to use a "_src" version of the file if one is available in the same folder as the packed version.
2. forces the query string that drupal appends to javascript files to "0", so that drupal's cache can be cleared without losing firebug breakpoints.

This module depends on the jsalter module.

JS Registry

Component type

module

Categories

Downloads

2244

Component created

Component changed

Similar in spirit to the theme registry, this module allows core and module javascript files to be overridden by being placed in an alternate location.