Tags

Tags give the ability to mark specific points in history as being important
  • 1.0.2-alpha1

    3c4ddcca · correct cspell errors ·
    Version 1.0.2-alpha1
    
    - Fix hook_help() missing RouteMatchInterface parameter.
    - Fix dashboard route permission from AND to OR.
    - Fix hardcoded French string in flood protection message.
    - Replace static \Drupal:: calls with dependency injection (TimeInterface, RequestStack, AiProviderPluginManager).
    - Remove redundant StringTranslationTrait usage in controller and form.
    - Fix hardcoded URLs with Url::fromRoute().
    - Fix @url placeholder to :url in t() calls.
    - Add missing PHPCS doc comments across entities, events and services.
    - Fix @return formatting and fully namespaced types for PHPStan.
    - Fix @covers constant reference in SoftLimitReachedEventTest.
    - Add .cspell.json for CI dictionary.
  • 1.0.1

    0c8e4970 · add files modules ·