Allow user to customize views block instance machine name
Updated: Comment #0Problem/MotivationThis is a followup for #1998582: Auto-generate machine_name for Views Blocks using [viewname]_[displayname] rather than forcing manual entry. In that issue, we...
View ArticleAdd an option to machine name elements to increment with a delta instead of...
Updated: Comment #0Problem/MotivationMachine names are by their nature unique, so they typically have validation to ensure a duplicate machine name does not already exist. However, when the machine...
View ArticleSet appropriate labels in the user entity base field definition
Problem/MotivationCurrently UserStorageController::baseFieldDefinitions() (/core/modules/user/lib/Drupal/user/UserStorageController.php) uses the label "Name" for different base field definitions....
View ArticleDrop menu_uri() in favour of uri() method
Problem/MotivationIn case of menu module disabled the Menu entity gets default uri from Entity (EntityInterface) ::uri()Proposed resolutionDrop menu_uri() and implement uri() method in Menu entity
View ArticleWith an RTL language active, an undefined index error is thrown on a text...
Problem/MotivationWhile testing #2018913: Vertical tab styling for tabs should not be applied when JavaScript is disabled and no tabs are present, we ran into this error on the Full HTML text format...
View ArticleMultiple parents values are not selected in parent terms multi-select
Note: The only parent that seems to have an issue is rootSteps to reproduce: 1. Create a vocabulary with two terms (A & B), both in root. - A - B 2. Make B a child of A AND a child of root. Save. -...
View ArticleFix referring to the wrong issue in breakpoint.module
Various comments in breakpoint.module and breakpoint.install erroneosly refer to #1813100: Allow different naming schema for yaml files while they should point to #1813110: Introduce a function "is it...
View Article'open_basedir = On' throws exception - drop support?
Followup of: #1959062: Check safe_mode = Off requirement earlyAt the moment an exception is thrown on page load when the php open_basedir security setting is activated.We have to discuss aboutWhether...
View ArticleMake datatype callback handling more flexible
Problem/MotivationDatatype callbacks are used to convert a field value to a specific format for machine processing. For example, the date_iso8601 callback transforms a date to its ISO8601...
View ArticleFormatting not displayed
Steps to reproduceInstall Drupal 8Configure the wysiwyg editor so you can add h4 and h5 using menu item "format"Create a piece of contentFormat something with H4 or H5Save the articleWhat I would...
View ArticleBad redirect after trying to cancel users
Hi!I need some help with something that I don't quite understand why it's happening now, after using my drupal site for a while.When I try to delete (cancel) a user, I get redirected to a non existant...
View ArticleUnable to add formatting in source unless the corresponding wysiwyg menu item...
Steps to reproduceInstall Drupal 8Create an articleWrite something, then click "source" (before saving)Add the html tags for H4 around a piece of text - in my case, I replaced the <p> tags with...
View ArticleAllow the "With selection" label on bulk operation to be configured
At some point the bulk operations label was changed from "Operations" to "With selection".That label isn't very intuitive, but also is hardcoded in the handler itself.We should expose that in the...
View ArticleWrong link to admin pages after succesful update
Had to run update.php to test a patch. Database upgrades succesfull. The final screen with link back to administration pages, that link takes me back to the start of update.php. Should probably be...
View ArticleImprove admin/people view
Follow up to issue #1851086: Change notice: Replace admin/people with a ViewAdd exposed filters for username, email and number of items per pageAttachmentSizeStatusTest...
View ArticleAdd First and Last name to user profile
Add First and Last name to user profile on user/xx/edit pageAttachmentSizeStatusTest resultOperationsScreen Shot 2013-06-14 at 3.41.32 PM.png176.42 KBIgnored: Check issue status.NoneNone
View ArticleRandom failures due to non uniqueness of randomString() and randomName()
We rely on chance to ensure that drupalCreateRole and drupalCreateUser do not fail if called multiple times in the same test. This is a bad idea.
View ArticleUpdate image module description (in yml) mention that an image field is provided
The image module description is as follows:description: 'Provides image manipulation tools.'We should probably mention that there's an image field, too, no?
View ArticleCreate Drupal::languageManager for improved DX
At the moment we have very few usages of Drupal::service('language_manager') throughout core, but as soon as #1862202: Objectify the language negotiation system lands this number will explode, AAMOF...
View Article#children not populated when utilizing custom theme function in #theme for...
To reproduce this bug:In a custom module:Implement hook theme registering a my_module_radios function.Create a form utilizing radios.Populate the options array of the radiosSet the #theme value of the...
View Article