Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download title-7.x-1.0-alpha4.tar.gztar.gz 20.84 KB
MD5: 6feba247e8c2ca531a0ceaadccad1a91
SHA-1: d0fa99d7bcd463648dabeb39d4425c4f10f440ec
SHA-256: 4b06b4b4ba31171dce230da896be606da10df293f576c432eab2a98d9eeedb3e
Download title-7.x-1.0-alpha4.zipzip 25.26 KB
MD5: 5fd1b8e5b2e85fa85d34538491b90dd2
SHA-1: ed3ab5f1b8adc52e20a91eee2e4454c5de28f425
SHA-256: ead89c60caa23b46bc610f177a4df5b381ffba6d46ea33c8bd9a0e049775d1f6

Release notes

This release does not depend on the Entity module anymore. Core version at least 7.15 is needed instead, see #1519930: Use the upcoming entity_language() function to determine the entity language. The Entity module is still required to make tests pass locally.

A minor API change has been introduced in #1708046: Term description is overwritten. The submit callback signature has changed from:

function my_module_field_replacement_submit_callback(&$values, $legacy_field, $info, $langcode)

to

function my_module_field_replacement_submit_callback($entity_type, $entity, $legacy_field, $info, $langcode, &$values)

 

New features

#1541414: No "Link this field to the original piece of content" option in Views UI for fields replaced with Title module
#1704536: Attach title field automatically when a new entity bundle is created

Bug fixes

#1708046: Term description is overwritten
#1709938: Prevent notice in title_field_attach_create_bundle()
#1699092: Notices when submitting an empty taxonomy term description
#1665006: Doesn't work when legacy title field is NULL
#1613514: Importing nodes in bulk fail to create titles for all nodes after the first one
#1644736: When initializing replaced fields all bundles are processed
#1631958: Undefined index: base path in EntityTranslationDefaultHandler
#1635006: Description summary desappear in taxonomy term
#1528590: Reference to $form_state['values'] is altering Views Bulk Operations modify action form submit
#1445848: Retain the original legacy field value to entity in sync
#1620986: Perform reverse synchronization more reliably
#1519930: Use the upcoming entity_language() function to determine the entity language
#1586002: Entity language handling broken

Created by: plach
Created on: 11 Aug 2012 at 10:41 UTC
Last updated: 2 Aug 2018 at 17:18 UTC
New features
Bug fixes
Insecure

Other releases