Services User Password Request

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Services module provides integration with User module but it does not provide the service to request a new password in case a user has forgotten it. This is exactly what this module does. A user can request a new password via Services and an email is sent to that person. This module was created and is being maintain by Red Crackle, a Drupal-focussed web development firm based in Bay Area, CA.

Platform for Privacy Preferences

Component type

module

Categories

Maintenance status

Development status

Downloads

298

Component created

Component changed

P3P isn't used by any main stream browser save for Internet Explorer. IE only uses it to muck with cookies and, in particular, with cookies set by requests to an iframe. This module allows you to actually specify a P3P compact description and send a P3P HTTP header along with each page so that IE will do the right thing all the time.

Modules weight

Component type

module

Maintenance status

Development status

Downloads

11655

Component created

Component changed

Sometimes we need to modify modules execution order, and some people could write a code that execute the query to modify the weight of a module in the system table, some one might go straight to his favorite SQL client and modify the record directly. This module provides an interface to reorder the modules weight.

Uses

Configuring the module

You can manage the module settings from the Modules Weight Settings page (admin/config/system/modules-weight/configuration). For this you need the Administer Modules Weight permission.

Better Watchdog UI

Component type

module

Maintenance status

Development status

Downloads

9448

Component created

Component changed

Upgrade watchdog entries to entities and replace default database log listing with a view, which grants advanced filtering options and filtered deletion as a bulk operation.

Description

The module creates an entity wrapper around database log entries and enhances the watchdog listing by replacing it with a view. Beside type and severity, additional filter options were introduced such as date and author.
The possibility to change the number of listed entries per page has also been added.
Database clearing has also been customized, now admins can clear only the filtered entries, if needed.
The provided view is accessible to the admins and can be fully customized as any view, to fit one's needs.
Update: Rules integration capability. A submodule has been added which provides Rules events, conditions and actions.

Menu Origin Default

Component type

module

Maintenance status

Development status

Component created

Component changed

If you go to a node form and come from a page with a menu item, the page you came from will be set as the default parent item.

This can be very useful if you have a site with many menu items. Instead of going through a long list of menu items in the parent item select you just navigate to where you want to create a page.

Watchdog Filtering

Component type

module

Categories

Maintenance status

Development status

Downloads

3027

Component created

Component changed

This module allows you to filter your watchdog messages based on severity level. It can also deduplicate the watchdog messages.

New log types will only be available to filtering after the first message has been logged using the log type.

hook_watchdog_filtering() is also exposed by this module. Example from watchdog_filtering.api.php:

Container Multiple

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a Form API component which behaves as a container (just like 'fieldset' component) for other elements, and allows to easily create and manage multiple instances of any other component (or components) inside it.

  • Multiple elements (with "Add one more" and "Remove last one" buttons).
  • Draggable sorting (experimental)

What's next:

  • Configurable options for minimum/maximum number of instances
  • Draggable hierarchy
  • More configuration options