VBO Sortable

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Views Bulk Operations are quite usefull in many contexts but sometimes the actions don't appear in a logical order.
For example, in a list of users, it might appear first delete, unlock, lock, or any other.

In order to improve user experience, we will allow the user to display the actions using the it's own criteria.

Based on Drupal Form API weights, when the module is enabled, it will appear next to each action of the VBO a weight select box. The weight selected will indicate the order from low to high.

Twitter Widget

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Features

This module provides API integration with the Twitter microblogging service. Out of the box, it allows users to:

Associate one Twitter accounts with their Drupal user account.
List tweets in twittline ways thanks to Views.
List mentions twetts thanks to views.
Format twitter @usernames and #hashtags as links to Twitter.com.

OAuth

Twitter Widget contains OAuth to connect with the Twitter API.

Mongor: Mongo Relationships

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Mongor is an attempt to fill a "gap" in the EFQ Views module. EFQ Views are not compatible with views relationships because, by MongoDB's nature, JOINs are not possible. This is Mongo, after all, and not MySQL.

Mongor's solution to this is to pipe two existing views together to simulate a JOIN/relationship. If you take the output of one view display and use that as the contextual filter in another view — voila — you basically have a relationship.

Google+ synchronization

Component type

module

Maintenance status

Development status

Downloads

1051

Component created

Component changed

[EN]


This module allows to authenticate to Drupal using Google+ account.
It includes PHP client library for Google APIs (google-api-php-client).
This module is independent and does not require any other modules or libraries.
This module is sponsored by DrupalSquad

Date Sort

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is intended to resolve a problem for views that use need to sort on multiple date fields in the same way the Date Views module allows you to filter on multiple date fields. It implements the exact same interface as filtering to select the fields (both date module fields and core dates on nodes, users, etc... are made available) and uses the same sorting logic as provided by views with the exception of combining them into a coalesced value.

This module makes it possible to create far more elaborate lists based on dates in many different combinations of date fields.