All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- add Drupal 9 compatibility
- "drush updateTaxonomyIndex" command to readd missing entries in the taxonomy_index table
- taxonomy_index table doesnt loose the record on tags-merge anymore
- uncommented
- uncommented
- fixed the cancel button on merge confirm page
- added usages table on the single delete page
- added description to the usages tables
- removed autofill javascript
- multi delete route was changed
- name of the active term while merging now displays in the textfield
- references table on multi delete confirm page added
- few routes were changed
- routing file clean up
- overview of the references before merging
- All classes have uniform names
- IndexForm now extends AbstractForm
- IndexForm now uses service methods
- Few more methods were moved to service
- updated search field description
- updated page titles
- terms are displayed on first pageload
- removed unnecessary title
- removed blank lines
- added drupal package information
- fixed search issue with special characters
- Basic Project setup
- Terms are searchable (singe and multiple)
- Delete multiple Terms at once
- Merge multiple Terms to one Term
- User permissions to view single Vocabularies