Talking Drupal #519 - DrupalCon Vienna

September 08, 2025

Today we are talking about DrupalCon Vienna, what we can expect, and any surprise updates with guests Cristina Chumillas, Antonella Severo, and Catherine Tsiboukas. We’ll also cover Recipe Tracker as our module of the week.

Listen:

direct Link

Topics

  • When is DrupalCon Vienna
  • What types of sessions will be there
  • Are there any unique formats or events we don't see at other DrupalCons
  • Splash Awards
  • Surprises from the Driesnote
  • Drupal Canvas
  • Additional Keynotes
  • Training
  • Social events
  • Tickets

Resources

  • Brief description:
    • Have you ever wanted to track what recipes, and their versions, have been applied to your Drupal site? There’s a module for that.
  • Module name/project name:
  • Brief history
    • How old: created in Mar 2025 by centarro, as part of the Commerce Recipe: Core, notionally the very first Drupal site recipe
    • Versions available: 1.0.0
  • Maintainership
    • Actively maintained: only one commit to the project repo
    • Number of open issues: none (ever)
  • Usage stats:
    • 207 sites
  • Module features and usage
    • After installing the Recipe Tracker module, every time a recipe is applied, the name and version of the recipe will be added to a new recipe log, along with the full package name of the recipe, and the user who applied it as well as the date and time it was applied
    • The module uses an event subscriber to generate a recipe log entity, so there should also be lots of API options if you want to extend how the logging works, for example using Drupal’s Entity API
    • This module was nominated by our own John Picozzi, so John, why don’t you kick off the discussion by telling us what inspired you to nominate Recipe Tracker?