You are here

CHANGELOG.txt in Search API Entity Translation 7.2

SearchAPI ET 7.x-2.0-alpha9, 2019-04-01
--------------------------------
- Issue #3044889 by idebr: Use Entity Translation handler to determine language in \SearchApiEtDatasourceController::getItemId()

SearchAPI ET 7.x-2.0-alpha8, 2019-03-29
--------------------------------
- Issue #2715115 by GaëlG, drunken monkey: Fix getItemId() to always return an ID
- Issue #2809307 by idebr, GoZ: Change language do not delete the old language from index
- Issue #2953473 by idebr, das-peter: All tracking items deleted when deleting single translation
- Issue #2924846 by das-peter: Wrong language detection used in search_api_et_entity_update()
- Issue #2823669 by idebr, TuWebO, patrik.hultgren, GoZ, jseffel, thePanz: Duplicate documents while updating a node
- Issue #2811811 by idebr, Lendude, kporras07, joel_osc, david.lopez: Items are not getting deleted from search_api server
- Issue #3036355 by idebr: Introduce an automated functional test
- Issue #2860146 by Grayle: Do not trigger a batch in startTracking() when installing a site
- Issue #3043753 by idebr: Commit test dependencies to enable automated testing
- Issue #2748249 by GoZ: reset() expects parameter 1 to be array, null given search_api_et.batch.inc
- Issue #2833126 by GoZ: Purge search_api_et and reindex items

SearchAPI ET 7.x-2.0-alpha7, 2016-08-02
---------------------------------------
- Translations not properly indexed
- Items are indexed also for Disabled languages

SearchAPI ET 7.x-2.0-alpha5, 2016-07-11
---------------------------------------
- CHANGELOG cleanup
- Old IndexID are left during FeatureRevert or Index deletion
- Item ids not updated on search api index revert which triggers an insert
- Followup for #2722459: updated update_N() function.
- Migrate the old ItemID format to the newer one.
- Simplify filterTrackableIds logic

SearchAPI ET 7.x-2.0-alpha4, 2016-05-06
---------------------------------------
- Wrong "token" type returned from getIdFieldInfo().

SearchAPI ET 7.x-2.0-alpha3, 2016-04-27
---------------------------------------
- Check property info before handling entity-update and -delete hooks.
- Code and comments cleanup.
- Code and comments cleanup.
- Updated Batch messages.
- Ensure SearchApiEtHelper class is loaded.
- Fixed documentation for search_api_et_batch_queue_entities() function.
- Removed debug code.
- Using new refactored classes, bugfixing and code cleanup.
- Preliminary refactoring of include classes.

SearchAPI ET 7.x-2.0-alpha2, 2016-01-29
---------------------------------------
- Fatal error when updating an entities language.
- Fixed merging of Item IDs from different Datasources.
- Removing LANGUAGE_NONE translations when 'all' is selected as the include method.
- First fix for language identification for partially translated entities.
- Duplicate results of partially translated content types.
- Fixed coder warning messages.
- Fields that aren't translatable aren't updated in the index (on languages that aren't the current language).
- Item tracking refactoring.
- Fix coder messages and warnings.
- Datasource options support.
- Array_keys() expects parameter 1 to be array, null given search_api_et.module:285 (take 2).
- Array_keys() expects parameter 1 to be array, null given search_api_et.module:285.

File

CHANGELOG.txt
View source
  1. SearchAPI ET 7.x-2.0-alpha9, 2019-04-01
  2. --------------------------------
  3. - Issue #3044889 by idebr: Use Entity Translation handler to determine language in \SearchApiEtDatasourceController::getItemId()
  4. SearchAPI ET 7.x-2.0-alpha8, 2019-03-29
  5. --------------------------------
  6. - Issue #2715115 by GaëlG, drunken monkey: Fix getItemId() to always return an ID
  7. - Issue #2809307 by idebr, GoZ: Change language do not delete the old language from index
  8. - Issue #2953473 by idebr, das-peter: All tracking items deleted when deleting single translation
  9. - Issue #2924846 by das-peter: Wrong language detection used in search_api_et_entity_update()
  10. - Issue #2823669 by idebr, TuWebO, patrik.hultgren, GoZ, jseffel, thePanz: Duplicate documents while updating a node
  11. - Issue #2811811 by idebr, Lendude, kporras07, joel_osc, david.lopez: Items are not getting deleted from search_api server
  12. - Issue #3036355 by idebr: Introduce an automated functional test
  13. - Issue #2860146 by Grayle: Do not trigger a batch in startTracking() when installing a site
  14. - Issue #3043753 by idebr: Commit test dependencies to enable automated testing
  15. - Issue #2748249 by GoZ: reset() expects parameter 1 to be array, null given search_api_et.batch.inc
  16. - Issue #2833126 by GoZ: Purge search_api_et and reindex items
  17. SearchAPI ET 7.x-2.0-alpha7, 2016-08-02
  18. ---------------------------------------
  19. - Translations not properly indexed
  20. - Items are indexed also for Disabled languages
  21. SearchAPI ET 7.x-2.0-alpha5, 2016-07-11
  22. ---------------------------------------
  23. - CHANGELOG cleanup
  24. - Old IndexID are left during FeatureRevert or Index deletion
  25. - Item ids not updated on search api index revert which triggers an insert
  26. - Followup for #2722459: updated update_N() function.
  27. - Migrate the old ItemID format to the newer one.
  28. - Simplify filterTrackableIds logic
  29. SearchAPI ET 7.x-2.0-alpha4, 2016-05-06
  30. ---------------------------------------
  31. - Wrong "token" type returned from getIdFieldInfo().
  32. SearchAPI ET 7.x-2.0-alpha3, 2016-04-27
  33. ---------------------------------------
  34. - Check property info before handling entity-update and -delete hooks.
  35. - Code and comments cleanup.
  36. - Code and comments cleanup.
  37. - Updated Batch messages.
  38. - Ensure SearchApiEtHelper class is loaded.
  39. - Fixed documentation for search_api_et_batch_queue_entities() function.
  40. - Removed debug code.
  41. - Using new refactored classes, bugfixing and code cleanup.
  42. - Preliminary refactoring of include classes.
  43. SearchAPI ET 7.x-2.0-alpha2, 2016-01-29
  44. ---------------------------------------
  45. - Fatal error when updating an entities language.
  46. - Fixed merging of Item IDs from different Datasources.
  47. - Removing LANGUAGE_NONE translations when 'all' is selected as the include method.
  48. - First fix for language identification for partially translated entities.
  49. - Duplicate results of partially translated content types.
  50. - Fixed coder warning messages.
  51. - Fields that aren't translatable aren't updated in the index (on languages that aren't the current language).
  52. - Item tracking refactoring.
  53. - Fix coder messages and warnings.
  54. - Datasource options support.
  55. - Array_keys() expects parameter 1 to be array, null given search_api_et.module:285 (take 2).
  56. - Array_keys() expects parameter 1 to be array, null given search_api_et.module:285.