Proxy exceptions are disregarded if they contain upper-case characters
I noticed this issue whilst trying to connect the site to a Solr instance hosted on AWS. The site goes through a proxy, so of course I had to add an exception for the AWS box. For ease of use, I...
View ArticleReplace the "Primary menu" component with a reusable component in...
Follow-up to #1342054: [META] Overhaul Bartik's code.Problem/MotivationBartik's template files need to be assessed and cleaned up of redundant markup, bad formatting and ID's.Bartik's CSS files need to...
View ArticleUse a consistent name for the aggregator module throughout core
Problem/MotivationIn modules, it is called "Aggregator", but in Content management it is called "Feed aggregator". It would be better if the terms matched. Likewise other modules.Proposed...
View Articletaxonomy_select_nodes() should be language aware
Right now the taxonomy term view page callback list content without taking into account language. That seems like a bug and is pretty straight forward to correct it.
View ArticlePager doesn't display right ellipsis if there is only one page left
Steps to reproduce:- On a clean Drupal installation, use the "Devel generate" module to create 100 nodes of type "Story". - Go to admin/content/node and make sure all nodes are promoted to the...
View Articleundefined function db_table_exists being called during site build in user.module
We use profiler to build our Drupal sites and have been having a recurring issue with the user module throwing the following error during installation:PHP Fatal error: Call to undefined function...
View ArticleReplace confirm password field with show/hide functionality
Problem/MotivationIt's more useful to show the user what they are typing instead of asking them to type it twice:http://www.lukew.com/ff/entry.asp?1653= (2012)http://www.lukew.com/ff/entry.asp?1941...
View ArticleEnsure that ConfigImport is taking place against the same code base
Problem/MotivationIt is important that we people sync configuration is done against the same codebase in both the target and source instance. People have been surprised that you can't sync...
View ArticleKiller feature: Fieldable Fields in core
webchick and I were discussing the progress of #301071: Remove profile module from core, and were wondering if "fieldable fields" would be a better direction. One of the issues is dealing with profile...
View Article[PP-1] Provide a route provider for add-page/add-form and collection of entities
Problem/MotivationSub / sibling issue of #2350509: Implement auto-route generation for all core entities and convert all of the core entities.Proposed resolutionProvide a route provider for...
View ArticleRedirect comment form to current page, when form is in block
Problem/MotivationIf a comment-form is attached to a block, the redirect after submission is wrong - it points to the page "block/[block-id]/2#comment-x - instead of the current page.
View ArticleRemove .js class from core
Sub-issue of #2412945: Determine which additional asset libraries should be in the critical path/loaded i/t header (core/drupal, core/dropbutton).The .js class: - is not used very much - only a couple...
View ArticleTerm field widget "Autocomplete" not saving terms with a name of...
I found that the "Autocomplete term widget (tagging)" field widget does not save the referenced term, if the name of the term is "0". This applies to both cases, in which a term with such a name does...
View ArticleScheme-relative URL rejected by validation
Try to add a menu item with a scheme-relative URL (for example, "//drupal.org/").Actual result: "The path '//drupal.org/' is either invalid or you do not have access to it."Expected result: the menu...
View Articlecontent_translation_page_attachments() should check for a canonical link...
Problem/MotivationIt is currently impossible to translate a content entity using the Content Translation module that does not provide a canonical link template.That is because...
View ArticleEmail address of user 1 is placeholder-for-uid-1 during tests, which is not a...
In Drupal 8, in the function WebTestBase::setUp() sets up user 1 to have rational values:<?php // Define information about the user 1 account. $this->root_user = new UserSession(array(...
View ArticleTaxonomy term submit assumes that the value is being provided by a multi...
Taxonomy terms submit handler checks for<?phpif ($current_parent_count == 1 && isset($form_state['values']['parent'][0])) {?>If the parent field has been to set to multiple = FALSE via a...
View ArticleExtensionDiscovery::getProfileDirectories() explicitly skips parent...
ProblemExtensionDiscovery::getProfileDirectories() explicitly skips the simpletest parent installation profile processing in the installer, which seemingly defeats the entire purpose of that...
View ArticleRole Field Validation Error During "Add a role to the selected...
Role field validation error not working during "Add a role to the selected users..." action.
View ArticleInconsistent check between \Drupal\Core\Render\Element::children() and...
It strikes me odd that both functions are performing supposedly identical operation, however both are doing it differently when it comes to identifying whether a form element has a valid child...
View Article