Page tree

Important Notes:

TRANSLATE-2645

Please change the following database settings in your mysql installation:

  • innodb_ft_min_token_size to 1
  • innodb_ft_enable_stopword to 0

This is necessary for TermPortal to find words shorter than 3 characters.

If you did already install translate5 5.5.0 on your server OR if you did install translate 5.5.1 BEFORE you did change that settings in your mysql installation, then you would need to update the fulltext indexes of your DB term-tables manually.

If this is the case, please call "./translate5.sh termportal:reindex" or contact us, how to do this.

Please run "./translate5.sh system:check" to check afterwards if everything is properly configured.

TRANSLATE-2634

By default the new PDF documentation for translate5s editor is integrated in the help window of the editor. If you do not want to show this to your users, please deactivate it after the upgrade in the system configuration (GUI). For detailed info how this can be configured please check this link: https://confluence.translate5.net/display/CON/Database+based+configuration If you happen to have defined custom help content in the editor, and the help content is in written text/pdf/html , it make sense this content to be loaded with editordocumentation.phtml

Added

TRANSLATE-2640: Remove InstantTranslate on/off button from InstantTranslate and move functionality to configuration
The auto-translate feature in instant translate can be configured if active for each client.

Changed

TRANSLATE-2645: TermPortal: set mysql fulltext search minimum word length to 1 and disable stop words
Please set innodb_ft_min_token_size in your mysql installation to 1 and innodb_ft_enable_stopword to 0. This is necessary for TermPortal to find words shorter than 3 characters. If you did already install translate5 5.5.0 on your server OR if you did install translate 5.5.1 BEFORE you did change that settings in your mysql installation, then you would need to update the fulltext indexes of your DB term-tables manually. If this is the case, please call "./translate5.sh termportal:reindex" or contact us, how to do this. Please run "./translate5.sh system:check" to check afterwards if everything is properly configured.

TRANSLATE-2641: AdministrativeStatus default attribute and value
The "Usage Status (administrativeStatus)" attribute is now the leading one regarding the term status. Its value is synchronized to all other similar attributes (normativeAuthorization and other custom ones).

TRANSLATE-2634: Integrate PDF documentation in translate5 help window
Pdf documentation in the editor help window is available now. To change PDF location or disable see config runtimeOptions.frontend.helpWindow.editor.documentationUrl

TRANSLATE-2607: Make type timeout in InstantTranslate configurable
The translation delay in instant translate can be configured now.

Bugfixes

TRANSLATE-2644: Task related notification emails should link directly to the task
Currently task related notification E-Mails do not point to the task but to the portal only. This is changed.

TRANSLATE-2643: Usability improvements: default user assignment
Usability improvements in default user association overview.

  • No labels