CHANGELOG.txt 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. Entity Translation 7.x-1.x, xxxx-xx-xx
  2. --------------------------------------
  3. Entity Translation 7.x-1.0-beta3, 2013-07-23
  4. --------------------------------------------
  5. #2037789 by Jelle_S: Fixed Default to user_access() access callback like drupal
  6. menu does.
  7. #1982140 by bforchhammer | carligraph: Fixed Menu item is deleted when adding a
  8. third translation.
  9. #2000926 by GiorgosK, bforchhammer: Fixed entity_translation_i18n_menu should
  10. check if entity is node before deleting menu links.
  11. #1991452 by twistor: Fixed Strict warnings on testing page.
  12. #1992588 by bforchhammer: Fixed PHP notices on node page (menu-related).
  13. #1979406 by milesw: Field values for node translations not filled correctly when
  14. making a field translatable.
  15. #1969366 by plach | EdNet: Fixed unsupported operand types in
  16. entity_translation().module line 951 - Unable to clear cache, run cron,
  17. etc from drush or aegir.
  18. #1970246 by jweowu: Fixed entity_translation_upgrade() doesn't flush the entity
  19. load cache.
  20. #1959614 by plach | rutcreate: Fixed Image is deleted by saving node 5 times.
  21. #1941080 by plopesc, bforchhammer: Fixed Menu translation on node form is
  22. broken.
  23. #1937242 by eliosh: Use custom theme function for node translation overview.
  24. #1916738 by alberto56, plach: Added Make it more obvious to those new to the
  25. concept of field translation that all instances of the field are translatable.
  26. #1942732 by OnkelTem: Fixed WSOD when LEFT JOIN'ing entities' translations.
  27. #1942712 by das-peter: Fixed Non wrapped entity passed to Rules.
  28. #1907456 by leon.nk: Added Allow bulk field updates to copy data for all
  29. translations.
  30. #1947764 by plach: Improve bundle translatability checks.
  31. #1370900 by mojzis, plach | mgladding: Fixed Fatal Error: Cannot access empty
  32. property in translation.handler.inc.
  33. Issue #1924088 by plach | drzraf: Fixed Wrong form 'language' value in case of
  34. content-translation enabled bundles.
  35. #1933742 by das-peter: Fixed Delete translation doesn't flush the entity cache.
  36. #1903024 by fabsor | dimitrileonidas: Fixed SQL error in Views when adding an
  37. entity translation relationship that is not using the base entity of the view.
  38. #1890346 by plach: Fixed Entity language change not handled on non-translatable
  39. entities with translatable fields.
  40. #1883584 by grndlvl: Added Allow for link 'destination' on overview page.
  41. #1888324 by plach: Fixed Wrong form language set when only one language is
  42. enabled and the entity has LANGUAGE_NONE language.
  43. #1888192 by plach: Fixed Field widgets hidden when no #access key is defined.
  44. #1885370 by grndlvl: Fixed 'View' title blank on translation overview when using
  45. optional title replacement field.
  46. #1881872 by plach | Demoshane: Added an explict dependecy on Drupal core 7.15.
  47. #1876750 by David_Rothstein: Fixed Fatal error when creating an entity as an
  48. anonymous user.
  49. #1760270 by plach | Berdir: Fixed Comment translation broken?.
  50. #1870236 by plach: Fixed Field translatability migration fails when translation
  51. for the entity type is disabled.
  52. #1865176 by bforchhammer: Implement hook_entity_translation_delete() on behalf
  53. of path module.
  54. #1862882 by Cottser: Fixed Typo: accross = across.
  55. #1851118 by peximo | impleri: Fixed Incorrect ET Handler set in node/add form
  56. when inserting new taxonomy term.
  57. #1842540 by peximo, bforchhammer | plach: Added Pathauto core entity types
  58. integration.
  59. Entity Translation 7.x-1.0-beta2, 2012-11-21
  60. --------------------------------------------
  61. #1846104 by David_Rothstein, plach: Fixed Entity Translation shouldn't assume
  62. $form['#entity_type()'] is a string.
  63. #1845896 by plach, peximo: Fixed Validate translation authoring info on submit.
  64. #1835578 by farse, plach: Fixed Entity Translation metadata should be stored
  65. only if the entity bundle is translatable.
  66. #1437976 by plach | Wolfgang Reszel: Fixed Invalid node translation menu
  67. callback set when entity translation for nodes is disabled.
  68. #1844844 by plach, bforchhammer: Fixed Content type settings always showed.
  69. #1833496 by bforchhammer, plach: Fixed Upgrade to Beta1 results in 'Cannot
  70. initialize entity translation path variables'.
  71. #1397560 by timofey, fricca, bforchhammer: Fixed Delete translation button not
  72. working if destination parameter is set.
  73. #1829740 by plach: Comment filtering should be available if node translation is
  74. enabled (follow-up).
  75. #1829980 by plach | Stan Shevchuk: Fixed Upgrade to Beta1 results in 'Integrity
  76. constraint violation: 1048 Column 'module' cannot be null'.
  77. Entity Translation 7.x-1.0-beta1, 2012-11-02
  78. --------------------------------------------
  79. #1828794 by plach: Make translation workflow permissions optional.
  80. #1829666 by bforchhammer: Fixed Fatal error caused by menu translation when node
  81. translation is disabled.
  82. #1829740 by plach: Fixed Node and comments ET settings are available also when
  83. translation is disabled.
  84. #1818440 by bforchhammer, plach, miro_dietiker: Fixed Fatal error with unclean
  85. edit path.
  86. #1672710 by plach, valencianok, miro_dietiker | haclong99: Fixed published
  87. source node appears as not published in the translate tab.
  88. #1819844 by plach | bforchhammer, renat: Fixed Incompatibility with fields with
  89. unlimited number of values introduced in ET -dev.
  90. #1818620 by bforchhammer, plach | renat: Fixed fatal error when creating a node
  91. which has a field_collection field.
  92. #1820742 by mkalkbrenner, plach: Fixed parameter $langcode of core function
  93. node_view() ignored.
  94. #1820910 by plach | astutonet: Fixed Notices when trying to filter comments by
  95. language.
  96. #1770748 by bforchhammer, plach: Option to display shared fields only when
  97. editing the original values.
  98. #1811672 by joelrosen: Fixed Entity Translation stuff showing on content types
  99. with multilingual support disabled.
  100. #1810322 by Dave Reid: Fixed Fatal error when using the translate link field
  101. handler in Views.
  102. #1807698 by peximo: Added Hide node translation links.
  103. #1798456 by plach, bforchhammer, Berdir: Hide shared form elements when the user
  104. does not have the related permission (follow up).
  105. #1803362 by Dave Reid: Fixed PHP notice: Undefined index: in
  106. EntityTranslationDefaultHandler->localTasksAlter().
  107. #1800822 by plach, peximo | facine: Fixed Call to a member function
  108. getLanguageKey() on a non-object.
  109. #1799770 by bforchhammer: Updated id and bundle when setting a wrapped entity.
  110. #1798456 by plach: Hide shared form elements when the user has not the related
  111. permission.
  112. #1679736 by plach | renat: Provided an option to lock the original language.
  113. #1798460 by plach: Made the translate operation contextual.
  114. #1280546 by plach: Introduced a language selection widget for every entity.
  115. #1676716 by plach | quiptime: Do not list entity types that do not integrate
  116. with ET in the admin page.
  117. #1792620 by bforchhammer: Cleanup unused variables.
  118. #1418076 by bforchhammer, plach: Added support for multiple path schemes.
  119. #1792606 by plach: Fixed Notices when deleting the translation of an entity
  120. having a file field.
  121. #1770202 by plach: Fixed Language tabs not appearing when creating a new
  122. translation (follow-up).
  123. #1678614 by bforchhammer, plach | Berdir: Make access control for the entity
  124. form in the original language more flexible.
  125. #1701212 by jonhattan: Fixed fatal error for entities with ET disabled (UUID
  126. follow-up).
  127. #1701460 by bforchhammer: Fixed title of original language dropdown.
  128. #1155134 by bforchhammer, plach: Integrated pathauto bulk generation.
  129. #1694478 by bforchhammer: Delete menu items when translation is deleted.
  130. #1770250 by bforchhammer, plach: Fixed Translatable fields disappear when
  131. editing default language (entities other than node).
  132. #1377542 by bforchhammer | Daemon_Byte: Fixed Do not always use the admin theme.
  133. #1772874 by bforchhammer | webdrips: Fixed Wrong query alteration for comment
  134. language filtering.
  135. #1778662 by jherencia: Fixed Add compability with field widgets that uses
  136. limit_validation_errors().
  137. #1770202 by bforchhammer: Fixed Local tasks (language tabs) visible on node view
  138. page.
  139. #1701212 by guillaumev: Added Export entity translations using UUID.
  140. #1728648 by plach, Dave Reid: Fixed Ensure that empty translation data is
  141. handled properly.
  142. #1728674 by Dave Reid, plach: Fixed PHP notice when formLanguage is FALSE in
  143. EntityTranslationDefaultHandler.
  144. #1114410 by plach: Replace hook_translation_info() with hook_entity_info().
  145. #1694480 by plach | bforchhammer: Implement hook_module_implements() instead of
  146. relying on the module weight.
  147. #1434574 by das-peter, plach | cjoy: Added events for rules.
  148. #1224590 by plach: Made entity translation CRUD hooks fire only after storing
  149. the translation data (follow-up).
  150. #1643578 by plach: Added Support menu translation upgrade.
  151. #1713196 by plach: Fixed Entity type labels may not be defined in entity info.
  152. #1444866 by plach: Removed bogus hook menu link alteration (follow-up).
  153. #1699060 by plach: Fixed Bogus form elements on the taxonomy delete confirm
  154. form.
  155. #1699052 by plach: Fixed Global entity form submit handlers are not invoked on
  156. delete except for node.
  157. #1661348 by plach | liquidcms: Fixed minimal i18n Taxonomy integration.
  158. #1444866 by plach: Fixed the invocation order on presave and menu alteration
  159. (follow-up).
  160. #1691026 by plach | FrancescoQ: Fixed Fatal error when enabling ET with just one
  161. language installed.
  162. #1698622 by plach: Fixed Field data is not properly massaged before being stored
  163. during an upgrade.
  164. #1224590 by bforchhammer: Added entity translation CRUD hooks.
  165. #1694472 by bforchhammer: Change module package names to 'Multilingual - Entity
  166. Translation'.
  167. #1444866 by bforchhammer, plach, peximo: Added UI for translation of menu items
  168. for entity-translated nodes.
  169. #1133038 by plach: Added support for field column synchronization.
  170. #1528624 by plach | phm: Fixed error on user translations overview.
  171. #1667582 by peximo: Fixed PDOException (ambiguous tnid field) on upgrade.
  172. #1658424 by torpy: Fixed Non-multilingual taxonomy terms attached to
  173. multilingual nodes do not display.
  174. #1643394 by plach: Allow repeating the upgrade process.
  175. #1643414 by plach: Added Allow to select which content types to upgrade.
  176. #1643390 by plach: Implement hook_entity_translation_upgrade_translation() on
  177. behalf of core modules.
  178. #1155134 by das-peter, plach, GiorgosK, zambrey: Added Integrate pathauto.
  179. #1282018 by plach, Gábor Hojtsy, webchick, bforchhammer: Drop the translation
  180. form in favor of a language-aware edit form.
  181. Entity Translation 7.x-1.0-alpha2, 2012-06-16
  182. ---------------------------------------------
  183. #1587108 by plach | divined: Error: The entities of type Taxonomy term do not
  184. define a valid base path: it will not be possible to translate them.
  185. #1524210 by fabsor, plach: Expose entity translation table to views.
  186. #1095390 by plach | klonos: Capitalize first letters in project's name.
  187. #1599568 by torpy: Fixed No content is displayed if fallback is disabled and
  188. entity is set to 'Language Neutral'.
  189. #1341314 by plach, donquixote | derhasi: Fixed Nested call of entity_get_info()
  190. due to menu_get_router() in entity_translation_entity_info_alter().
  191. #1519912 by plach: Fixed Empty stored values may mess up the translatable switch
  192. update.
  193. #1519906 by plach: Migrate aliases when upgrading nodes.
  194. #1519898 by plach: Fixed The upgrade process may freeze.
  195. #1519894 by plach: Fixed Entity Translation upgrade migration incomplete.
  196. #1432206 by bforchhammer: Fixed Loss of field content during translatability
  197. switch operation.
  198. #1279372 by getgood, loganfsmyth, evolvingweb, plach, Kristen Pol: Enable bulk
  199. field language updates when switching field translatability.
  200. #1380380 by bojanz: Fixed Prevent notice when translation has been removed from
  201. the form.
  202. #1367832 by floretan: Fixed Check #parents and #field_parents() for source
  203. language in new translation form.
  204. #1174242 by djac, good_man, plach | Jerome F: Properly override the
  205. node/%node/translate menu router path.
  206. #1293638 by das-peter: Fixed Language fallback on Taxonomy Terms (or any entity
  207. type without locale support).
  208. #1283200 by plach: Enable content language negotiation the right way.
  209. #1280660 by mvc, plach: Fixed Gracefully handle module being disabled and
  210. re-enabled.
  211. #1280544 by mvc, emarchak: Added Clarify difference between multilingual support
  212. options.
  213. #1280506 by tarmstrong | plach: Fixed Simpletests broken after upgrading to
  214. D7.7.
  215. #1262512 by claudiu.cristea: Fixed Clear the entity cache after translate.
  216. #1230858 by tarmstrong, plach | valderama: Fixed Compatibility with
  217. node_clone(); entity_id() of old node is used, resulting in integrity
  218. constraint violation.
  219. Entity Translation 7.x-1.0-alpha1, 2011-09-07
  220. ---------------------------------------------
  221. #1045196 by plach: Fixed Image field translation broken.
  222. #1003876 by plach: (follow-up) Fixed labels not replaced by Title.
  223. #944874 by das-peter, plach: Added basic tests for the translation creation and
  224. editing workflow.
  225. #1031370 by joostvdl | rfay: Fixed Translation publishing status is hidden under
  226. collapsed 'publishing options' fieldset (and is hidden by default).
  227. #1003876 by plach, good_man: (follow-up) Fixed original label translation.
  228. #1003876 by good_man, plach: Introduced support for translated entity labels.
  229. #936646 by good_man, fietserwin, plach, klonos: Fixed Undefined index access
  230. callback/arguments in entity_translation_menu().
  231. #1109198 by plach, Countzero: Fixed Node translation overview page broken if
  232. i18n is enabled.
  233. #1098106 by pcambra, jelenex: Fixed Translated fields aren't validated (or
  234. processed with presave and submit field_attach_() hooks).
  235. #1111686 by plach: Fixed API documentation wrong.
  236. #1095390 by plach, klonos, sun: Changed Do not capitalize first letters in
  237. project's name.
  238. #1032846 by plach, sun, das-peter: Removed read-ony non translatable fields from
  239. the translation form.
  240. #1082112 by fietserwin | mattwad: Fixed No argument passed to
  241. _translation_tab_access()
  242. #1081444 by jelenex: Fixed Unable to create non-published node.
  243. #1083704 by jelenex: Fixed Unable to edit node when user has only the 'translate
  244. node entities' permission.
  245. #1096008 by fietserwin, sun: Fixed URL alias not updated.
  246. #1060334 by plach: Completed the transition from Translation 2.
  247. #902760 by sun: Changed module name from translation to entity_translation.
  248. #1032602 by rfay: Fixed bogus 'base path' docs in hook_translation_info().
  249. #1032816 by das-peter: Removed superfluous method getHumanReadableId().
  250. #1032728 by das-peter, rfay, sun: Fixed entity info cache not cleared after
  251. changing module settings.
  252. #1021434 by plach | sun, OnkelTem: Fixed `translation` table is not created on
  253. upgrading from core translation.
  254. #1003320 by good_man | Berdir, pcambra, plach, sun: Fixed The etid insane field.
  255. #1009546 by good_man: Fixed form buttons not wrapped in #type actions.
  256. #990120 by das-peter: Changed view mode from 'full' to 'default' in edit form.
  257. #929444 by das-peter, plach, sun: Fixed coding standards.
  258. #920826 by das-peter, sun: Fixed various issues after initial merge.
  259. #673300 by plach, sun: Added initial Translatable Fields UI code.
  260. by sun: Added initial baseline of module files.