Replace deprecated usage of entity_create used with variable entity types...
Follow-up to #2490966: [Meta] Replace deprecated usage of entity_create with a direct call to the entity type classProblem/MotivationAccording to #2346261: Deprecate entity_create() in favor of a...
View ArticleConvert ViewKernelTestBase to use KernelTestBaseTNG
The new KernelTestBase is a really good idea....However it is proving too easy to shake the tree and let problems fall out #2553245: KernelTestBase uses a disallowed constant in calls to trigger_error...
View ArticleView: Aggregator Sources incomplete
The view "Aggregator Sources" appears to be incomplete. It outputs all feed sources when one visits the url "aggregator/sources," but if one looks at the link url in the "aggregator" feed it appears as...
View ArticleFiner-grained book controls
Collaborative book writing is the single most important thing that drew me to Drupal.As our intranet DrupalSite grows, we quickly outgrow the book and moderation permissions. What is...
View Article[policy, then infra] Bulk update core issues for relevant minor versions
Problem/Motivation(Filing in the core queue for now, although we will eventually want to create individual issues for d.o. From a couple discussions with @alexpott, @catch, and @xjm.)During the Drupal...
View ArticleAllow longer usernames displayed as links.
Problem/MotivationCurrently usernames as links are trimmed when over 20, to 15 + 3 periods.Proposed resolutionTrim when over 30, to 29 + an ellipsis character. Use a constant for trimming length as...
View ArticleCreate a better way to manually update a fields schema
Problem/MotivationIt can be extremely difficult to update an entity with existing content. See #2641828-5: Convert choices to a separate entity typeProposed resolutionImprove the Developer Experience...
View ArticleDo not copy over the owner and engine of a theme if the child theme uses a...
When you are using a different theme engine than php-template in your sub theme that extends a base theme that uses php-template, the system module copies the engine and owner of the base theme over in...
View ArticleRestrict migrate upgrade permission to user1
Anyone with the permission "administer software updates" can perform upgrade. This is creating a lot of issues in the WebTest.This ticket is to discuss if the upgraded should be restricted to user1
View ArticleConvert aggregator feed output to a view
The aggregator module as a core extension of Drupal still hides much of its functionality behind custom code. This severely limits its usefullness and appears to be a situation that could be easily...
View ArticleMake Tracker recognize node revisions
There seem to be a few shortcomings of Tracker when it comes to working with node revisions.First, I think that if a node has been modified, the "Recent Content" page should list the person who made...
View ArticleBringing back the Drupal 7 block system with a small change
Hello all Drupalers: I think the Drupal 7 block system is simpler and preferred over the new more complicated Drupal 8 block system.Drupal 7's one is more swift and sound: Create and put in the same...
View ArticleDrupal 8's custom Image and Link plugins do not include a HiDPI icon
Problem/MotivationWhen the CKEditor module landed, CKEditor did not yet support HiDPI ("Retina") screens. Then, they added support for that. But our custom Image and Link plugins were never updated to...
View ArticleMake migrations themselves plugins instead of config entities
Problem/MotivationAs argued in #2462233: Migrations should not use the configuration entity system migrations should not use the config system. Now I agree they should not be config but instead should...
View ArticleField referencing a user doesn't pass validation
See the attached test.EDIT: I tried this only in test. Is it possible that I forgot to add something to the test?
View ArticleDrupal 7.43 regression: When an anonymous user submits a form with an...
Originally reported in #2675170-19: Drupal 7.43 makes file upload component fail for anonymous user but appears to affect Drupal core. To reproduce using the Standard installation profile:1. Allow...
View ArticleOnly emit Quick Edit data- attributes when actually necessary
Problem/MotivationFields get wrapped with yet another layer of divitis for anonymous users when quickedit is activated.ex:Proposed resolutionDont wrap anything with quickedit if a user dont have acces...
View ArticleJS exceptions are thrown each time a multiple-valued text field with a...
Set cardinality of the node body field to e.g. 8. Go to node/add and try to rearange the body field items. Before releasing a field item, hold it for 1-2 seconds. Watch how JS expcetions are being...
View ArticleAllow users with access to unpublished nodes to create unpublished books
Problem/MotivationIt is currently not possible to create unpublished book pages as children of another unpublished node page: unpublished pages do not appear in the Parent combo of the node creation...
View Article[META] DateTime Module Improvements
After all of the work that was done to get the DateTime into core, for various reasons, improvements to the module didn't progress at the same rate as the rest of 8.0.x. As a result, there are some...
View Article