CHANGELOG.txt 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. Title 7.x-1.x, xxxx-xx-xx
  2. -------------------------
  3. #2757739 by Pol, jyraya, alexverb, plach, ademarco, dxvargas: Added text format
  4. support to the title text field.
  5. Title 7.x-1.0-alpha9, 2017-01-13
  6. --------------------------------
  7. #2757739 by dewalt, Pol: Token value is not sanitized, when replaced from title
  8. field.
  9. #2813673 by plach, czigor, Stevel: Tests broken since new permission in drupal
  10. core.
  11. Title 7.x-1.0-alpha8, 2016-03-28
  12. --------------------------------
  13. #2465141 by DuaelFr, Matthijs, jfrederick: Used entity_uri() options if given.
  14. #2602568 by sdstyles: Fixed title_entity_label() should be documented as
  15. callback implementation.
  16. #2605040 by ShaxA, joelpittet, sylus: Removed recursive call to
  17. entity_get_info().
  18. #2040055 by flux423, cs_shadow, visabhishek, plach, OlyN: Fixed Notice:
  19. Undefined index: safe_value in title_field_formatter_view().
  20. #2426105 by Peacog, jcisio: Fixed Views "Link this field to the original entity"
  21. doesn't work when using relationship.
  22. #2286147 by plach: Language fallback does not work when an entity translation is
  23. unpublished.
  24. #2286145 by plach: Prevent empty translations from being synced into the legacy
  25. field.
  26. #1772116 by duellj, GaëlG | f4o: Fixed Menu link title is not getting node title
  27. by default.
  28. #1779268 by ndobromirov | brycesenz: Undefined index: field_name in
  29. title_field_views_data_alter().
  30. #1441224 by MiroslavBanov | OPIN: Fieldgroup and Title break Manage Fields UI.
  31. #1980520 by StoraH, pbz1912: Fixed Empty wrapper tags.
  32. #1920096 by Johnny vd Laar | GiorgosK: Fixed Title incompatibility with the Term
  33. reference widget
  34. #1991712 by milesw: Fixed Title displays wrong revision using Revisioning
  35. module.
  36. #1907078 by sylus: Fixed Undefined index: field_name() in
  37. title_field_replacement_enabled().
  38. #1961810 by peximo | fcortez: Fixed Wrap tag classes are not being inserted.
  39. #1850866 by B-Prod: Fixed Undefined index 'format' in
  40. title_field_text_with_summary_sync_set().
  41. #1269076 by plach, das-peter, danielnolde | renat: Fixed Translated
  42. title_field replaces node->title with translated value.
  43. Title 7.x-1.0-alpha7, 2013-03-18
  44. --------------------------------
  45. #1919640 by peximo: Fixed Empty tag shown when the title field is displayed.
  46. #1869438 by jsacksick: Fixed hook_field_attach_create_bundle() implementation
  47. isn't correct.
  48. #1280962 by mvc: Fixed Better description of field replacement dialogue.
  49. #1900282: Fixed wrong files[] directive in the title_test module.
  50. #1898618 by muka: Fixed Handle case when title property is not set (avoiding
  51. error).
  52. #1885356 by peximo: Fixed Empty HTML class in Linked and wrapped format.
  53. #1865604 by GaëlG, plach: Fixed Title module overrides label callback (prevents
  54. term label localization).
  55. Title 7.x-1.0-alpha5, 2012-12-18
  56. --------------------------------
  57. #1869228 by plach: Updated system dependencies.
  58. #1062814 by Andreas Radloff, jucallme | Scott J: Added Formatters.
  59. #1849344 by peximo: Fixed Duplicate description element in taxonomy display
  60. form.
  61. #1482052 by peximo | joel rotelli, epieddy: Fixed Undefined property:
  62. stdClass::$type dans title_tokens_alter().
  63. #1761142 by joel_osc, plach | no2e: Fixed Replaced taxonomy description:
  64. can't delete content (but editing works).
  65. #1736476 by guillaumev: Made sure entity is accurate in title_entity_language().
  66. #1748008 by vasike: Replaced fields should inherit the legacy field access.
  67. #1808454 by plach: Fixed help and permissions for the admin settings.
  68. #1835486 by plach: Fixed Automated tests are failing.
  69. #1808454 by peximo: Overhauled the admin settings form.
  70. #1773514 by peximo: Added Module's configuration page.
  71. #1396450 by logaritmisk, plach | mgifford: Fixed Notice: Undefined index:
  72. fieldable in title_entity_info_alter() (line 28 of title/title.module).
  73. Title 7.x-1.0-alpha4, 2012-08-11
  74. --------------------------------
  75. #1708046 by plach | steinmb: Fixed Term description is overwritten.
  76. #1709938 by Amitaibu: Prevented notice in title_field_attach_create_bundle().
  77. #1541414 by peximo, plach | int_ua: Added No 'Link this field to the original
  78. piece of content' option in Views UI for fields replaced with Title module.
  79. #1704536 by RoySegall, Amitaibu, plach: Attach title field automatically when a
  80. new entity bundle is created.
  81. #1699092 by plach: Fixed Notices when submitting an empty taxonomy term
  82. description.
  83. #1665006 by mikey_p: Fixed Doesn't work when legacy title field is NULL.
  84. #1613514 by steven.wichers, Amitaibu: Fixed Importing nodes in bulk fail to
  85. create titles for all nodes after the first one.
  86. #1644736 by plach: Fixed When initializing replaced fields all bundles are
  87. processed.
  88. #1631958 by plach | Goekmen: Fixed Undefined index: base path in
  89. EntityTranslationDefaultHandler.
  90. #1635006 by nikosnikos: Fixed Description summary desappear in taxonomy term.
  91. #1528590 by torrance123, JonMcL: Fixed Reference to $form_state['values'] is
  92. altering Views Bulk Operations modify action form submit.
  93. #1445848 by danielnolde: Added Retain the original legacy field value to entity
  94. in sync.
  95. #1620986 by plach: Perform reverse synchronization more reliably.
  96. #1519930 by plach, steinmb: Use the upcoming entity_language() function to
  97. determine the entity language.
  98. #1586002 by plach, Pisco: (follow-up) Fixed notices when changing node language.
  99. Title 7.x-1.0-alpha3, 2012-06-05
  100. --------------------------------
  101. #1586002 by plach, Pisco | liquidcms: Fixed Entity language handling broken.
  102. #1608980 by helior: Fixed Possible undefined indexes in
  103. title_field_replacement_info().
  104. #1362790 by colan, amateescu: Fixed Undefined property: stdClass::$title in
  105. title_entity_update().
  106. #1433060 by plach: Added Allow to use entity label fields in the entity content
  107. area.
  108. #1367118 by plach | BrightBold: Fixed Wrong menu item declaration for the field
  109. replacement callback.
  110. #1357220 by colan: Fixed Module should be listed in the Fields package.
  111. #1323288 by das-peter: Fixed entitycache integration.
  112. Title 7.x-1.0-alpha2, 2011-09-09
  113. --------------------------------
  114. #1229892 by plach | chrisdolby: Fixed Strict warning: Only variables should be
  115. assigned by reference in title_field_attach_submit() - line 482 of
  116. title.module.
  117. #1219860 by plach, claudiu.cristea: Fixed Undefined index 'format'.
  118. #1210670 by claudiu.cristea, das-peter | vasike: Fixed Entity translation errors
  119. for Taxonomies entities.
  120. Title 7.x-1.0-alpha1, 2011-09-07
  121. --------------------------------
  122. #1200320 by das-peter: Fixed Call field_attach_presave() before
  123. field_attach_update() in field replacement batch.
  124. #1155128 by das-peter | Dave Reid, plach: Enhanced support for tokens.
  125. #1169394 by plach: Synchronized code after core fixes.
  126. #1146724 by plach | das-peter, joostvdl: Fixed Replacing field values are not
  127. initialized.
  128. #1157438 by das-peter: Fixed Reset sync cache on entitycache reset.
  129. #1116586 by plach | tte: Fixed Exception when a node's title is not converted
  130. immediately.
  131. #1138646 by plach | joostvdl, sun: Fixed Notice: Undefined index: label in
  132. entity_get_info().
  133. #1141674 by plach | manveru: Fixed Notices about missing $description.
  134. #924968 by plach: Updated the change log.
  135. #924968 by plach: Improved comments/PHP docs.
  136. #924968 by plach: Introduced tests for field replacement UI.
  137. #924968 by plach: Fixed field replacement checkbox broken.
  138. #924968 by plach: Polished API as title_field_replacement_toggle does not belong
  139. to title.admin.inc.
  140. #924968 by plach: Fixed comments/PHP docs.
  141. #924968 by plach: Disabled entity_label() support until #1096446 is fixed.
  142. #924968 by plach: Introduced tests for field replacement workflow.
  143. #924968 by plach: Moved administration code into title.admin.inc.
  144. #924968 by plach: Added entity_label() support.
  145. #924968 by plach: Fixed resave needed if field values altered before save.
  146. #924968 by plach: Fixed entity forms to support nested subforms.
  147. #924968 by plach: Added PHP docs.
  148. #924968 by plach, das-peter, sun, fago, klonos: Introduced field replacement API
  149. and UI.
  150. by sun: Initial baseline of module files.