[meta] Branch 4.x

Created on 22 November 2024, 5 months ago

I've opened the 4.x branch with the following goal

  • Drop support for Drupal <= 10.3. Why 10.3? Because it already offers a lot of tools that allows us to modernize the module's code
  • PHP 8.4 support
  • 📌 Drop jQuery dependency. Convert to vanilla JS Active
  • Simplify the codebase. Rely as much as possible on standard Drupal patterns and best practices. Includes but is not limited to:
  • 📌 Refactor private_message_thread_member_widget Active
  • 📌 Full coverage for JS/Ajax functionality Active
  • Refactor the code to meet modern programming practices:
  • Enforce strict typing in all filed (declare(strict_types=1);)
  • Strict typing of function/methods parameters and return.
  • Strict typing of class properties.
  • Constructor property promotion everywhere is possible
  • Readonly class properties where possible
  • Services autowiring
  • Services autoconfiguring
  • Allow custom route paths instead of /private-messages/* and /private-message/*
🌱 Plan
Status

Active

Version

4.0

Component

Miscellaneous

Created by

🇷🇴Romania claudiu.cristea Arad 🇷🇴

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024