Geofield GEOS

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Decided to drop this module because my client didn't need something this nuanced, so I stuck to building something custom. Sorry!

Edit metadata caching

Component type

module

Maintenance status

Development status

Downloads

353

Component created

Component changed

The functionality provided by this project has been merged with both the Drupal 7 backport of Edit module (#2178567: Backport: Use client-side cache tags & caching to eliminate 1 HTTP requests/page for in-place editing metadata, introduce drupalSettings.user.permissionsHash) and Edit module in Drupal 8 core (

Jedi

Component type

module

Maintenance status

Development status

Component created

Component changed

This is not the project you are looking for.

Views single table

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This should some day be a display plugin for Views
(or even better, a proof of concept on how to patch the original table plugin)

It renders like the standard table plugin, except for the case when grouping is used, where this will render a single table with multiple tbody parts, as opposed to an independent table per each row of the grouping field.

I am not really a coder and not sure if/when i will really do this, but my starting-point is in this issue here: https://drupal.org/node/1365112

make tolstoy vocabulary

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a simple example custom module to programmatically add a vocabulary to a drupal site. Vocabularies are used in drupal sites to categorise content in a planned, structured way. If you copy this module into a drupal site and enable it, it will insert the vocabulary. It creates categories for books by Leo Tolstoy.

Salesforce Outbound Messaging

Component type

module

Maintenance status

Development status

Component created

Component changed

This module creates an endpoint for the Salesforce Outbound Messages. It will run the hook_salesforce_outbound_messaging_notification(string $type, array $output) and send the object type and content.

Its configuration allows for IP whitelisting of Salesforce addresses, a debug mode, and an freely editable endpoint.

OG Visibility

Component type

module

Maintenance status

Development status

Downloads

961

Component created

Component changed

Enables defining default group content access at the group level. Provides 3 visibility settings:

  1. Public: Group is public and group content is public by default
  2. Private: Group is public and group content is private by default
  3. Hidden: Group is private and group content is private by default

It provides an easy way for content editors to create groups everyone will be able to see they exist, but where only group members will be able to access content inside these groups.