EFQ Helper

Component type

module

Maintenance status

Development status

Downloads

1442

Component created

Component changed

Entity field queries are a powerful tool for quering data from Drupal's entity system. This module provides a EfqHelper class which extends the EntityFieldQuery class providing shortcuts to common EFQ usage. This is a module intended to assist in development and provides no functionality visible to an end user.

Example Usage

Here is an example to load the last 10 article type (bundle) nodes created with field_featured (a checkbox, perhaps) set to 1.

Fly With British Airways

Component type

module

Maintenance status

Development status

Component created

Component changed

This module interacts with British Airways Developer API available at https://developer.ba.com.
Documentation- https://developer.ba.com/docs

The module gets information about the lowest price on the specified route across over a 3 month period.
Module uses Google Visualization API to display varied visualizations.

Views Contextual Filter Query

Component type

module

Categories

Maintenance status

Development status

Downloads

12114

Component created

Component changed

Allows url query values to be used as contextual filter arguments. This module is an answer to the many stackoverflow topics where the solution is to fetch query parameters by using the default PHP argument filter in Views (yucks!).

CTools plugins

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Collection of custom plugins, modifications that are widely used across different projects I am involved in.

Current features.

Node title access plugin

Allow to set access based on current node's title. This can be used for example if you are building a page manager page displayed that has tab menu item on the node/%node page and you want this tab to be displayed on particular node (by title).

CNF CiviCRM Tools

Component type

module

Maintenance status

Development status

Component created

Component changed

This module makes it much easier to produce aggregated, year-end contribution reports for donors. It produces one giving report per couple. In other words, it aggregates the giving of spouses.

Many thanks to colemanw for this great post.

Tupas Registration

Component type

module

Maintenance status

Development status

Downloads

335

Component created

Component changed

The Tupas service is jointly defined by Finnish banks. Each bank authenticates its customers with the same bank-specific identifiers that the customer uses in the bank’s own services.

This module provides out of the box Drupal registration with Tupas authentication.

This module depends on Tupas Authentication module

Drupal 8

Drupal 8 version of this module has been included in the main Tupas module.

Phing Drupal Settings

Component type

module

Categories

Maintenance status

Development status

Downloads

350

Component created

Component changed

This is a Phing task that builds a Drupal settings array. It's useful for appending to a settings file during setup.

Example

<drupalsettings propertyName="drupal.settings" user="${sql.username}" password="${sql.password}" database="${sql.database}" />

<append destFile="${drupal.workingdir.resolved}/sites/default/settings.php" text="${drupal.settings}" />

Send to Friends

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a link into block after click by it will load popup block which allows users to forward a link to a page from your website to friends.

"Send to friends" it is port Spread module from Drupal 6 to Drupal 7 with some changes as ctools popup form and added different popup settings.

Additionally: