Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
32.09 KB
MD5: d86b882f9b9a7781b793451ab4312c31
SHA-1: aa8d5007edcf0a3dabaf0bb989eadb4fc262db29
SHA-256: 14f75804cf6a93ff59e1cb6590649652436cfc1b9b71f746e005f46833da07cc
Download zip
42.1 KB
MD5: 23d07344bc7cdac777fd2322e306215c
SHA-1: 2061eab385a1330bb3f9c784aa9e61de5378aefb
SHA-256: 601bf5743ff2083d5eda7fda1baba166a261202ce1237dac0204b299dea11985
Release notes
Changes since 7.x-1.0-alpha3
- view commit • Be consistent about properties that are explicitly set to NULL
- view commit • Improved and more consistent revision handling (for nodes), also to avoid PHP notices under some circumstances.
- view commit • More robust and less buggy entity export functionality. Now with tests.
- view commit • Added more tests for the Features integration. #win
- view commit • Rewrote the Token support to be more generic and support all UUID entity types.
- view commit • Revert "Unified entity info variable naming" becasue it introduced conflicts that weren't covered by the tests.
- view commit • Updated README file with text from the new project page. Better reflects current feature set.
- view commit • Issue #1423542 by emptyvoid, David4514, yuriy.babenko | shaisamuel: Fixed Rewrite token integration to be more entity generic.
- view commit • #1429604, #1209726, Books support.
- view commit • Fixed potential issues with modules, which read ->revision on hood update (like FAQ).
- view commit • Added dependency on Entity API module, as it's in fact a dependency.
- view commit • fixed uuid_services.module
- view commit • Updated the uuid_services example after changes in Services module. The formatters where not defined properly.
- view commit • Fixed potential issues with PHP 5.3 declared by Features in info files.
- view commit • Testing with hidden modules and Features doesnt play well together anymore. People have to live with yet another example module in the module list. Sorry about that.
- view commit • Revert "Added dependency on Entity API module, as it's in fact a dependency." It should not be a hard dependency since only once function (entity_uuid_save()) depends on entity.module. And that is handled with exceptions.
- view commit • Fixed #1469942 by greg.1.anderson and dixon_: Need a uuid_update_7102 function to make database adjustments now done by uuid_install
- view commit • Added some notes about upgrading between major and minor versions of UUID module.
- view commit • Issue #1423542 by emptyvoid, David4514, yuriy.babenko, DuaelFr | shaisamuel: Fixed Rewrite token integration to be more entity generic.
- view commit • Issue #1469716 by aspilicious, garethsprice and dixon_: Fixed _uuid_services_entity_access():entity_access() always returns NULL for file entities as they do not have an access callback defined.
- view commit • Allow all modules to alter fields exported with uuid entities.
- view commit • Temporary fix to make Entity References work again.
- view commit • Use the proper logic for detecting the token type.
- view commit • Issue #1438988 by garethsprice and dixon_: Fixed _uuid_services_entity_access() always fails when ='view' as it does not load the entity.
- view commit • Fixed spelling mistake in comments introduced by last commit.
- view commit • Patha aliases export from nodes and taxonomy terms.
- view commit • Updated tests for Path alias import.
- view commit • Fixed issue with generating path aliases with pathauto for default entities, which already have them.
- view commit • Fixed issue with exporting menu links of non-entity pages.
- view commit • Issue #1511274 by jamesharv: Fix entityreference_field_uuid_*()
- view commit • Fixed bug with non-unique crap in menu exports.
- view commit • Issue #1517066: Implement hook_hook_info() and add some documentation for the missing hooks.
- view commit • Removed useless path fields from entity exports.
- view commit • Issue #1504444 by David_Rothstein, aspilicious: Allow field collections to be deployed via UUID and Services.
- view commit • Issue #1324970 by John Morahan, mlncn, aspilicious, David_Rothstein: Fixed Image fields don't work.
- view commit • Issue #1536592 by Stalski: Added Image avatars should be created/updated automatically.
- view commit • Issue #1584626 by mcjim, Dave Reid: Fixed uuid_schema_alter() needs to live in uuid.module.
- view commit • Issue #1535802 by balintk, mfb: Fixed PHP Notice if comment module is disabled.
- view commit • Issue #1668688 by fago: Fixed features integration for uuid_entities() broken.
- view commit • Issue #1202958 by aspilicious: Reverted path changes
- view commit • Issue #1483824 by skwashd, aspilicious: Add UUID path submodule
- view commit • factor our pattern so it can be used elsewhere
- view commit • Added support for multiple menu_links and removed node hard coding
- view commit • Issue #1748650 by jamesharv: Use entity controller where possible to create entity for saving
- view commit • Drop orig files
- view commit • Issue #1596350 by sdrycroft: Generate valid UUIDv4 values
- view commit • Issue #1596350 by sdrycroft, skwashd: Wrap uuid_is_valid in if block to avoid conflitcts and move to bottom to make it cleaner
- view commit • Add URI resolver support
- view commit • Add missing hooks and docs
- view commit • Issue #1764456 by lucascaro: Fix create operations array nesting
- view commit • Drop menu support - use entity_menu_link.module instead
- view commit • Add URI hooks to hook_info()