Talking Drupal
Today we are talking about the community working group, What they do, and how you can help with guests AmyJune Hineline, Mark Casias, and Matthew Saunders. We’ll also cover Drupal CMS Geo Images as our module of the week. For show notes visit: Topics Exploring the Community Working Group (CWG) Roles and Responsibilities within the CWG Conflict Resolution and Community Health Matthew's Journey and Joining the CWG Qualities and Experiences for CWG Members Identifying the Need for Cultural Sensitivity The Importance of Patience and Grace in Conflict Resolution Onboarding and the Role of the...
info_outlineTalking Drupal
Today we are talking about MCPs, AI Automators, and AI Agents with guest Marcus Johansson. We’ll also cover AI Ecosystem Recipe as our module of the week. For show notes visit: Topics Understanding Model Context Protocol (MCP) AI Automators in Drupal Creating Complex Workflows with Automators Simple and Effective Automator Use Cases AI Image Alt Text and Contextual Understanding AI Tagging and Content Management Introduction to AI Agents in Drupal Challenges and Future of AI Agents Real-World Applications and Future of AI in Drupal Proliferation of Orchestration Tools Resources ...
info_outlineTalking Drupal
In this episode, Martin sits down with Adam Boros, a passionate developer who shares his journey in the Drupal community. Adam discusses the importance of automation for small teams and recounts his experiences with Drupal's evolution from version 6 to the recent resurgence of enjoyment with Drupal 10. He introduces his innovative personal calendar builder created for DrupalCon Vienna, explaining its simplicity and the enthusiastic community feedback it received. For show notes visit: Topics The Fun of Drupal Over the Years Reconnecting at DrupalCon Vienna The Personal Calendar Builder...
info_outlineTalking Drupal
Today we are talking about The United Nations Open Source Week, Digital Public Infrastructure, and Digital sovereignty with guest Tiffany Farriss & Mike Gifford. We’ll also cover Local Association (EU Sites Project) as our module of the week. For show notes visit: Topics Drupal at the United Nations Open Source Week The Role of Open Source in Digital Governance Global Collaboration and Open Source Initiatives Challenges and Opportunities in Open Source Adoption The Role of Open Source Program Offices Understanding Digital Public Infrastructure The Importance of Digital Sovereignty...
info_outlineTalking Drupal
Today we are talking about AI, New Drupal Features, and the future of AI in Drupal with guest Jamie Abrahams. We’ll also cover Orchestration as our module of the week. For show notes visit: Topics Exciting Announcement: Object-Oriented Hooks in Themes The Drupal AI Initiative Canvas AI and Migration Challenges AI Powered Features and Future Directions AI's Role in Drupal vs. Other Platforms Human in the Loop AI in Drupal Canvas AI and Human Control Challenges with Customizability and AI Integration Transparency and Ethics in AI Modernizing Drupal's Core for AI Future of AI in Drupal...
info_outlineTalking Drupal
Today we are talking about AI News,Drupal Hooks, and Drupal 11. We’ll also cover Webform Scheduled Tasks as our module of the week. For show notes visit: Topics AI in News Anchoring Drupal Hooks and Themes Adoption of Object-Oriented Modules Challenges with Theme Hook Orders Understanding Hook Ordering in Modules Simplifying Hook Ordering with Drupal 11.2 Updating to Drupal 11: Considerations and Plans Exciting Features in Drupal 11 Drupal Orchestration and Integration New England Drupal Camp Announcement State of Drupal Work and Future Prospects Resources Hosts Nic Laflin - ...
info_outlineTalking Drupal
Today we are talking about Drupal for Designers, site builder certifications, and getting more designers in Drupal with guests Dave Pickett & Kelly Smith. We’ll also cover Sitewide Alert as our module of the week. For show notes visit: Topics Designing for Drupal: Challenges and Insights Site Builder Certification Journey Starting the Journey: Taking the Course and Exams Understanding Drupal: Post-Certification Insights Challenges and Complexities in Drupal Team Collaboration and Training Benefits Practical Applications and Personal Projects Preparing for the Certification Exam ...
info_outlineTalking Drupal
Today we are talking about Single Directory Components, Leveling up your skills, and How DrupalEasy can help with our guest Mike Anello. We’ll also cover Markdown Easy as our module of the week. For show notes visit: Topics Discussion on Single Directory Components Drupal Easy's Training Programs Light Bulb Moments in Learning Choosing Post CSS for Front-End Development Course Materials and Updates Course Structure and Student Engagement Introducing the Show and Tell Series Resources Dries blogs about Markdown Easy: DrupalEasy Show & Tell Ignore missing {% include...
info_outlineTalking Drupal
Today we are talking about Pantheon, Drupal AI, and How Google is getting into the mix with guest Josh Koenig. We’ll also cover AI Image Alt Text as our module of the week. For show notes visit: Topics Josh Koenig on AI in Personal Use Pantheon's AI Integration The Role of Proof of Concepts in Development AI's Impact on Proof of Concepts Challenges of AI in Production Case Study: Pantheon's Early Days The MVP Approach and Its Pitfalls AI in Technical Consulting Advising Clients on AI Usage AI Initiatives at Pantheon Enhancing Search with AI Challenges with AI-Generated Content Drupal AI...
info_outlineTalking Drupal
Today we are talking about the New Contribution Records System, how it’s changed, and what you may need to do differently with guests Fran Garcia-Linares & Tim Lehnen. We’ll also cover Config Notify as our module of the week. This episode is sponsored by For show notes visit: Topics Understanding the Contribution Record System Recent Changes and Migration Challenges Assigning and Displaying Contribution Credits Future Enhancements and Broader Contributions Collaborating on Commit Message Format GitLab Migration and Contribution Records Integration Challenges with GitLab Testing and...
info_outlineToday we are talking about te show itself. We’ll also cover Autosave Form as our module of the week.
For show notes visit:
www.talkingDrupal.com/434
Topics
- Update on the show
- Guest hosts
- MOTW Correspondent
- Newsletter
- Sponsorship
- Open Collective
- Content
- New content in 2024
- Expanding team
Resources
Hosts
Nic Laflin - nLighteneddevelopment.com nicxvan
John Picozzi - epam.com johnpicozzi
Stephen Cross - stephencross.com stephencross
MOTW
Correspondent
Martin Anderson-Clutz - mandclu
- Brief description:
- Have you ever wanted an autosave feature on your Drupal site’s forms, so content creators won’t lose their work if they accidentally close the window or lose power? There’s a module for that.
- Module name/project name:
- Brief history
- How old: created in Nov 2016 by Hristo Chonov of 1x Internet, who is also one of the organizers of Drupal Dev Days 2024 in Burgas
- Versions available: 8.x-1.4 which works with Drupal 9 and 10
- Maintainership
- Actively maintained, most recent comment less than 3 months ago
- Test coverage
- 38 open issues, 20 of which are bugs
- Usage stats:
- 6,414 sites
- Module features and usage
- Works by automatically saving the content of the current form every 60 seconds, though the time period is configurable
- When a user opens a form, if an autosaved state exists for that form a dialog will be shown asking if they want to resume editing or discard any autosaved states
- Once a form is submitted, any saved states will be automatically deleted
- Notionally it should work with both content entity forms and config forms, but the majority of development and testing has been with entity forms in mind
- The project page also mentions an issue with nested entity reference inline forms, and has links to relevant Drupal core issues
- Worth noting that this module uses AJAX to save the states to the Drupal database, separate from entity revisions
- If you want a solution that save form states into the browser’s localStorage instead, you can check out the Save Form State module, using the jQuery Sisyphus plugin