Extension System, Part III: ThemeExtensionList and ThemeEngineExtensionList
Follow-up to #2208429: Extension System, Part III: ExtensionList, ModuleExtensionList and ProfileExtensionList, which provides new extension listing classes ExtensionList, ProfileExtensionList,...
View ArticleFilterCaption hard-codes allowed tags
Problem/MotivationThe FilterCaption plugin currently hard-codes which tags are allowed in image captions: // Sanitize caption: decode HTML encoding, limit allowed HTML tags; only // allow inline tags...
View ArticleImage style previews don't show when using a private file system
Problem/MotivationWith recent releases: e.g. 7.23, 7.24, a fresh install site will run into 403 access denied, when private file system is enabled.Steps to reproduce the issue: 1. D7.24 fresh install...
View ArticleAdd the ability to use a prefix for all the tables in a table mapping
Problem/MotivationOver a year ago in #2721313: Upgrade path between revisionable / non-revisionable entities, we added a TemporaryTableMapping class because we needed a way to generate a temporary/fake...
View ArticleImage uploads and module installs not working properly
Hello,I'm having several issues since my server was recently updated. When I upload an image to my website, it's not actually uploading to the server. This then causes a box with a question mark to...
View Articledomready firing too early with version 1.0.8
domready seems buggy as its firing to early so some of the attach behaviors doesn't run including Drupal.editorAttach and $autocomplete.autocomplete not working (about like every 3/4 load of the...
View ArticleMigrating URL aliases takes too long, processing slows down, does not...
Trying to migrate from Drupal 6 to Drupal 8. Running migration through UI.Source site runs Pressflow 6.44 LTSDestination site runs Drupal 8.5.6Source and destination sites are set to a PHP memory limit...
View ArticleTypeError when calling site admin/content after deleting a node because...
Problem/MotivationAfter doing some updates on our homepage we used the UI to delete a node we don't require anymore. When we go to /admin/content we get the following PHP error:[16-oct-2017] TypeError:...
View ArticleRemove i18n from d6 $noUpgradePaths
The module i18n is responsible for the i18n variable translations and is listed as the source_module in migrations using the VariableTranslation source plugin therefor it needs to be removed from...
View ArticleMigration lookup process plugin doesn't check validity of provided...
Currently the migration process plugin accepts any string or array of strings for it's migration value. This doesn't cause an error, just makes it hard to debug why your migration isn't working...
View ArticleMedia library does not work when Drupal is installed into a sub-directory
Steps to reproduce:Add media field to some content typeUpload some mediaOn node edit page click "Browse media" buttonOn media library dialog select some image and click "Select media" buttonThe image...
View ArticleImprove Umami Demo's header layout and responsive behaviour
The original responsive designs for Umami Demo's header attempted to make the header for mobile view intuitive and compact by providing only Search, brand and collapsed menu icon, vs the layout for...
View ArticlePoint "trusted host" doc link at alias
The "trusted host" warning on the status report links to https://www.drupal.org/node/1992030, which is a handbook page that is also aliased as...
View Article"Drupal" within module name
Hey,we are currently developing a new module for Drupal called "Drupal Content Sync": https://www.drupal.org/project/drupal_content_sync. My question is, are there any trademark restrictions in using...
View ArticleSet trusted host setting during installation
Currently, an out-of-the-box Drupal installation warns the user about the missing trusted host setting, which has to be manually edited in settings.php.To make the install experience a bit smoother, it...
View ArticleMedia entity in unpublished state can not be viewed by owner
Problem/MotivationI have just noticed that a Media entity in unpublished state can not be viewed by the owner which is weird. The only exception is when the owner has the "administer media"...
View ArticleAudit and improve focus styles across the Umami theme
Focusable elements across the site have these various focus style scenariosdefault browser focus style onlydefault plus Umami focus stylesUmami successfully overriding default focus styles Mac OS -...
View ArticleSecurity improvement for l() function
The issue was reported first on security.drupal.org where we agreed to fix it in the public queue. Members who suggested it: greggles, larowlan and mlhess. Problem/Motivationl() function does not strip...
View ArticleError in getCommentedEntityId when listing a view of comments with attachment
Problem/MotivationCreate comment type with attachment file field.Display the comment field in a view mode such a teaser or full content.Create a view renders entity with the view mode that has the...
View ArticleWrong value in SERVER_NAME of UnroutedUrlAssemblerTest
Documenting a chance find. In class UnroutedUrlAssemblerTest function setupRequestStack there is a SERVER_NAME variable that looks to have a wrong value.'SERVER_NAME' => 'http://www.example.com',...
View Article