Entity Reference Calc

Component type

module

Categories

Maintenance status

Development status

Downloads

1100

Component created

Component changed

What is this?

This module provides an easy way for an entity to calculate the average/sum/min/max of a field on other entities that are currently referencing it through a Entity Reference field.

This module is heavily based upon the Entity Reference Count module. Even this project page description is heavily based on that module.

Webform Transformer

Component type

module

Categories

Maintenance status

Development status

Downloads

1150

Component created

Component changed

This module adds a new webform component that transforms user input based on a self defined pattern.

It's useful if you need a certain input value to be in a specific format, for example an account number.

Webform 4

Please use version 7.x-2.x
This version is compatible with form_builder

Webform 3

Please use version 7.x-1.x

Drupal 8

This feature is built into Webform D8.
No further plans with this module.

commerce checkout page inc

Component type

module

Maintenance status

Development status

Component created

Component changed

index 73b82c6..1695847 100644 (file)
--- a/modules/checkout/includes/commerce_checkout.pages.inc
+++ b/modules/checkout/includes/commerce_checkout.pages.inc
@@ -182,6 +182,8 @@ function commerce_checkout_form($form, &$form_state, $order, $checkout_page) {
// submit handlers because we're using hook_forms() to use this form builder
// function and to avoid issues if other modules implement button level submit
// handlers on these or custom checkout buttons.
+ $button_operator = '' . t('or') . '';
+

Password Change Tab-Block

Component type

module

Maintenance status

Development status

Component created

Component changed

At present in user/uid/edit page we have the option to change the present password. This at times will be confusing to end user about what it might deal with.

To avoid this confusion, this module moves the password change to a new tab in the profile edit page. Also as a additional feature a block is provided which can be used for easy update of password from any page.

Thus this project reduces the complexity involved in changing the password. This module might will suit the needs of end users to change the password easily without any cumbersome issues.

Rowspan grouping

Component type

module

Categories

Maintenance status

Development status

Downloads

1158

Component created

Component changed

This module provide additional style plugin for Views.
It allows grouping by row and if the table has common values then plugin will merge cells.

RSN

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Really Simple News

This module manages newsletters and subscriptions, generates email content via rendered entities (nodes), and dispatches to subscribers.

RSN was built because of a lack of viable modules to perform this task and is currently in place on multiple websites sending thousands of emails each day and more features evolve over time.