Talking Drupal
Today we are talking about World Cancer Day, how they use Drupal, and why Drupal was the right choice with our guests Charles Andrew Revkin & Diego Costa. We’ll also cover PDFa11y as our module of the week. For show notes visit: Topics What Is World Cancer Day Why UICC Uses Drupal Diego Joins the Project Multilingual Strategy at Scale Drupal Architecture and AI Tools Vetting AI Moderation and Summaries AI Disclosure and Review Traffic Spikes and Scaling Drupal Stack and React Apps Campaign Theme United by Unique Yearly Content and Three Year Cycle Drupal Community and Open Access...
info_outlineTalking Drupal
info_outlineTalking Drupal
Today we are talking about The Good and the Bad of AI , How our panel feels about AI , and you guessed it more AI with guest Scott Falconer. We’ll also cover Field Widget Actions as our module of the week. For show notes visit: Topics AI and Social Isolation How We Use AI Friction and Independence Stack Overflow Debate Collaboration and Team Culture Is AI Inevitable AI Hype Meets Costs Adoption Cooling Signals Pricing Inequality Risks Open Source and PRs Requirements and LLMs Easy Tools Not Always Right Juniors Learning and Patterns Human Value and Ambiguity Losing Cognitive Endurance AI...
info_outlineTalking Drupal
Today we are talking about Mautic, marketing automation, and its history with Drupal with guest Ruth Cheesley. We’ll also cover Mautic ECA as our module of the week. For show notes visit: Topics What Is Mautic? Self-Hosting and Data Ownership Who Uses Mautic + Personalization Mautic’s History with Drupal How Drupal Integrate Mautic Orchestration in Mautic Privacy & Compliance: GDPR Tools, Consent, and Do-Not-Contact Controls Hosting Options Advanced Segmentation Points-Based Lead Scoring Validating Segments Using Points to Boost Common Mautic Adoption Pitfalls Getting Support The...
info_outlineTalking Drupal
Join Karen Horrocks and Stephen Musgrave as they introduce the upcoming non-profit summit at DrupalCon 2026 in Chicago. In this comprehensive fireside chat, they explore how AI can be integrated to serve a nonprofit's mission, plus the dos and don'ts of AI implementation. Hear insights from leading nonprofit professionals, learn about the variety of breakout sessions available, and discover the benefits of Kubernetes for maximizing ROI. Whether you're a developer, content editor, or a strategic planner, this session is crucial for understanding the future of nonprofit operations with...
info_outlineTalking Drupal
Today we are talking about Acquia’s Fully managed Drupal SaaS Acquia Source, What you can do with it, and how it could change your organization with guest Matthew Grasmick. We’ll also cover AI Single Page Importer as our module of the week. For show notes visit: Topics Introduction to Acquia Source The Evolution of Acquia Source Cost and Market Position of Acquia Source Customizing and Growing Your Business Challenges of Building a SaaS Platform on Drupal Advantages of Acquia Source for Different Markets Horizontal Scale and Governance at Scale Canvas CLI Tool and Synchronization Role of...
info_outlineTalking Drupal
Join AmyJune and Avi as they discuss the complexities of organizing large events in changing times. The discussion covers topics from past DrupalCons, the crucial coordination behind community health and safety, accessibility, and the evolving challenges involving inclusivity. They also touch on the intersection of community dynamics, the importance of creating shared realities, and the engaging experience of the Drupal community. Additionally, expect an overview of upcoming events, including keynotes and fun activities like the Drupal Coffee Exchange. For show notes visit: Topics Catching...
info_outlineTalking Drupal
Today we are talking about EvolveDigital, What it is, and how it started in Drupal with guest Maya Schaeffer. We’ll also cover Drupal CMS 2.0 as our module of the week. For show notes visit: Topics Comparing Drupal and WordPress Evolve Digital Summit Insights Marketing and Drupal Integration Evolve Digital and CMS Comparisons Summit Structure and Networking Speaker Selection and Outreach Balancing Content and Community Lessons from Different Cities Future Plans and New Formats Resources Guests Maya Schaeffer - Hosts Nic Laflin - John Picozzi - Catherine Tsiboukas - MOTW...
info_outlineTalking Drupal
Today we are talking about Development Workflows, Agentic Agents, and how they work together with guests Andy Giles & Matt Glaman. We’ll also cover Drupal Canvas CLI as our module of the week. For show notes visit: Topics Understanding Agentic Development Workflows Understanding UID Generation in AI Agents Exploring Generative AI and Traditional Programming Building Canvas Pages with AI Agents Using Writing Tools and APIs for Automation Introduction to MCP Server and Its Tools Agent to Agent Orchestration and External Tools Command Line Tools for Agent Coding Security and Privacy...
info_outlineTalking Drupal
Today we are talking about Integrations into Drupal, Automation, and Drupal with Orchestration with guest Jürgen Haas. We’ll also cover CRM as our module of the week. For show notes visit: Topics Understanding Orchestration Orchestration in Drupal Introduction to Orchestration Services Drupal's Role in Orchestration Flexibility in Integration Orchestration Module in Drupal Active Pieces and Open Source Integration Security Considerations in Orchestration Future of Orchestration in Drupal Getting Involved with Orchestration Resources N8N Tools Guests Jürgen Haas - ...
info_outlineToday we are talking about Patching Drupal, Composer, and Composer Patches 2.0 with guest Cameron Eagans. We’ll also cover Configuration Development as our module of the week.
For show notes visit:
https://www.talkingDrupal.com/536
Topics
- What is Composer Patches 2.0
- Exploring Community Dynamics in Composer Patches
- The Genesis of Composer Patches
- The Decision to Use GitHub
- Broadening Composer Patches Beyond Drupal
- The Evolution to Composer Patches 2.0
- Understanding Workflow Complexities
- Refining User Experience in 2.0
- New Features and Enhancements in 2.0
- Navigating Controversial Changes in 2.0
- The Role of Dependency Patches
- Introducing patches.lock.json
- Best Practices for Patch Management
- Transitioning to Git Patching
- Exploring New APIs in Composer Patches 2.0
- Understanding Capabilities and Events
- Transitioning to Composer Patches 2.0
- Future of Composer Patches and Community Contributions
Resources
Guests
Cameron Eagans - cweagans.net cweagans
Hosts
Nic Laflin - nLighteneddevelopment.com nicxvan
John Picozzi - epam.com johnpicozzi
Andy Giles - dripyard.com andyg5000
MOTW
Correspondent
Martin Anderson-Clutz - mandclu.com mandclu
- Brief description:
- Do you maintain modules that provide configuration files? There’s a module that can help manage them.
- Module name/project name:
- Brief history
- How old: created in Apr 2014 by chx, though recent releases are by Joachim Noreiko (joachim)
- Versions available: 8.x-1.11, which works with Drupal 9.3, 10, and 11
- Maintainership
- Actively maintained
- Security coverage
- Test coverage
- Number of open issues: 36 open issues, 7 of which are bugs
- Usage stats:
- 2,391 sites
- Module features and usage
- The module really provides three useful features. First, it can ensure specific configuration files are automatically imported on every request, as though the contents were pasted into the core “single import” form
- Second, it can automatically export specific configuration objects into files whenever the object is updated. You provide a list of filenames and the module will derive the objects that need to be exported.
- Finally, it provides a drush command that can be used to generate all the necessary configuration files for a specific project. You put a list of the files into the project’s info.yml file, and then with a single command a fresh copy of all the specified files will be generated and placed directly into the project’s configuration folder.
- For obvious reasons this is not something you should ever have enabled in production, so definitely a best practice to pull this in using the require-dev composer command