Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 17.33 KB
MD5: 539f913961442ccd6574f2799c65b797
SHA-1: 0df85ea01b3776d3ea89bcb398849e1b2003c6a6
SHA-256: 21da563812976b53b8545cfa6a428aa5a2a5168f6647082cbe6ff8a4cf61a348
Download zip 31.22 KB
MD5: e6c98153ad92feb5077d97608616f47d
SHA-1: f30220aa85abdcaae97d2c5546d254229dcb09ba
SHA-256: 980efcf70c6458263b10c91e5c738d4ce939c0df1e0a44cf895c6bf34b7fc1dc

Release notes

This is the first and possibly last alpha for the 7.x-1.0 release of UUID. After many iterations some consensus has developed in the community about the direction UUID will take in Drupal 7 contrib and hopefully D8 core.

The Drupal 7 version of UUID uses a different approach to 6. Each entity (or "pseudo entity" such as roles) has it's own UUID module. The UUID data is stored in the same table as the primary data for the entity. Once the entity specific module is enabled, all records for that entity will receive a UUID.

The UUID generation system is pluggable so different UUID generators can be used depending on the environment the site is deployed in - the fallback PHP user space driver is the default.

Tokens are now implemented by each entity specific module. Views support has been implemented where appropriate.

The 2 main outstanding tasks before the module moves to a stable release are better documentation and a full test suite.

Created by: skwashd
Created on: 28 Apr 2011 at 13:35 UTC
Last updated: 4 Jul 2018 at 17:21 UTC
New features
Insecure
Unsupported

Other releases