View inside core modal doesn't refresh correctly when reopened
Hi there,I've run into the following bug. When using a view with exposed filters in a modal (ajax enabled for the view), the exposed form stops working when closing and opening the modal again. Hitting...
View ArticleCrawlers hitting /%20 can replace the home page with a 404
Problem/MotivationWhen using the IIS web server, Drupal core is caching the 404 page not found error page, if the URL referrer has a space (or %20) at the end. EG. https://example.com/%20Can't be...
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 ArticleImprove the Views integration for DateRange fields
Follow-up to #2161337: Add a Date Range field type with support for end dateProblem/Motivationdatetime_field_views_data() performs some nice improvements for the Views integration for datetime fields,...
View ArticleImageItem normalizer should expose all public image style URLs
Problem/MotivationThis is a sister issue of #2517030: Add a URL formatter for the image field and #2825487: File entity should expose the file URL as a computed base field. The former issue solved it...
View Articleclass docblock is badly worded and could use more detail
API page: https://api.drupal.org/api/drupal/core%21modules%21language%21src%21Elem... * Provides language element configuration. This doesn't make much sense.It should say that this class defines an...
View ArticleCorrect typos in DefaultConfigTest.php
A couple of comments have words, that though spelled correctly, that are not grammatically correct.
View ArticleUserTimeZoneTest fails on PHP 7.0.x-dev and 7.1.x-dev
Problem/MotivationE.g. https://www.drupal.org/pift-ci-job/620182Failing tests:User.Drupal\user\Tests\UserTimeZoneTest✗ testUserTimeZone fail: [Other] Line 67 of...
View ArticleInvalidArgumentException "Field is unknown" when accessing a static...
On my very basic Drupal installation (default theme, Croatian/Bosnian/Serbian languages, AddToAny and Social Media Links block extensions) after upgrading from 8.2.6 to 8.3.0-rc1 or rc2 I get:Got error...
View Articletwig debug feed confilict
hi when i active twig debug form services.yml my rss pages not load correctly - because rss fields edited by debugger to un normal xml like this:Arbain, ArbaÃn, Arba&TO<!-- THEME DEBUG...
View ArticleBulk form - paged selection
When working with a view, spread over multiple pages, it is, as far as I know, not possible to select items from several pages and then apply one action to all these items. This issue has been reported...
View ArticleProvide a simplified UI to support current responsive image standards
Follow-up to #2334387: UI changes to support current responsive image standardsProblem/MotivationAlternative approach: what is we provide 2 edit screens, a basic to define the sizes and an advanced one...
View ArticleRemove inset shadow from counter icons on system status page
Problem/MotivationOn the newly redesigned system status page, the counter icon boxes have a slight inset shadow that only appears at the top. No other parts of the page have the same shadow, so it...
View ArticleImage styles not generate image when clean urls are activated
Hi!I'm stumbling in an issue with Image module, an issue that I've never had in other site I made with Drupal 7.x. When clean URLs are activated, no image with a style are generated. If I load an...
View ArticleFix spelling errors in Drupal core comments
Problem/MotivationSpelling errors/typos throughout PHP comments in core. Proposed resolutionList of words corrected (by Vaplas using PhpStorm built-in spellchecker). NB: not a full grammar...
View ArticleAdd constraint that enforces unique content_entity_type_id and...
Problem/MotivationFollow-up to #2725533: Add experimental content_moderation module. Add constraint that enforces unique content_entity_type_id, content_entity_id and...
View Articleall methods in SelectionInterface() are missing @param docs
API page: https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!EntityRefe...None of the methods in this interface document their parameters!
View ArticleProvide a mechanism for a module to restrict the allowed layouts it can use
Problem/MotivationThanks to adoption of the Layout API, all layouts defined for a site will be available to all modules utilizing those layouts.For example, on a site using both Page Manager and...
View ArticleDetails and Accordion
Problem/MotivationRestyle the details and accordion elements based on the Proposal: A Style Guide for Seven.Motivation is discussed in more detail in the style guide.The file and image fields,...
View ArticleConfig entities implementing EntityWithPluginCollectionInterface should ask...
Problem/MotivationWhen a config entity implementing EntityWithPluginCollectionInterface is reacting on dependency removal, it should ask the plugins from the collections if they want to take some...
View Article