Considered feature-complete by its maintainers.

Apache Solr Views

Before you read further

If you are starting a new project, please read the "alternatives" section.

Role Weight

The Role Weight module allows you to set roles ordering. This is very useful in situations, when you need to know which role is more important than the other.

The module gives no functionality to end user, but it's effect can be used by other modules (e.g. Form Adjust).

Form Adjust

The Form Adjust module allows you to make a variety of modifications on any form available in your Drupal installation. You can change any field's property value, like #title, #description or #value. Every change is done by adding a new rule.

Views Schema

This module generate table descriptions for Views based on actual database schema.

Dirty Forms

Dirty Forms popup warning at onBeforeUnload.

The Dirty Forms module provides a javascript behavior that checks forms before users leave the page, warning them if they are about to loose changes and providing an option to remain on the page.

The module provides a configuration form that allows setting up a list of forms that should be excluded from the dirtyForms behavior.

This feature is based on the onBeforeUnload event of the window object which, at the time of writing, is only supported by IE4+, Mozilla Firefox, Google Chrome. Those using other browsers (or when javascript is not enabled) won't be warned when leaving dirty pages. Ah, c'est la vie!

The Dirty Forms module requires the onBeforeUnload API.

onBeforeUnload API

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.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only