Correct link text to composition tips to reflect actual content
There is link on issue edit pages below WYSIWYG fields reading "About text formats." It actually leads to the "Compose Tips" page. This lead me not to click it when seeking information on how to type...
View ArticleSegmentation fault in gc_collect_cycles()
Problem/Motivationhttps://www.drupal.org/pift-ci-job/670070 - https://dispatcher.drupalci.org/job/drupal_patches/15398/artifact/jenkin...Program terminated with signal SIGSEGV, Segmentation fault. #0...
View ArticleFinishResponseSubscriber: Need warning/error when headers exceed 16k
Drupal 8 can send HTTP headers up-to 16kb.https://www.drupal.org/docs/8/api/cache-api/cache-tagsDownstream systems are being updated to support this. If Drupal sends a request that exceeds 16k the...
View ArticleAdd support for rendering computed fields to the "field" views...
Problem/MotivationPossible follow up to #2845151: ContentModerationStateFormatter pretends it's for the moderated entity, but it is for the content moderation state entity. EntityField is not computed...
View ArticleFatal error: Call to a member function getFieldStorageDefinition() on array
I'm not exactly sure what is going on here but I've finally managed to find a way to reproduce this error consistently.Set upCreate a content type with an image fieldAdd an entity reference field that...
View Articledynamic_page_cache.module has an incorrect and misleading @file doc
Problem/MotivationThe interdiff in #2429617-278: Make D8 2x as fast: Dynamic Page Cache: context-dependent page caching (for *all* users!) changed dynamic_page_cache (then known as SmartCache) to cache...
View Articleupdate.php doesn't work when Drupal is installed in a subfolder and...
Problem/MotivationAn installation of Drupal has been placed in a subdirectory (/drupal) of webroot. The .htaccess file contains the RewriteBase directive to point to the subdirectory.RewriteBase...
View ArticleLanguage reference fields do not implemenet OptionsProviderInterface
While language reference provide a set of options to choose from, the field item does not implement the options provider interface. This makes it impossible for modules like Facets or Rules to use the...
View ArticleProblems with entity route auto-generation
Hi,I don't know if it is a bug, but when I send GET request to my custom entity, I received an error 500.The watchdog entry :Symfony\Component\Routing\Exception\RouteNotFoundException : Route...
View ArticleConvert \Drupal\views\Tests\ViewElementTest and...
Follow up to #2863267: Convert web tests of viewsConvert \Drupal\views\Tests\ViewElementTest and \Drupal\views\Tests\Plugin\StyleGridTest to kernel tests. Lets see if we can tackle both in the same issue.
View Article[regression] Soft reload does not clean up user inputs like in D7 (Firefox only)
Problem/MotivationThis one occurs only on Firefox on soft reload (ctr+r / cmd+r) and is it a regression issue as the problem does not occur in D7!Steps to reproduce:Add an new field to a node entity...
View ArticleOn firefox console type error
On firefox console. showing type errorTypeError: variable args redeclares argument
View ArticleChange the date format for the form display
Would be nice to be able to change the date format for the form display (when editing node). Currently in Drupal 8.0.1, you can only change it for manage display only (when node is viewed). Personally,...
View ArticleSerialize file content (base64) to support REST GET/POST/PATCH on file entity
Problem/MotivationFile entities and file/image fields do not currently work with the new REST GET/POST/PATCH/PUT operations.Proposed resolutionThe plan is to include file contents in base64-encoded...
View ArticleResourceResponse(Subscriber) + Dynamic Page Cache: making authenticated...
Problem/MotivationAfter #2807501: ResourceResponse::$responseData is serialized, but is never used: unserializing it on every Page Cache hit is a huge performance penalty was committed - which hugely...
View ArticleAllow @FieldType plugins to specify computed properties that should be...
Problem/MotivationLooking at #2626924: [PP-1] Expose TextItems'"processed" property when normalizingTo accomplish thisWe are adding 2 computed field properties to TextItemBase. Then we also have to...
View Article(needs documentation) Provide Locale support for jQuery UI
Problem/MotivationOriginally started as a request to add localisation to the jQuery UI datepicker, the issue is now targeted at fixing an error that remained in that addition: - Incorrect indexing of...
View ArticleIn Outside In mode, messages should appear in the off-canvas tray, not the...
Problem/MotivationWhen a user makes a change using the off-canvas tray and saves the message that the change was successful appears on the site page. This is a bit odd since the expected behavior of...
View ArticleReturn an empty array from \Drupal\Core\Menu\MenuTreeStorageInterface::save()...
Problem/MotivationIn #2302137: Improve performance when menu link value matches with the original value we implemented an optimisation to avoid doing unnecessary database updates if the new data...
View ArticleUnofficial content_moderation 8.2 to 8.3 upgrade path
Problem/MotivationAs @timmillwood and @alexpott have consistently warned, content moderation is experimental and has no upgrade path. Installing and using any experimental version of this module in...
View Article