Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / uuid @ 76df55b7

Nom Taille Révision Âge Auteur Commentaire
  plugins e7101f36 environ 9 ans Julien Enselme Update uuid 1.0-alpha5 1.0-alpha6
  uuid_path e7101f36 environ 9 ans Julien Enselme Update uuid 1.0-alpha5 1.0-alpha6
  uuid_services e7101f36 environ 9 ans Julien Enselme Update uuid 1.0-alpha5 1.0-alpha6
  uuid_services_example e7101f36 environ 9 ans Julien Enselme Update uuid 1.0-alpha5 1.0-alpha6
LICENSE.txt 17,7 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
README.txt 1,4 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
UPGRADE.txt 1,46 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
uuid.admin.inc 1,18 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
uuid.api.php 3,41 ko e7101f36 environ 9 ans Julien Enselme Update uuid 1.0-alpha5 1.0-alpha6
uuid.core.inc 13,5 ko e7101f36 environ 9 ans Julien Enselme Update uuid 1.0-alpha5 1.0-alpha6
uuid.drush.inc 914 octets f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
uuid.entity.inc 19,3 ko e7101f36 environ 9 ans Julien Enselme Update uuid 1.0-alpha5 1.0-alpha6
uuid.features.inc 7,04 ko e7101f36 environ 9 ans Julien Enselme Update uuid 1.0-alpha5 1.0-alpha6
uuid.inc 4,67 ko e7101f36 environ 9 ans Julien Enselme Update uuid 1.0-alpha5 1.0-alpha6
uuid.info 405 octets e7101f36 environ 9 ans Julien Enselme Update uuid 1.0-alpha5 1.0-alpha6
uuid.install 8,87 ko e7101f36 environ 9 ans Julien Enselme Update uuid 1.0-alpha5 1.0-alpha6
uuid.module 6,29 ko e7101f36 environ 9 ans Julien Enselme Update uuid 1.0-alpha5 1.0-alpha6
uuid.test 23,3 ko e7101f36 environ 9 ans Julien Enselme Update uuid 1.0-alpha5 1.0-alpha6
uuid.tokens.inc 2,31 ko e7101f36 environ 9 ans Julien Enselme Update uuid 1.0-alpha5 1.0-alpha6
uuid.views.inc 1011 octets f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7

Dernières révisions

# Date Auteur Commentaire
e7101f36 12/02/2015 10:26 Julien Enselme

Update uuid 1.0-alpha5 1.0-alpha6

f7a2490e 13/02/2014 15:56 Assos Assos

git mv htmltest drupal7

Voir les révisions

README


INTRODUCTION

This module provides an API for adding universally unique identifiers (UUID) to
Drupal objects, most notably entities.

FEATURES

  • Automatic UUID generation: UUIDs will be generated for all core entities. An API is provided for other modules to enable support for custom entities.
  • UUID API for entities, properties and fields: With this unified API you can load entities with entity_uuid_load() so that all supported properties and fields are made with UUID references. You can also save entities formatted this way with entity_uuid_save() (depends on Entity API).
  • Export entities to use as default/demo content: The integration with Features module provides the ability to export UUID enabled entities with intact dependencies and references to other entities. This functionality depends on Deploy module 7.x-2.0-alpha1 (soon to be released) and is probably the most robust way for installation profiles and distributions to provide demo content!
  • Services integration: The integration with Services module alters all UUID enabled entity resources (nodes, users, taxonomies etc) to be based on UUIDs instead. This way it becomes easier to share and integrate content between sites. This functionality is used by Deploy module.
  • More integrations: UUID module integrates with Views, Token, Rules and provides some CTools plugins.

Formats disponibles : Atom