Migrate D6 i18n taxonomy terms
Note: This is a clone from https://www.drupal.org/node/2225781 that deals with taxonomy vocabularies. This issue deals with taxonomy terms.Problem/Motivationi18ntaxonomy sub module adds two fields to...
View ArticleImprove 'administer content' permission description
Problem/MotivationIt took me a long time to figure out what the Node - Administer Content (internally known as administer-nodes) permission was for. Documentation for it elsewhere is scarce and IMHO...
View ArticleFix 'Drupal.Commenting.InlineComment.NotCapital' coding standard
Follow-up to #2572659: Fix 'Drupal.Commenting.InlineComment.SpacingAfter' coding standardPart of #2571965: [meta] Fix coding standards in core.ApproachWe are testing coding standards with PHP...
View ArticleProblem with the translatibility clue on details element
(Filling this as a followup to #2842064: Form widget shows HTML in label as plain text in the Entity Browser queue)Right now, ContentTranslationHandler::addTranslatibilityQueue is adding the...
View ArticleAdd context to system filters
The current filtering system is a global based filtering system such as filtering urls, converting \n to <p>, <br/> which is really good, but in doing some complex things such as quickly...
View ArticleError message on rest.settings single import
When I try to import a simple configuration I get an error "An error occurred while processing with arguments:" Steps to recreate, Enable the rest and basic_auth modules and then import the following...
View ArticleAdd duplicate term names prevention as a vocabulary option
Posted by xjmProblem/Motivation(From #1050466: The taxonomy index should be maintained in a node hook, not a field hook.)If a node has multiple taxonomy autocomplete fields that use the same vocabulary...
View ArticleAdd an 'admin css' option for layouts
In past versions of Panel layouts I have always used admin css feature. This was required as I need to provide a custom CSS file only in the admin section. This custom CSS file must not used in the...
View ArticleMissing schema entry for type file_link link_to_entity when used in a view
Create a content type with file field. Create a view and link the title to the file and not the content type. Exported view .yml file contains title: id: title table: node_field_data field: title type:...
View ArticleAdapt the "website encounted an error" message
Problem/MotivationAll of us know the nice "the website encounted an error" message during development. Sadly by default errors aren't shown, so you don't see anything here.Proposed resolutionOne nice...
View ArticleDiscover why gc_disable() improves update.php stability
Problem/MotivationFollow-up to #2828559: UpdatePathTestBase tests randomly failing. We added gc_disable() to update.php because it improved stability of running update tests on PHP5.5.We should...
View ArticleDefault message for linkNotExists and linkByHrefNotExists is wrong
Problem/MotivationIn Drupal\Tests\WebAssert, linkNotExists() and linkByHrefNotExists() default message are same as respectively linkExists() and linkByHrefExists(). public function...
View ArticleUniqueField doesn't work on NumberWidget Entity field
Problem/MotivationWhen creating an integer field as shown in http://drupal.stackexchange.com/questions/188367/how-to-add-uniquefield-... , the UniqueField constraint throws the following error: The...
View ArticleD6->D8 Core block migrations missing settings tests
Problem/MotivationThere are no tests for core block configuration settings like the "Who's online" block's "User list length" setting. There are 8 such settings (see the BlockSettings process plugin...
View Article[policy, no patch] Adopt a continuous API upgrade path for major version changes
Problem/MotivationSplitting this out from #2608062: [policy, no patch] Pre-requisites for opening Drupal 9 since it's a fairly large change from previous major release cycles.A couple of weeks ago I...
View ArticleTaxonomy vocabulary with name "Type" cannot migrate from d6 to d8
I have a Drupal 6 site with a taxonomy vocabulary that has a system name called "type".When I try to migrate the site to Drupal 8 the migration fails with errors.Upgrading d6_vocabulary_field Attempt...
View ArticleUntranslated menu items are displayed in menus
OverviewWe have a very nice translation system in place that is based on translating fields on entities. For many cases this work very well, but in some cases we need to special care. One of these...
View ArticleInstall new module exposes bug in UnroutedUrlAssembler.buildLocalUrl()...
Problem/MotivationInstall new module give AJAX error: 404 on /core/authorize.php/core/authorize.phpProblem exists on Nginx and PHP built-in webserver, but not with Apache.Steps to reproduce:0. Install...
View ArticleNot able to disable account cancel confirm e-mail
I'm trying to delete an account as a non admin user without sending a confirm e-mail to the target user. Though there is no setting in the general account form, there is one in user.settings.yml called...
View Article[policy] Decide and document how we deal with PHP version EOL
Problem/MotivationDecisions to drop support previous PHP versions have generally been taken on a one-off basis. Usually this has been tied to major releases, but not always (i.e. Drupal 6 dropped PHP4...
View Article