DRUPAL 8 installation issue
Hi cant able to access my manage in Drupal 8.Steps to reproduce : created a New Site in Wamp server , Config are Works fine after Config Completed. i can able To go to module or any admin manage Pages...
View ArticleDuplicate view copies the old view name and ignores the new one
This is a really minor bug, if you try to duplicate a view an input field gives you the option to alter the name. Once you've decided a fancy new name and click duplicate, you will see the next page...
View ArticleReplace hook_help() topic pages with config entities
Problem/MotivationCurrently, hook_help() has some funny logic in it. If your module's hook_help() responds to a $route_name set to "help.page.my_module_name", then it can provide a top-level topic,...
View ArticlePager attribute not relevant
I can not find the "title" attribute not relevant.For exemple :"Go to first page" becomes "Go to first page (@first/@total)""Go to page 1" becomes "Go to page @current of @total""Go to last page"...
View ArticleAllow image toolkit derivatives
Problem/MotivationIf you want to add functionality to an existing toolkit (e.g. extend image type support) you have to extend the toolkit and all it's operations (crop, scale, ...). For example, when...
View ArticleEnable specifying the collation when creating a database table
Can you specify the table collation when creating a table via db_create_table() (or hook_schema())? I didn't find any documentation (or issue) on this, but I hope it is possible? Otherwise, this is...
View Articlemissing example code for hook_field_attach_validate()
API page: https://api.drupal.org/api/drupal/modules%21field%21field.api.php/functi...This hook has no example code. However, there's a good example in one of the comments:...
View ArticleMenu/routing topic needs info on placeholders/controller args
API page: https://api.drupal.org/api/drupal/core%21includes%21menu.inc/group/menu/8Today I was going over this Menu and Routing topic on api.drupal.org with someone who was trying to port their D7...
View ArticleIncorrect type safe check in Entity::onUpdateBundleEntity() results too many...
Problem/MotivationThe method does a $bundle_of !== FALSE check. But it actually returns NULL, not FALSE if the bundle does not exist. That results in a $entity_manager->clearCachedFieldDefinitions()...
View ArticleThe deriver class should receive the decorated plugin discovery
Problem/MotivationSometimes, in the process of derivative discovery, when building the derivative list (in DeriverInterface::getDerivativeDefinitions()) the class must be informed also about the whole...
View Article[jQuery] $ is not a function
Hello, with drupal 8 I have this error : $ is not a functionHave you a solution to allow $ please ? Thanks.
View ArticleMake contextual module pass Coder Review
Part of meta-issue #1518116: [meta] Make Core pass Coder Review
View ArticleReplace help page layout CSS with reuseable layout classes
Problem/MotivationThe help page implements a custom two column layout in CSS.Proposed resolutionRemove the custom CSS and replace with the reuseable classes introduced in #2017257: Create generic...
View ArticleReview CommentManager::getFields() function signature/invocations
comment_entity_insert() says<?php if (... && $fields = \Drupal::service('comment.manager')->getFields($entity->getEntityTypeId())) {...
View ArticleMake #attached more prevalent in render api docs
I went to try and look for how to add css and js from the newb contrib module developers perspective in the API docs and couldn't find it. I think we need to update the render api documentation (which...
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 ArticleDocument tables.css with CSS comments
Problem/MotivationSee: #2293627: [meta] Document Human Interface GuidelinesRemaining tasks* Write the patch * Review the patch
View ArticleMove links classes from preprocess to templates
Move classes out of the preprocess functions and into the Twig templates. Use the addClass() attribute method to add classes in the template. Use the clean_class filter to filter class names, if...
View ArticleDe-obfuscate entity row language rendering settings in views
Problem/MotivationViews now have language settings per row on entity based views. This is great. We are proposing to add similar settings to field views in #2217569: Fields row plugin: Translation is...
View ArticleLet AggregatorItemViewsData and AggregatorFeedViewsData use EntityViewsData
Problem/MotivationWe do have a generic automatic views integration for entities, let's use it to safe some code.Proposed resolutionLet AggregatorItemViewsData and AggregatorFeedViewsData extend...
View Article