drupal_check_profile() should not register a profile's modules with the...
drupal_check_profile() invokes hook_requirements() on all of its modules. Prior to doing this, it registers each module with the autoloader.As explained here...
View ArticlejQuery Autocomplete applies "_renderItem" option only for first...
Problem/MotivationIf you use more than one form element with autocomplete on the page and want to use html elements like strong, then you can't because the "_renderItem" option applies only for first...
View ArticleSymfony 2.8 requirements change: required PHP "iconv" extension is...
I just wanted to create a new comment on my test site and received the following error page:The website encountered an unexpected error. Please try again later.Error: Call to undefined function...
View Articlepermalink breaks in comment
Problem/Motivationpermalink breaks if a comment list starts a new page and the comment (permalink) is on the next page. Permalink then, always goes to the start of the first comment.Proposed...
View ArticleUpon incorrect PATCH requests to rest.module routes, unhelpful responses...
Problem/MotivationEnable REST moduleTry doing a GET request, that works: jQuery.ajax({ url: Drupal.url('node/' + nodeID) + '?_format=hal_json', method: 'GET', success: function(data,...
View ArticleAllow exposed-form-in-block for block displays
Problem/MotivationIt is possible to embed a view block to a page_manager display. But if we want better layout control, we would need to use exposed-form-in-block option, which is currently unavailable...
View Article[meta] Advanced search/view with advanced layout
Problem/MotivationIf want to build a page similar to the module search page, but with better layout control, say using page_manager...This is currently possible in D7, but needs some work in...
View ArticleLook into using Web Components for BigPipe
Problem/MotivationThanks to #2469431: BigPipe for auth users: first send+render the cheap parts of the page, then the expensive parts a lot of brilliant work has gone into implementing the Big Pipe...
View ArticleForward port tests for image_style_deliver can create invalid headers
Problem/MotivationForward port tests for image_style_deliver can create invalid headers from #1891228: image_style_deliver can create invalid headersChange record for changes in D8 for the...
View ArticleAllow exposed form to preserve URL query parameters
Problem/MotivationIf an exposed form is used on the same page with facets, it resets facet's URL parameters on each submit.Proposed resolutionAdd "Preserve query parameters from URL" option for the...
View ArticleDefault language is set on <html lang>, even when the page is not...
When I install Drupal 8 in English and set it to any RTL language, CKeditor stucks in LTR mode; The whole editor will appear flipped (and even right ctrl+shift won't change the cursor to the right, nor...
View ArticleDrupal 7.36 regression: hidden field textarea #default_value is ignored
Problem/Motivationform_type_textarea_value() behaves differently than form_type_textfield_value(), it does not ignore input that is set to NULL instead of FALSE. Example: if you have a body field on a...
View Articlesystem_update_7018() fails on sites using the Drupal 6 "jQuery Plugin...
I run update.php on my D6 database. Everything seems to work fine UNTIL I try to access the converted site. Then I get the following error:PDOException: ... Base table or view not found:...
View ArticleSystem Update #7018 Fails on Upgrade
I'm doing practice upgrades of a site running drupal 6.20 to drupal 7.0 I followed the directions in UPGRADE.txt to the word. Everything goes fine for a while, and when I get to the point of running...
View ArticleAdding new theme/module not possible anymore
Hey there, with the new version 8.0.5 I can't add new themes or modules anymore because the buttons in the administration panel disappeared.
View ArticleMargin on form-items in table rows
Classy puts a margin on form items, but not when they're in table rows. Why?This bites us in the Paragraphs module, where we render subforms inside responsive tables, and end up with no spacing between...
View ArticleAdmin menu: Rename "Search and metadata" to "Search and...
I think the most common use of this section is to configure URL aliases. Personally I don't feel "metadata" is a synonym for "URLs"If "metadata" is required to accomodate contrib modules, then I would...
View ArticleUse <mark> element for 'mark' theme hook
Current theme functionLocated in includes/theme.inc:<?phpfunction theme_mark($variables) { $type = $variables['type']; global $user; if ($user->uid) { if ($type == MARK_NEW) { return...
View ArticleUpdate throbber icon and use SVG
Problem/MotivationThe default ajax progress throbber icon looks poor on a retina display. You actually don't need retina to know this is true.Proposed resolutionRe-design and replace the outdated GIF...
View ArticleRuntimeException on composer up. Behat/Mink 'tests' cleanup are no...
Problem/MotivationAs we could see in the new 1.7.1 release of behat/mink https://github.com/minkphp/Mink/releases/tag/v1.7.1'tests' dir has been removed from archives generated by Github: Misc:Removed...
View Article