CHANGELOG.txt 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. Entity Translation 7.x-1.x, xxxx-xx-xx
  2. --------------------------------------
  3. Entity Translation 7.x-1.0-beta5, 2016-05-08
  4. --------------------------------------------
  5. #929402 by das-peter, bastnic, kristiaanvandeneynde, brockfanning, greenjuls,
  6. make77, steinmb: Added support for migrate module.
  7. #1291388 by Jax, poiu, plach: Added support for multilingual core search.
  8. #2339315 by loopduplicate, gnucifer, plopesc, james.williams: Fixed Source
  9. language prepopulated values should be also included in $form_state['field'].
  10. #2648062 by brunoric, cebasqueira, lucasr, mmchristoph: Fixed Fatal error: Call
  11. to a member function getFormLanguage() on a non-object.
  12. #S156840 by HelenaEksler, plach: Fixed XSS vulnerability in the translation
  13. form page title.
  14. #2444203 by Leksat, badrange, attiks: Show fallback information on the translation
  15. overview.
  16. #2458393 by catch, plach, douggreen: Fixed unindexed query in
  17. EntityTranslationDefaultHandler::loadMultiple().
  18. #2462909 by GeduR: Misspelling translation exists help in views handler
  19. definition.
  20. #2166157 by rsmylski, ciss: entity translation handler id for new entities not
  21. unique enough - can cause infinite/circular child reference.
  22. #2452279 by GeduR: Duplicated variable $language in
  23. entity_translation_edit_access().
  24. #2423661 by marcoscano: Module api documentation has wrong example ("path sets"
  25. instead of "path schemes").
  26. #2305547 by das-peter: Fixed undefined index name.
  27. #1989084 by jsacksick, candelas: Fixed <nolink> and validation.
  28. #2203801 by idflood: Impossible to update taxonomy term after enabling
  29. i18n_taxonomy.
  30. #2415189 by catch: Translation deletion bypasses entity saving.
  31. Entity Translation 7.x-1.0-beta4, 2015-01-23
  32. --------------------------------------------
  33. #2396103 by plach: Fixed [DATA LOSS] Translations deleted.
  34. #2218087 by plach: Fixed PHP Fatal error: Unsupported operand types in
  35. modules/field_ui/field_ui.admin.inc on line 477.
  36. #2396653 by SchnWalter, mongolito404: Fix validation handler for the entity
  37. language widget.
  38. #2395327 by damiankloip: FATAL error when requesting an edit path for a
  39. non-existent entity.
  40. #2342787 by jcisio: Language widget submit handler runs on disabled entity
  41. types.
  42. #2389945 by rafal.enden: Tests don't pass when using different source than
  43. original node language.
  44. #2185523 by leon.nk: Document that entity_translation_enabled_bundle() does not
  45. check whether the entity type is translatable.
  46. #2378195 by Johnny vd Laar: Node edit notice when author of a translation is
  47. deleted.
  48. #2382713 by seanr: entity_translation_update_7006 fails because of SQL error
  49. before variable_set('entity_translation_revision_enabled', FALSE); can run.
  50. #1046282 by plach, good_man, miro_dietiker, Gábor Hojtsy: Make the module work
  51. with revisions.
  52. #2179183 by dkingofpa, Jānis Bebrītis | SocialNicheGuru: Fixed Fatal error:
  53. Unsupported operand types in /entity_translation.module on line 188.
  54. #1605406 by joelrosen, Jose Reyero, paulihuhtiniemi, guillaumev | mindaugasd:
  55. Exposed translated field content to Views so that multiple language
  56. translations can be shown simultaneously.
  57. #2160559 by w3wfr: Warning because of empty value line 675.
  58. #2151503 by SebCorbin: Check for translation access for Add links.
  59. #2130091 by peximo: Media edit dialog integration bug.
  60. #2065221 by catch, plach: Fixed Static cache for handlers should key by $vid.
  61. #1516202 by fabsor, spotzero: Added a CTools access plugin for checking if a
  62. translation is available.
  63. #2027513 by GaëlG, jcisio: Added support for nested values for 'edit form' in
  64. hook_entity_info().
  65. #2073231 by plach: Rename entity_translation_form_language() to
  66. entity_translation_get_existing_language().
  67. #2072865 by douggreen: Fixed Only replace 'delete' button with
  68. 'delete translation', don't add one that doesn't exist.
  69. #1865244 by plach | bojanz, agoradesign, ciss, interdruper, joel_osc: Added
  70. support for multiple translation handlers on the same form.
  71. #2055491 by plach: Fixed Synced image fields cannot be emptied.
  72. #1866076 by grndlvl: Added support for non-entity load tokens when declaring
  73. translations.
  74. Entity Translation 7.x-1.0-beta3, 2013-07-23
  75. --------------------------------------------
  76. #2037789 by Jelle_S: Fixed Default to user_access() access callback like drupal
  77. menu does.
  78. #1982140 by bforchhammer | carligraph: Fixed Menu item is deleted when adding a
  79. third translation.
  80. #2000926 by GiorgosK, bforchhammer: Fixed entity_translation_i18n_menu should
  81. check if entity is node before deleting menu links.
  82. #1991452 by twistor: Fixed Strict warnings on testing page.
  83. #1992588 by bforchhammer: Fixed PHP notices on node page (menu-related).
  84. #1979406 by milesw: Field values for node translations not filled correctly when
  85. making a field translatable.
  86. #1969366 by plach | EdNet: Fixed unsupported operand types in
  87. entity_translation().module line 951 - Unable to clear cache, run cron,
  88. etc from drush or aegir.
  89. #1970246 by jweowu: Fixed entity_translation_upgrade() doesn't flush the entity
  90. load cache.
  91. #1959614 by plach | rutcreate: Fixed Image is deleted by saving node 5 times.
  92. #1941080 by plopesc, bforchhammer: Fixed Menu translation on node form is
  93. broken.
  94. #1937242 by eliosh: Use custom theme function for node translation overview.
  95. #1916738 by alberto56, plach: Added Make it more obvious to those new to the
  96. concept of field translation that all instances of the field are translatable.
  97. #1942732 by OnkelTem: Fixed WSOD when LEFT JOIN'ing entities' translations.
  98. #1942712 by das-peter: Fixed Non wrapped entity passed to Rules.
  99. #1907456 by leon.nk: Added Allow bulk field updates to copy data for all
  100. translations.
  101. #1947764 by plach: Improve bundle translatability checks.
  102. #1370900 by mojzis, plach | mgladding: Fixed Fatal Error: Cannot access empty
  103. property in translation.handler.inc.
  104. #1924088 by plach | drzraf: Fixed Wrong form 'language' value in case of
  105. content-translation enabled bundles.
  106. #1933742 by das-peter: Fixed Delete translation doesn't flush the entity cache.
  107. #1903024 by fabsor | dimitrileonidas: Fixed SQL error in Views when adding an
  108. entity translation relationship that is not using the base entity of the view.
  109. #1890346 by plach: Fixed Entity language change not handled on non-translatable
  110. entities with translatable fields.
  111. #1883584 by grndlvl: Added Allow for link 'destination' on overview page.
  112. #1888324 by plach: Fixed Wrong form language set when only one language is
  113. enabled and the entity has LANGUAGE_NONE language.
  114. #1888192 by plach: Fixed Field widgets hidden when no #access key is defined.
  115. #1885370 by grndlvl: Fixed 'View' title blank on translation overview when using
  116. optional title replacement field.
  117. #1881872 by plach | Demoshane: Added an explict dependecy on Drupal core 7.15.
  118. #1876750 by David_Rothstein: Fixed Fatal error when creating an entity as an
  119. anonymous user.
  120. #1760270 by plach | Berdir: Fixed Comment translation broken?.
  121. #1870236 by plach: Fixed Field translatability migration fails when translation
  122. for the entity type is disabled.
  123. #1865176 by bforchhammer: Implement hook_entity_translation_delete() on behalf
  124. of path module.
  125. #1862882 by Cottser: Fixed Typo: accross = across.
  126. #1851118 by peximo | impleri: Fixed Incorrect ET Handler set in node/add form
  127. when inserting new taxonomy term.
  128. #1842540 by peximo, bforchhammer | plach: Added Pathauto core entity types
  129. integration.
  130. Entity Translation 7.x-1.0-beta2, 2012-11-21
  131. --------------------------------------------
  132. #1846104 by David_Rothstein, plach: Fixed Entity Translation shouldn't assume
  133. $form['#entity_type()'] is a string.
  134. #1845896 by plach, peximo: Fixed Validate translation authoring info on submit.
  135. #1835578 by farse, plach: Fixed Entity Translation metadata should be stored
  136. only if the entity bundle is translatable.
  137. #1437976 by plach | Wolfgang Reszel: Fixed Invalid node translation menu
  138. callback set when entity translation for nodes is disabled.
  139. #1844844 by plach, bforchhammer: Fixed Content type settings always showed.
  140. #1833496 by bforchhammer, plach: Fixed Upgrade to Beta1 results in 'Cannot
  141. initialize entity translation path variables'.
  142. #1397560 by timofey, fricca, bforchhammer: Fixed Delete translation button not
  143. working if destination parameter is set.
  144. #1829740 by plach: Comment filtering should be available if node translation is
  145. enabled (follow-up).
  146. #1829980 by plach | Stan Shevchuk: Fixed Upgrade to Beta1 results in 'Integrity
  147. constraint violation: 1048 Column 'module' cannot be null'.
  148. Entity Translation 7.x-1.0-beta1, 2012-11-02
  149. --------------------------------------------
  150. #1828794 by plach: Make translation workflow permissions optional.
  151. #1829666 by bforchhammer: Fixed Fatal error caused by menu translation when node
  152. translation is disabled.
  153. #1829740 by plach: Fixed Node and comments ET settings are available also when
  154. translation is disabled.
  155. #1818440 by bforchhammer, plach, miro_dietiker: Fixed Fatal error with unclean
  156. edit path.
  157. #1672710 by plach, valencianok, miro_dietiker | haclong99: Fixed published
  158. source node appears as not published in the translate tab.
  159. #1819844 by plach | bforchhammer, renat: Fixed Incompatibility with fields with
  160. unlimited number of values introduced in ET -dev.
  161. #1818620 by bforchhammer, plach | renat: Fixed fatal error when creating a node
  162. which has a field_collection field.
  163. #1820742 by mkalkbrenner, plach: Fixed parameter $langcode of core function
  164. node_view() ignored.
  165. #1820910 by plach | astutonet: Fixed Notices when trying to filter comments by
  166. language.
  167. #1770748 by bforchhammer, plach: Option to display shared fields only when
  168. editing the original values.
  169. #1811672 by joelrosen: Fixed Entity Translation stuff showing on content types
  170. with multilingual support disabled.
  171. #1810322 by Dave Reid: Fixed Fatal error when using the translate link field
  172. handler in Views.
  173. #1807698 by peximo: Added Hide node translation links.
  174. #1798456 by plach, bforchhammer, Berdir: Hide shared form elements when the user
  175. does not have the related permission (follow up).
  176. #1803362 by Dave Reid: Fixed PHP notice: Undefined index: in
  177. EntityTranslationDefaultHandler->localTasksAlter().
  178. #1800822 by plach, peximo | facine: Fixed Call to a member function
  179. getLanguageKey() on a non-object.
  180. #1799770 by bforchhammer: Updated id and bundle when setting a wrapped entity.
  181. #1798456 by plach: Hide shared form elements when the user has not the related
  182. permission.
  183. #1679736 by plach | renat: Provided an option to lock the original language.
  184. #1798460 by plach: Made the translate operation contextual.
  185. #1280546 by plach: Introduced a language selection widget for every entity.
  186. #1676716 by plach | quiptime: Do not list entity types that do not integrate
  187. with ET in the admin page.
  188. #1792620 by bforchhammer: Cleanup unused variables.
  189. #1418076 by bforchhammer, plach: Added support for multiple path schemes.
  190. #1792606 by plach: Fixed Notices when deleting the translation of an entity
  191. having a file field.
  192. #1770202 by plach: Fixed Language tabs not appearing when creating a new
  193. translation (follow-up).
  194. #1678614 by bforchhammer, plach | Berdir: Make access control for the entity
  195. form in the original language more flexible.
  196. #1701212 by jonhattan: Fixed fatal error for entities with ET disabled (UUID
  197. follow-up).
  198. #1701460 by bforchhammer: Fixed title of original language dropdown.
  199. #1155134 by bforchhammer, plach: Integrated pathauto bulk generation.
  200. #1694478 by bforchhammer: Delete menu items when translation is deleted.
  201. #1770250 by bforchhammer, plach: Fixed Translatable fields disappear when
  202. editing default language (entities other than node).
  203. #1377542 by bforchhammer | Daemon_Byte: Fixed Do not always use the admin theme.
  204. #1772874 by bforchhammer | webdrips: Fixed Wrong query alteration for comment
  205. language filtering.
  206. #1778662 by jherencia: Fixed Add compability with field widgets that uses
  207. limit_validation_errors().
  208. #1770202 by bforchhammer: Fixed Local tasks (language tabs) visible on node view
  209. page.
  210. #1701212 by guillaumev: Added Export entity translations using UUID.
  211. #1728648 by plach, Dave Reid: Fixed Ensure that empty translation data is
  212. handled properly.
  213. #1728674 by Dave Reid, plach: Fixed PHP notice when formLanguage is FALSE in
  214. EntityTranslationDefaultHandler.
  215. #1114410 by plach: Replace hook_translation_info() with hook_entity_info().
  216. #1694480 by plach | bforchhammer: Implement hook_module_implements() instead of
  217. relying on the module weight.
  218. #1434574 by das-peter, plach | cjoy: Added events for rules.
  219. #1224590 by plach: Made entity translation CRUD hooks fire only after storing
  220. the translation data (follow-up).
  221. #1643578 by plach: Added Support menu translation upgrade.
  222. #1713196 by plach: Fixed Entity type labels may not be defined in entity info.
  223. #1444866 by plach: Removed bogus hook menu link alteration (follow-up).
  224. #1699060 by plach: Fixed Bogus form elements on the taxonomy delete confirm
  225. form.
  226. #1699052 by plach: Fixed Global entity form submit handlers are not invoked on
  227. delete except for node.
  228. #1661348 by plach | liquidcms: Fixed minimal i18n Taxonomy integration.
  229. #1444866 by plach: Fixed the invocation order on presave and menu alteration
  230. (follow-up).
  231. #1691026 by plach | FrancescoQ: Fixed Fatal error when enabling ET with just one
  232. language installed.
  233. #1698622 by plach: Fixed Field data is not properly massaged before being stored
  234. during an upgrade.
  235. #1224590 by bforchhammer: Added entity translation CRUD hooks.
  236. #1694472 by bforchhammer: Change module package names to 'Multilingual - Entity
  237. Translation'.
  238. #1444866 by bforchhammer, plach, peximo: Added UI for translation of menu items
  239. for entity-translated nodes.
  240. #1133038 by plach: Added support for field column synchronization.
  241. #1528624 by plach | phm: Fixed error on user translations overview.
  242. #1667582 by peximo: Fixed PDOException (ambiguous tnid field) on upgrade.
  243. #1658424 by torpy: Fixed Non-multilingual taxonomy terms attached to
  244. multilingual nodes do not display.
  245. #1643394 by plach: Allow repeating the upgrade process.
  246. #1643414 by plach: Added Allow to select which content types to upgrade.
  247. #1643390 by plach: Implement hook_entity_translation_upgrade_translation() on
  248. behalf of core modules.
  249. #1155134 by das-peter, plach, GiorgosK, zambrey: Added Integrate pathauto.
  250. #1282018 by plach, Gábor Hojtsy, webchick, bforchhammer: Drop the translation
  251. form in favor of a language-aware edit form.
  252. Entity Translation 7.x-1.0-alpha2, 2012-06-16
  253. ---------------------------------------------
  254. #1587108 by plach | divined: Error: The entities of type Taxonomy term do not
  255. define a valid base path: it will not be possible to translate them.
  256. #1524210 by fabsor, plach: Expose entity translation table to views.
  257. #1095390 by plach | klonos: Capitalize first letters in project's name.
  258. #1599568 by torpy: Fixed No content is displayed if fallback is disabled and
  259. entity is set to 'Language Neutral'.
  260. #1341314 by plach, donquixote | derhasi: Fixed Nested call of entity_get_info()
  261. due to menu_get_router() in entity_translation_entity_info_alter().
  262. #1519912 by plach: Fixed Empty stored values may mess up the translatable switch
  263. update.
  264. #1519906 by plach: Migrate aliases when upgrading nodes.
  265. #1519898 by plach: Fixed The upgrade process may freeze.
  266. #1519894 by plach: Fixed Entity Translation upgrade migration incomplete.
  267. #1432206 by bforchhammer: Fixed Loss of field content during translatability
  268. switch operation.
  269. #1279372 by getgood, loganfsmyth, evolvingweb, plach, Kristen Pol: Enable bulk
  270. field language updates when switching field translatability.
  271. #1380380 by bojanz: Fixed Prevent notice when translation has been removed from
  272. the form.
  273. #1367832 by floretan: Fixed Check #parents and #field_parents() for source
  274. language in new translation form.
  275. #1174242 by djac, good_man, plach | Jerome F: Properly override the
  276. node/%node/translate menu router path.
  277. #1293638 by das-peter: Fixed Language fallback on Taxonomy Terms (or any entity
  278. type without locale support).
  279. #1283200 by plach: Enable content language negotiation the right way.
  280. #1280660 by mvc, plach: Fixed Gracefully handle module being disabled and
  281. re-enabled.
  282. #1280544 by mvc, emarchak: Added Clarify difference between multilingual support
  283. options.
  284. #1280506 by tarmstrong | plach: Fixed Simpletests broken after upgrading to
  285. D7.7.
  286. #1262512 by claudiu.cristea: Fixed Clear the entity cache after translate.
  287. #1230858 by tarmstrong, plach | valderama: Fixed Compatibility with
  288. node_clone(); entity_id() of old node is used, resulting in integrity
  289. constraint violation.
  290. Entity Translation 7.x-1.0-alpha1, 2011-09-07
  291. ---------------------------------------------
  292. #1045196 by plach: Fixed Image field translation broken.
  293. #1003876 by plach: (follow-up) Fixed labels not replaced by Title.
  294. #944874 by das-peter, plach: Added basic tests for the translation creation and
  295. editing workflow.
  296. #1031370 by joostvdl | rfay: Fixed Translation publishing status is hidden under
  297. collapsed 'publishing options' fieldset (and is hidden by default).
  298. #1003876 by plach, good_man: (follow-up) Fixed original label translation.
  299. #1003876 by good_man, plach: Introduced support for translated entity labels.
  300. #936646 by good_man, fietserwin, plach, klonos: Fixed Undefined index access
  301. callback/arguments in entity_translation_menu().
  302. #1109198 by plach, Countzero: Fixed Node translation overview page broken if
  303. i18n is enabled.
  304. #1098106 by pcambra, jelenex: Fixed Translated fields aren't validated (or
  305. processed with presave and submit field_attach_() hooks).
  306. #1111686 by plach: Fixed API documentation wrong.
  307. #1095390 by plach, klonos, sun: Changed Do not capitalize first letters in
  308. project's name.
  309. #1032846 by plach, sun, das-peter: Removed read-ony non translatable fields from
  310. the translation form.
  311. #1082112 by fietserwin | mattwad: Fixed No argument passed to
  312. _translation_tab_access()
  313. #1081444 by jelenex: Fixed Unable to create non-published node.
  314. #1083704 by jelenex: Fixed Unable to edit node when user has only the 'translate
  315. node entities' permission.
  316. #1096008 by fietserwin, sun: Fixed URL alias not updated.
  317. #1060334 by plach: Completed the transition from Translation 2.
  318. #902760 by sun: Changed module name from translation to entity_translation.
  319. #1032602 by rfay: Fixed bogus 'base path' docs in hook_translation_info().
  320. #1032816 by das-peter: Removed superfluous method getHumanReadableId().
  321. #1032728 by das-peter, rfay, sun: Fixed entity info cache not cleared after
  322. changing module settings.
  323. #1021434 by plach | sun, OnkelTem: Fixed `translation` table is not created on
  324. upgrading from core translation.
  325. #1003320 by good_man | Berdir, pcambra, plach, sun: Fixed The etid insane field.
  326. #1009546 by good_man: Fixed form buttons not wrapped in #type actions.
  327. #990120 by das-peter: Changed view mode from 'full' to 'default' in edit form.
  328. #929444 by das-peter, plach, sun: Fixed coding standards.
  329. #920826 by das-peter, sun: Fixed various issues after initial merge.
  330. #673300 by plach, sun: Added initial Translatable Fields UI code.
  331. by sun: Added initial baseline of module files.