Features

Component type

module

Maintenance status

Development status

Downloads

4017320

Component created

Component changed

The features module enables the capture and management of features in Drupal. A feature is a collection of Drupal entities which taken together satisfy a certain use-case.

Features provides a UI and API for taking different site building components from modules with exportables and bundling them together in a single feature module. A feature module is like any other Drupal module except that it contains additional information in its info file so that configuration can be checked, updated, or reverted programmatically.

Comment automatic title

Component type

module

Categories

Maintenance status

Development status

Downloads

2608

Component created

Component changed

When users don't fill the title field when posting a comment, or when this field is disabled, Drupal word-safely cuts a 29 characters extract from the beginning of the comment's body to generate a title.
With this module, it is possible to choose the comment automatic title length, from 1 to 64 characters.
Comment automatic title adds another feature: it can cut this extract at the first character found, from a list you provide (full-stop, comma, etc.).

For example, let's consider this comment:

Google Apps Verification

Component type

module

Maintenance status

Development status

Downloads

2426

Component created

Component changed

This module makes it easy to verify domain ownership for Google Apps/Google Hosted Services(ghs) on a Drupal site using the HTML verification method. You simple copy and paste the verification string into the settings page for this module and Google will now be able to verify your domain ownership.

If you'd like a more generalized module that handles more sites then just Google apps, check out the Site Verification module.

Compound Eye

Component type

module

Downloads

1038

Component created

Component changed

Compound Eye assists Drupal system administrators who wish to monitor the status of several Drupal installations at once. It consists of a server module and a client module. The server module is installed on the servers to be monitored. The client module can be installed at a "base" Drupal installation and provides a page which connects to the servers and periodically polls them for their status. It's like having the logs and status pages for several Drupal installations all open at once, but all on a single page which only shows you the important stuff.

Menu Access

Component type

module

Maintenance status

Development status

Downloads

16787

Component created

Component changed

Swipht technologies developed a set of security modules with sponsorship from Portland State University. The modules provide roles and user specific security permissions for menus, menu items, nodes, and security integration into the administration and help systems. We would like to provide this suite of modules back to the community to share the usefulness of the suite and involve the community to provide additional support, testing, and moderation.

Node Access

Component type

module

Maintenance status

Development status

Downloads

17325

Component created

Component changed

Swipht technologies developed a set of security modules with sponsorship from Portland State University. The modules provide roles and user specific security permissions for menus, menu items, nodes, and security integration into the administration and help systems. We would like to provide this suite of modules back to the community to share the usefulness of the suite and involve the community to provide additional support, testing, and moderation.

Admin Access

Component type

module

Maintenance status

Development status

Downloads

8598

Component created

Component changed

Swipht technologies developed a set of security modules with sponsorship from Portland State University. The modules provide roles and user specific security permissions for menus, menu items, nodes, and security integration into the administration and help systems. We would like to provide this suite of modules back to the community to share the usefulness of the suite and involve the community to provide additional support, testing, and moderation.

Drupal Ubiquity Commands

Component type

module

Maintenance status

Development status

Downloads

1024

Component created

Component changed

This project aims to take advantages of the Ubiquity addon for Mozilla Firefox. The module provides a web-based interface for authoring Ubiquity commands that can then be automatically shared as well as some pre-packaged Drupal-related commands available from the project page.

onBeforeUnload API

Component type

module

Maintenance status

Development status

Downloads

8521

Component created

Component changed

The onBeforeUnload module provides an API to allow other modules use the onBeforeUnload event of the browser window.

This module does not provide any direct functionally, it rather provides a centralized API that other modules can use to take advantage of the onBeforeUnload event of the browser window.

Modules using the onBeforeUnload API: Dirty Forms, Modal Frame API.