I have a suggestion for the weekly dev meeting on Thu Apr 10, 2025
Over in Zulip we've been discussing entity extensibilityin the context of some difficulties I've run into in the course of porting entity_translation over to Backdrop, namely around the removal of label callback
and the Drupal core function entity_language
. In Drupal those two things were extensible which the entity_translation
module made heavy use of while in Backdrop langcode
and label
are static properties (even though label()
is a method on the node class for instance, just returns $node->title
.
Recent comments
Thank you for providing the links to the Ckeditor 5 problem when using the gin theme that may occur after updating Backdrop to the 1.32.0 release, and the link to the new release of gin that...
Backdrop CMS 1.32.0 Upgrade Issues or Feedback
Here is a possibly related issue in the core issue queue: After upgrade from 1.31.1 to 1.32.0 update.php shows fatal errors and leaves site in maintenance mode https://github.com/...
Backdrop CMS 1.32.0 Upgrade Issues or Feedback
It sounds like a CSS/JS bug in the Layouts UI: when the "Add block" row is hidden with display:none, its help/description element isn’t being hidden together. 🔧 Things to try...
Add blocks filtering problem
It is an admin theme that's based upon the bootstrap 3. Maybe it's missing a piece to act as an admin theme?
Add blocks filtering problem
Thank you, Martin and Olaf! I had a feeling that there might be something out there already :) I will check all three options (I will look at porting modules) and report back which one...
Filter by text in "message" in /admin/reports/dblog