User data wrapper

Component type

module

Categories

Maintenance status

Development status

Downloads

315

Component created

Component changed

This is a module that allows you to use the $account->data in a structured way. The use case for this module would be if you need to store small amounts of data against a user that needs no UI, then this would be a good fit. Do not user $account->data as a replacement for fields.

You can then use entity meta wrappers to get or set your defined data as properties.

You define properties using a user_data_info hook:

List value alter

Component type

module

Maintenance status

Development status

Component created

Component changed

Description:

This module is used to change the list field values even if entities are created using it.

By mapping the list fields to new key|value pair, all the entities field values are updated and the allowed list value is changed.

Git clone URL:
git clone --branch 7.x-1.0 http://git.drupal.org/sandbox/immanuel.paul/2549577.git

Libraries CDN API

Component type

module

Maintenance status

Development status

Downloads

7252

Component created

Component changed

Libraries CDN API is an API module to query CDN services to automatically provides libraries on your site.

It is bundled with two CDN plugins: CDNJS and jsDelivr.
Check the very simple API to understand how to query a CDN and how to create your own CDN plugins too.

Flush Facebook Cache

Component type

module

Maintenance status

Development status

Downloads

1660

Component created

Component changed

Use case

Have you ever tried to share content from your site and realised there is no image being pulled through as one has been added after publication? Or perhaps the headline has changed and the Facebook preview shows an earlier version.

This module

Instructs Facebook to scrape a new copy of the node.

You can simply click on the "Clear facebook cache" in the local menu tasks or use views bulk operations of mass executions.