Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
274.04 KB
MD5: e7b94c434e19c36b9efaeb462b3dc878
SHA-1: 0a5c1e5208ad997589fc405d554a3e707cd0c432
SHA-256: 6cd450386904d073256833f53e82f76aaed241cff3aa09413d6d52742ba8da2f
Download zip
424.39 KB
MD5: af44efc2ff3718c0e26c0ac086c7d08e
SHA-1: 0b1e2e04ca5918a45dc1ee3aac2f20e7605a7cb6
SHA-256: 326e2661ff240dc9a5585ee633c4d3ff04c668868fd6d128f6f9b7e6389d9915
Release notes
The first release candidate for a stable 8.x-1.0 release includes 15 major new features and bugfixes and various smaller improvements as well. The most important changes:
* Better default language mapping
* Fields are now sorted based on the order in which they appear in the edit form and the order in the Drupal User translation provider is no longer reversed
* Tracking and showing differences when the source changed during review
* Duplicate job items of the same source are now longer permitted and automatically removed when a job is submitted
Changes since 8.x-1.0-beta3:
- #2695153 by yongt9412, Berdir: Convert review form theme functions to twig
- #2695217 by tduong, Berdir: Job items are not set to active if the job has been rejected previously
- #1971646 by CTaPByK, Berdir: Core and all Source plugins should consider field sequences
- #2695089 by Berdir: Convert icon theme functions to render arrays
- #2686053 by Berdir: Sync sequence of admin links and local tasks
- #1686544 by edurenye, miro_dietiker, Berdir: Check for source change on review and show diff
- #2685579 by mbovan: Do not allow text format without usage permission check
- #2685087 by edurenye, Berdir, miro_dietiker: Better default language mappings through partial matching
- #2686059 by sanja_m, miro_dietiker: Link message to translation after accepting
- #2679949 by MarinkoIg, Berdir: Never allow duplicate submission of an item while in process
- #2688181 by sanja_m: Display language from + to in local task item form; fix source / target labels
- #2593509 by Denchev, cgalli: Set source language in content entity source
- #2689989 by mbovan: Check for continuous jobs when deleting a translator
- #2686057 by sanja_m: Item status back to needs review when content changes
- #2690037 by mbovan: Check if source url of a job item exists on JobItemForm
- #2688181 by sanja_m: Display language from + to in local task item form
- #2687735 by nmalinoski: Malformed HTML in translated string in tmgmt_ui.module
- #2686073 by yongt9412, miro_dietiker: Limit job item overview to submitted job items only
- #2688421 by yongt9412, miro_dietiker: Improve progress bar and icons
- #2672924 by sanja_m: Disallow item deletion after submission
- #2680119 by sanja_m, edurenye: Let translators view unpublished or protected source content
- #2689795 by mbovan: Check for continuous jobs must not be shown for config entities
- #2688939 by edurenye: Unassigned not manager users must not be able to view or update task Items
- #2679595 by mbovan: Abort open jobs when uninstalling a translator provider
- #2671894 by edurenye: Update job items
- #2624240 by mbovan: Show more context in config source overview
- #2682337 by edurenye: Add the preview feature to translator local
- #2668386 by Denchev: Move the local translator setting to global settings
- #2675662 by edurenye: Improve job owner
- #2688419 by edurenye: To create a continuous job you must have admin tmgmt permission
- #2685815 by edurenye: Do not update source text after saving a translation
- #2681043 by sanja_m: Display warning massage on saving continuous job
- #2685479 by Denchev, yongt9412: Active items of continuous jobs not showing up on the sources overview
- #2674688 by edurenye: The abort message should say that is aborted by the user
- #2685561 by sanja_m: Display language from + to in review form
- #2686527 by Berdir: Convert Kernel tests to phpunit
- #2685049 by Berdir: Make TmgmtUiTest faster by splitting it up
- #2678528 by tduong: Paragraph translatable entities are added through two different channels