Tags

Tags give the ability to mark specific points in history as being important
  • 1.0.5

    Release 1.0.5: Performance Optimization and Stability Update
    This release focuses on improving the efficiency of the batch processing and aligning the codebase with Drupal Coding Standards.
    
    Changes:
    
    Performance: Refactored processItems to use loadMultiple(), significantly reducing the number of database queries per batch set.
    
    Optimization: Entity definitions and language keys are now cached within the $context['sandbox'], avoiding redundant service calls during batch execution.
    
    UX/UI Improvements:
    
    Added human-readable entity labels in batch progress messages.
    
    Improved error handling: the process now warns the user and continues instead of crashing on problematic entity types.
    
    Stability: Fixed a potential infinite loop by adding a check for empty results in the query range.
    
    Code Quality: All comments have been updated to English, and the code now fully complies with Drupal Coding Standards.
  • 1.0.4

    d77ced3e · Fixes of cspell warnings ·
    - Drupal 11 compatibility;
    - Fixes of cspell warnings.
  • 1.0.3

    ba45c612 · Fixes for #3411374. ·
  • 1.0.2

    7cf2f8c8 · Update batch process ·
    Fixed issue with 'accessCheck' in query. Added GitLab CI
  • 1.0.1

    Functional unit test
  • 1.0.0

    1e155a84 · Update readme ·
    First release