iati_validator
Component type
Categories
Maintenance status
Development status
Component created
Component changed
This module validates the xml files containing iati data, that have been mined from the iati repository.
This module validates the xml files containing iati data, that have been mined from the iati repository.
A Drupal 7 Module to beautifully decorate your entities.
Tired of typing code with deep nested arrays like this to work with your fields?
$item_id = $node->{$this->field_name}[LANGUAGE_NONE][0]['value'];
Of course you are, so you use the Entity API.
Which is an improvement but you may find yourself typing entity_metadata_wrapper a lot!
$wrapper = entity_metadata_wrapper('node', $node);
TBD.
Replicate Paragraphs Extends Replicate module to manage the cloning of paragraphs_item entities and fields.
Basics
When you clone an entity (node, taxonomy term, ...) containing a paragraphs reference, the paragraphs items are not duplicated, and the cloned entity still references the same paragraphs than the original entity.
This poses great issues as any modification on the paragraphs will impact all the duplicated entities.
use class way to build hook function.
need php 5.4+.
File path supply a form element with autocomplete for files and directory in a given path.
A proper use is when a distribution/module relay on a given path for a downloaded library and the user need to fill in the path.
This module helps with developing configuration. Do not deploy in production environments. Exercise caution and always use version control.
It does three things:
This module sets a persistent, unique cookie and corresponding database session record within the specified expiration interval for every site visitor, regardless of their user agent (browser) settings. This module was created specifically to address the problem of tracking many anonymous users visiting a site from a single IP address (e.g. a school, corporate office, etc.)
From some marketeer out in the ether:
Simple toolbar with debug information.
Check out Web Profile module for more advanced tools.

FatSecret: The Drupal 6 & 7 FatSecret REST API Integration module
--------------------------------------------------------------------
This module allows you to integrate FatSecret API and to call all related API function of FatSecret.
This version of the module only works with Drupal 6.x & 7.x.