My Drupal Core Contributions for week-ending July 19th, 2024
Don’t shower yet, Mark, you’re not finished.
Published: July 19, 2024
I think I need a shower after all that.Oh really? Yeah, remember that cool merge request from 2 weeks ago to set the dates for each node in Umami to a unique date? Well, that also has a failing test. But only if you install Umami using Spanish as the default language.Thanks to Code Enigma for sponsoring my time to go through this masochism 😀
Every one of those ~200,000 sites lands somewhere on this map. Migration to Drupal 10/11 is the default for institutional sites — the complexity that made Drupal the right choice in 2012 usually…
Vasdev Gullapalli, Senior Staff Site Reliability Engineer at Qualcomm, emphasizes that AI observability, when applied at the edge, allows enterprises to monitor real-time system performance, detect anomalies, and take proactive corrective measures. In…
The full recording is available below. If you catch it soon, there’s still a chance the launch coupon codes will be active!We’re thrilled with the turnout for our Dripyard themes product launch! The…
These governance efforts are supported by the publicly documented Drupal Governance Overview, which outlines the decision-making process and assigns responsibilities across the project.There’s been a quiet but meaningful shift within the Drupal community—not…
For the newcomer, this means the room behaves as if it has its own intelligence. Lights turn on as you walk through the door and music follows you from one room to the…
parameters: drupal: rules: cacheableDependencyRule: false // Before: bails on concrete ModuleHandler, fires on plain object/mixed. if (!$type->isSuperTypeOf($moduleHandlerInterfaceType)->yes()) { return []; } // After: fires only when the receiver is definitely a ModuleHandlerInterface. if…