Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The watchdog aggregator is intended for people that run some or a lot of drupal sites and may have a central site (maybe an intranet site) that they can visit and see if something is wrong on their other sites.
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).
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 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.
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.