title 7.x-1.0-alpha7
| Download | Size | md5 hash |
|---|---|---|
| title-7.x-1.0-alpha7.tar.gz | 23.5 KB | fa24dae8b15c8f5001ff05a5033b4e8d |
| title-7.x-1.0-alpha7.zip | 28.33 KB | a5a9d5e70abe915c03b2d80994f32891 |
Release notes
Bug fix release.
#1919640: Empty tag shown when the title field is displayed
#1869438: hook_field_attach_create_bundle() implementation isn't correct
#1280962: Better description of field replacement dialogue
#1900282: Tests fail with "Failed to run tests: run-tests.sh reported no tests were found"
#1898618: Handle case when title property is not set (avoiding error)
#1885356: Empty HTML class in Linked and wrapped format
#1865604: Title module overrides label callback (prevents term label localization)
title 7.x-1.0-alpha6
| Download | Size | md5 hash |
|---|---|---|
| title-7.x-1.0-alpha6.tar.gz | 25.43 KB | a256e336af8be3b61a4cc66970e731a1 |
| title-7.x-1.0-alpha6.zip | 30.21 KB | e2d8d5f99ae806cc5871ccd817517a24 |
Release notes
Broken release. Please ignore this.
title 7.x-1.0-alpha5
| Download | Size | md5 hash |
|---|---|---|
| title-7.x-1.0-alpha5.tar.gz | 23.05 KB | 11a5dfbd2bb196e4fdda1223afea3a23 |
| title-7.x-1.0-alpha5.zip | 27.92 KB | 77f988d1e1d9ba5e5ba9fa0bd7726ea9 |
Release notes
Feature requests
#1062814: Formatters
#1808454: Overhaul the admin settings form
#1773514: Module's configuration page
Bug reports
#1849344: Duplicate description element in taxonomy display form
#1482052: Undefined property: stdClass::$type dans title_tokens_alter()
#1761142: Replaced taxonomy description: can't delete content (but editing works)
#1736476: Make sure entity is accurate in title_entity_language
#1835486: Automated tests are failing
#1396450: Notice: Undefined index: fieldable in title_entity_info_alter() (line 28 of title/title.module).
Other changes
#1869228: Update system dependencies
#1748008: Replaced fields should inherit the legacy field access
title 7.x-1.0-alpha4
| Download | Size | md5 hash |
|---|---|---|
| title-7.x-1.0-alpha4.tar.gz | 20.84 KB | 6feba247e8c2ca531a0ceaadccad1a91 |
| title-7.x-1.0-alpha4.zip | 25.26 KB | 5fd1b8e5b2e85fa85d34538491b90dd2 |
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
title 7.x-1.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| title-7.x-1.0-alpha3.tar.gz | 17.78 KB | 4d03d30ea6ef6c319f9cdcb2be870e15 |
| title-7.x-1.0-alpha3.zip | 21.38 KB | d90e95db574551a995421a3f6de48691 |
Release notes
This release has been rolled mainly to fix #1586002: Entity language handling broken, since currently there is some integration issue with Entity.
Other bug fixes:
#1608980: Possible undefined indexes in title_field_replacement_info()
#1362790: Undefined property: stdClass::$title in title_entity_update()
#1367118: Wrong menu item declaration for the field replacement callback
#1357220: Module should be listed in the Fields package
#1323288: Fix for entitycache integration
New feature:
#1433060: Allow to use entity label fields in the entity content area
title 7.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| title-7.x-1.0-alpha2.tar.gz | 15.28 KB | 269af3d3fea50863a0429a781ec5c914 |
| title-7.x-1.0-alpha2.zip | 18.75 KB | e74381b54745f172bb10d2ec2e6199b8 |
Release notes
The alpha1 release was incomplete due to a missing sync with the repository. The alpha2 release holds what was meant to be in alpha1. See #1271196: Please created tagged release ASAP (help integrating with other modules) for details.
title 7.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| title-7.x-1.0-alpha1.tar.gz | 15.07 KB | 2985639c45efaf634dcbce4852862f38 |
| title-7.x-1.0-alpha1.zip | 18.49 KB | bd1586e275aa943b484fbd0d2591feeb |
Release notes
First alpha release to keep in-sync with Entity translation. See #1271196: Please created tagged release ASAP (help integrating with other modules) for details.
title 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| title-7.x-1.x-dev.tar.gz | 25.61 KB | 18b63fc5dc31238bf86a7f9ada6e3e17 |
| title-7.x-1.x-dev.zip | 30.39 KB | 7398eb88e286c5ebfcd8c4bde88622df |
Release notes
Development snapshot.
Title does not depend on the Entity module anymore. Core version at least 7.15 is needed instead.