Quantcast
Channel: Issues for Drupal core
Browsing all 291604 articles
Browse latest View live
↧

Config API topic makes no mention of getEditable()

API page: https://api.drupal.org/api/drupal/core%21core.api.php/group/config_api/8This page is supposed to give you the basics of the Configuration API.It was apparently never updated after the...

View Article


edit-form, delete-form etc. <link> tags added on /node/{node} are...

Problem/MotivationNodeViewController adds all uri relationships it can find as <link>. But according to http://validator.w3.org/, that is not actually valid.Also, those links are printed for all...

View Article


Contextual filters: Taxonomy filter validation using multiple term names

hey there,as the title says i want to create a view for a catalog handling multiple arguments using term names. i really tried 100 different configurations using names. most times only the first...

View Article

Anonymous user object in twig has null timezone. Expected site default timezone.

Problem/MotivationWhen formatting datetime in twig and printing the timezone{{ datetime|date('g:i A T') }}An anonymous user has a null timezone and therefore twig timezone conversion gives unexpected...

View Article

file_destination() shouldn't rename the file if a directory with the...

Problem/MotivationI just came across a case in which an uploaded file had the same filename as a directory existing in the upload destination. This caused file_destination() to rename the file, what...

View Article


Add ability to select a timezone for datetime field.

Problem/MotivationIn Drupal 7 the Date module had the ability to store/select the timezone when entering a datetime field. This functionality did not make it into Drupal 8 core. This functionality is...

View Article

Uninstalling a module providing display extenders causes fatal errors

Just noticed something that could pose big problems as more modules come out that extend Views. If you define a Display Extender plugin in a module and enable it, then uninstall that module, you are...

View Article

Image may be NSFW.
Clik here to view.

Add Views support for entity reference fields that point to configuration...

This feature request was first discussed at Workbench Moderation's issue queue at #2652786: Provide a Views filter for moderation state. It's origin was that currently is not possible to filter content...

View Article


Views revision count

If this is VBO, feel free to move it.I would like to have a node revisions count (much like comment count).

View Article


Improve FileWidgetAjaxController

Follow-up to #2587755: AJAX error when using progress bar on file field widgetProblem/MotivationThe file module's FileWidgetAjaxController class is a bit ugly/messy. SolutionRefactor. Mostly drafted by...

View Article

Fire hook_field_load and hook_field_attach_load for fields when aggregation...

Problem/MotivationIf I use entity fields as output and enable grouping in some occasions I get notices about undefined indexes and broken field output. Some of these notices can be avoided by adding...

View Article

Update the UI texts for the Custom Block module

Problem/MotivationThe links on the administration pages of the Custom Block module, the Custom block library, do not fit with the page names. Those texts and links needs to be updated so that they are...

View Article

BlockContent::delete() should be preDelete() and needs to clear plugin...

Problem/Motivationdelete() is not guaranteed to be called, since it's just a shortcut for passing the entity to the delete() method of the entity storage handler.The code needs to be moved into a...

View Article


Views cache contexts are lost (and thus do not bubble) when rendering a...

Problem/MotivationThe 'url' cache context for views block displays is sometimes missing when it shouldn't be because \Drupal\views\Plugin\views\display\DisplayPluginBase::buildRenderable() only bubbles...

View Article

Database connectivity issues give unhelpful error message

If Drupal is unable to connect to a database server as defined in settings.php, it will throw an exception like the following:Unable to reach DB hostPDOException: SQLSTATE[HY000] [2002] No such file or...

View Article


Editing a view leaves old keys hanging, results in invalid schema

Problem/MotivationEditing a View's Field's Formatter and exporting the view's configuration does not show the changes to the Formatter.Steps to ReproduceFrom fresh install / db Go to...

View Article

Undefined $condition variable in...

I'm having an issue with the "Content: User has a revision (exposed)" filter using a standard node view.The error returned is: Notice: Undefined variable: condition in...

View Article


"Not Acceptable" for Taxonomy Terms via REST

I think we need a new test for getting taxonomy terms via the REST API.When you try to get a taxonomy term with an "Accept" header of application/json. you get the following error: {"message":"Not...

View Article

"Who can register accounts?" should be set to "Administrators...

It is easy to forget to change this to a more restrictive option "Administrators only" and not all sites are meant to be open to user registration. Since registered users have more options than...

View Article

AJAX WSOD when adding empty Relationship

I've the View with no relationships. How to reproduce the problem: 1. Edit existing View (or create a new one). 2. Add Relationship. 3. You should see the message: 'There are no relationships available...

View Article
Browsing all 291604 articles
Browse latest View live