#drupal10 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #drupal10, aggregated by home.social.
-
New! Drupal 11: Migrating From Jadu Into LocalGov Drupal: Part 1
In this article we look at how the Jadu API is used to get hold of site content, and what we can do in Drupal to facilitate the migration of this content. We then look at a simple part of the migration as an introduction to the whole process.
https://www.hashbangcode.com/article/drupal-11-migrating-jadu-localgov-drupal-part-1
#drupal #drupal10 #drupal11 #migrate #jadu #hashbangcode -
New! Drupal 11: Migrating From Jadu Into LocalGov Drupal: Part 1
In this article we look at how the Jadu API is used to get hold of site content, and what we can do in Drupal to facilitate the migration of this content. We then look at a simple part of the migration as an introduction to the whole process.
https://www.hashbangcode.com/article/drupal-11-migrating-jadu-localgov-drupal-part-1
#drupal #drupal10 #drupal11 #migrate #jadu #hashbangcode -
New! LocalGov Drupal: Rewriting Waste Collection Data Provider Classes To Alter Data
In this article Phil goes through how to use the hook_data_provider_info_alter() hook to change waste collection data without needing to alter the way in which the underlying system works.
https://www.hashbangcode.com/article/localgov-drupal-rewriting-waste-collection-data-provider-classes-alter-data
#drupal #drupal10 #drupal11 #localGovDrupal #hashbangcode -
New! LocalGov Drupal: Rewriting Waste Collection Data Provider Classes To Alter Data
In this article Phil goes through how to use the hook_data_provider_info_alter() hook to change waste collection data without needing to alter the way in which the underlying system works.
https://www.hashbangcode.com/article/localgov-drupal-rewriting-waste-collection-data-provider-classes-alter-data
#drupal #drupal10 #drupal11 #localGovDrupal #hashbangcode -
From the archive! Drupal 9: Entity Bundle Classes
Drupal 9.3.0 came with a new feature called entity bundle classes. This allows more control of entity bundles within Drupal and provides a number of benefits.
In this article we look at creating entity bundle classes, why they are useful, if you should be using them in your Drupal projects.
https://www.hashbangcode.com/article/drupal-9-entity-bundle-classes
#drupal #drupal10 #drupal11 #drupalDevelopment #hashbangcode -
From the archive! Drupal 9: Entity Bundle Classes
Drupal 9.3.0 came with a new feature called entity bundle classes. This allows more control of entity bundles within Drupal and provides a number of benefits.
In this article we look at creating entity bundle classes, why they are useful, if you should be using them in your Drupal projects.
https://www.hashbangcode.com/article/drupal-9-entity-bundle-classes
#drupal #drupal10 #drupal11 #drupalDevelopment #hashbangcode -
Migrating your enterprise website to a new hosting provider with zero downtime and full support? What sounds like a dream can be your reality! 🥳
Discover how we did just this for Renesas and learn how, with the right preparation, communication, team skills, and custom solutions, a platform migration can be a strategic business opportunity! 💪
ℹ️ https://www.amazee.io/case-study/migrating-the-renesas-enterprise-hosting-platform
-
Migrating your enterprise website to a new hosting provider with zero downtime and full support? What sounds like a dream can be your reality! 🥳
Discover how we did just this for Renesas and learn how, with the right preparation, communication, team skills, and custom solutions, a platform migration can be a strategic business opportunity! 💪
ℹ️ https://www.amazee.io/case-study/migrating-the-renesas-enterprise-hosting-platform
-
New! Drupal 11: Using The Batch API To Process CSV Files
Part four in a series of articles about the Batch API in Drupal.
https://www.hashbangcode.com/article/drupal-11-using-batch-api-process-csv-files
#drupal #drupal10 #drupal11 #drupalDevelopment #hashbangcode -
Is the British Museum pages supposed to be this bad?
Search for "brewing beer Deir el-Medina" https://www.britishmuseum.org/collection/search?keyword=brewing&keyword=beer&keyword=Deir&keyword=el-Medina and go to the object with the museum number #EA5634 and and click on the link for copying the official address https://www.britishmuseum.org/collection/object/Y_EA5634
The address does not work!
#BritishMuseum #badwebsite #ostracon #Ramses2 #Drupal #Drupal10
-
Is the British Museum pages supposed to be this bad?
Search for "brewing beer Deir el-Medina" https://www.britishmuseum.org/collection/search?keyword=brewing&keyword=beer&keyword=Deir&keyword=el-Medina and go to the object with the museum number #EA5634 and and click on the link for copying the official address https://www.britishmuseum.org/collection/object/Y_EA5634
The address does not work!
#BritishMuseum #badwebsite #ostracon #Ramses2 #Drupal #Drupal10
-
Batch processing allows complex or time-consuming tasks to be split into smaller parts. In this article, understand the core Batch API and learn how to get set up with your first batch run. More articles about various aspects of the Batch API and how to use them to come! https://www.hashbangcode.com/article/drupal-10-introduction-batch-processing-batch-api #drupal #drupal10 #opensource
-
Batch processing allows complex or time-consuming tasks to be split into smaller parts. In this article, understand the core Batch API and learn how to get set up with your first batch run. More articles about various aspects of the Batch API and how to use them to come! https://www.hashbangcode.com/article/drupal-10-introduction-batch-processing-batch-api #drupal #drupal10 #opensource
-
New! Drupal 11: Batch Processing Using Drush
Part 2 in the current series on using the Batch API
https://www.hashbangcode.com/article/drupal-11-batch-processing-using-drush
#drupal #drupal10 #drupal11 #drupalDevelopment #hashbangcode -
Once you're ready to upgrade to @drupal 11, this 5-step checklist from @acquia will help you through the process with minimal fuss https://dev.acquia.com/blog/drupal-11-preparation-checklist #drupal11 #drupal10 #drupal #drupaldevs
-
Once you're ready to upgrade to @drupal 11, this 5-step checklist from @acquia will help you through the process with minimal fuss https://dev.acquia.com/blog/drupal-11-preparation-checklist #drupal11 #drupal10 #drupal #drupaldevs
-
New! Drupal 10: An Introduction To Batch Processing With The Batch API
This is the first part in a series of posts looking at the batch API.
https://www.hashbangcode.com/article/drupal-10-introduction-batch-processing-batch-api
#drupal #drupal10 #drupal11 #drupalDevelopment #hashbangcode -
In @drupal 10.3, there's a new way to assign permissions to users that goes beyond the traditional roles and permissions and allows the implementation of complex access control systems. In this blog post, @lussoluca explains how the new Access Policy API works and how to use it https://tech.sparkfabrik.com/en/blog/drupal-access-policy-demystified/ #drupal #drupal10
-
In @drupal 10.3, there's a new way to assign permissions to users that goes beyond the traditional roles and permissions and allows the implementation of complex access control systems. In this blog post, @lussoluca explains how the new Access Policy API works and how to use it https://tech.sparkfabrik.com/en/blog/drupal-access-policy-demystified/ #drupal #drupal10
-
New! Drupal 10: Adding Extra User Account Protection - A look at some techniques and modules to protect your Drupal users.
https://www.hashbangcode.com/article/drupal-10-adding-extra-user-account-protection
#drupal #drupalDevelopment #drupal10 #drupalSiteBuilder #hashbangcode -
"The Drop Times picked the brains of experts from the community to understand the trends shaping @drupal
future and how it's rising to meet the evolving needs of the web. Hear predictions from familiar faces like Alex Moreno Lopez, @ultimike
AmyJune Hineline, Ryan Szrama, and Fei Lauren https://www.thedroptimes.com/37231/drupals-innovation-and-future-2024-and-beyond-part-1 #drupal #drupal10" -
"The Drop Times picked the brains of experts from the community to understand the trends shaping @drupal
future and how it's rising to meet the evolving needs of the web. Hear predictions from familiar faces like Alex Moreno Lopez, @ultimike
AmyJune Hineline, Ryan Szrama, and Fei Lauren https://www.thedroptimes.com/37231/drupals-innovation-and-future-2024-and-beyond-part-1 #drupal #drupal10" -
Sales Solutions Architect Henk Beld has worked with @drupal since 2009, and he has much to say about its future. "The availability of sophisticated tools and streamlined processes for migrating to newer versions of Drupal is a game changer. They offer a clear, manageable pathway for site owners to leverage the latest technological advancements while reinforcing their commitment to Drupal." Read more in this @agiledrop interview https://www.agiledrop.com/blog/henk-beld-amazeeio-focus-marketing-integrations-next-generation-drupal #drupal #drupal10
-
Sales Solutions Architect Henk Beld has worked with @drupal since 2009, and he has much to say about its future. "The availability of sophisticated tools and streamlined processes for migrating to newer versions of Drupal is a game changer. They offer a clear, manageable pathway for site owners to leverage the latest technological advancements while reinforcing their commitment to Drupal." Read more in this @agiledrop interview https://www.agiledrop.com/blog/henk-beld-amazeeio-focus-marketing-integrations-next-generation-drupal #drupal #drupal10
-
I still do not understand why I would ever use #LayoutBuilder in #Drupal10. It seems like a step back to the old days when we were using html tables to lay out a page, rather than starting with semantic structure and then applying styling.
-
I still do not understand why I would ever use #LayoutBuilder in #Drupal10. It seems like a step back to the old days when we were using html tables to lay out a page, rather than starting with semantic structure and then applying styling.
-
Once a @drupal beginner, Senior @drupalassoc Developer Fran Garcia Linares' perspective has evolved over time. "When I started my Drupal journey, I only considered whether the solution was good for a client and their site. Now, I always think community-first because I know it benefits the client and their sites in the long run while helping the broader community." Read more about Fran's experience and his involvement in the Asociación Española de Drupal https://www.thedroptimes.com/interview/36840/technology-and-people-make-drupal-happen-fran-garcia-linares #drupal10 #drupal
-
Once a @drupal beginner, Senior @drupalassoc Developer Fran Garcia Linares' perspective has evolved over time. "When I started my Drupal journey, I only considered whether the solution was good for a client and their site. Now, I always think community-first because I know it benefits the client and their sites in the long run while helping the broader community." Read more about Fran's experience and his involvement in the Asociación Española de Drupal https://www.thedroptimes.com/interview/36840/technology-and-people-make-drupal-happen-fran-garcia-linares #drupal10 #drupal
-
Hello, world 😄 My utilities http://github.com/fgm/drupal_redis_stats for #Drupal10 and #redis and http://github.com/fgm/untilMongod for #mongodb just got new security and workflow updates with #Golang 1.22. Time to update !
-
Hello, world 😄 My utilities http://github.com/fgm/drupal_redis_stats for #Drupal10 and #redis and http://github.com/fgm/untilMongod for #mongodb just got new security and workflow updates with #Golang 1.22. Time to update !
-
If you're a top university considering @drupal, you'd be in good company. An analysis in the Drop Times indicates a strong correlation between university rankings and Drupal adoption. Notably, 80% of the top 100 universities utilize Drupal on at least one of their websites. See more of their findings --> https://www.thedroptimes.com/open/37075/drupal-usage-in-top-universities-worldwide-progress-report-and-seeking-support #drupal #drupal10
-
If you're a top university considering @drupal, you'd be in good company. An analysis in the Drop Times indicates a strong correlation between university rankings and Drupal adoption. Notably, 80% of the top 100 universities utilize Drupal on at least one of their websites. See more of their findings --> https://www.thedroptimes.com/open/37075/drupal-usage-in-top-universities-worldwide-progress-report-and-seeking-support #drupal #drupal10
-
@eaton is the creator of the Token module, the most installed module in @drupal. In this The Drop Times interview, Jeff discusses the module's 15-year evolution and its three "evolutionary leaps" https://www.thedroptimes.com/35909/genesis-and-evolution-token-conversation-with-jeff-eaton #drupal #drupal10
-
We're proud to be Silver Sponsors of Florida Drupal Camp, coming up February 23-25! The event will be three days of trainings, sessions, mini-sessions, and contributions with fellow @drupal professionals and enthusiasts in the community https://www.fldrupal.camp/ #drupal #drupal10
-
Now I remember way I blocked out working on a #drupal7 to #drupal10 #migration for a while. The hunt for workarounds for stuff is exhausting. #drupal
-
The creation of Single Directory Components in Drupal solves many problems today, says @idiazroncero. SDC provides a simpler mental model, better performance by default, validation, typing and useful errors, mandatory and enumerable props, and helps bridge the gap between Drupal's front-end and back-end. Read more in TheDrop Times https://www.thedroptimes.com/35914/component-based-design-using-single-directory-components-sdc-in-drupal #drupal10 #drupal
-
Time to revisit responsive images (and hard mode: responsive *background* images) in Drupal using the Breakpoints and Responsive (Background) Image contrib modules.
Last time I tried was Drupal 8, and now I'm going to try Drupal 9 (and maybe Drupal 10?).
-
Successfully upgraded a Drupal 9.5 site to 10.1!
Main issues, as always, were modules that wouldn't play nice, despite being verified as Drupal 10 compatible (sometimes because only a patch fixed it in D9, sometimes just not at all).
-
Absolutely livid that in order to upgrade a site to #Drupal10, I need to upgrade the Group module to version 2, and I need to spend my time having to figure out having to work around one dude's disagreement with how the basic #drupal core permission system works. https://www.drupal.org/project/group/issues/3310484#comment-14939238