Password reset request limited by role
It would be outstanding if the request new password functionality was limited by user role. This would allow administrators to have configurations where roles with high levels of permissions need a...
View ArticleRemove effects from ImageInterface
Part of #2105863: [meta] Images, toolkits and operations being the 1st issue in the next sequence:PriorityIssue1.1#2103635: Remove effects from ImageInterfaceAssigned to: catch1.2#2110499: Unify the...
View ArticleComment link or form is added to print view mode.
Updated: Comment #NProblem/MotivationOn pages like https://drupal.org/book/export/html/1388470 the string 'Add new comment' is added by the comment module when having a config of...
View ArticleInclude theme print stylesheets in Book printer friendly export
The book module should really have the capability to pull in the print stylesheets from the active theme. Right now it is hardcoded in book-export-html.tpl.php to only pull in misc/print.css and...
View ArticleChange the name of the sidebar regions to something more semantic
Why do we still use names like "Sidebar"?For example in a responsive layout the side bar drops below the main content on a phone and turns in a "Below Bar".I think we need to think up a other name for...
View ArticleField types must use as provider its own module instead of Core when are...
Updated: Comment #14Problem/MotivationOnce selecting "Select list" or "Checkboxes" as form mode for entity_reference, it displays the following error when trying to display the widget: Fatal error:...
View ArticleDisplay comment op links (delete, edit, reply, approve + contrib) via JS to...
Problem/MotivationAfter #1991684: Node history markers (comment & node "new" indicator, "x new comments" links) forces render caching to be per user the situation for comment render caching got...
View ArticleChange notice: All configuration values are stored as strings
ProblemLots of integers, Booleans, and even octal numbers in config object files, but all of them are converted to strings.GoalResearch whether it is feasible to remove the enforced type-casting to...
View Articledisabling field through #states does not render properly
<?php$form['myradio'] = array( '#type'=> 'radios', '#title'=> t('Enable or disable field below'), '#options'=> array( 'FALSE'=> t('Disabled'), 'TRUE'=> t('Enabled')...
View ArticleIntroduce error handling to in-place editing; if an AJAX request to commit...
Problem/MotivationSteps to reproduceApply the attached patch, break-it--break-it-good.patchOpen a node for in-place editing by activating the quick edit link from its contextual links.Change the...
View Articleinteger list fields store keys as strings if there are leading zeros
This issue was originally found and reported for D7. See https://drupal.org/node/2044135When creating an integer list field, if you manually add keys that have leading zeros, then the keys get stored...
View ArticleIntroduce a 'pane' component to visually group form items
Problem/MotivationThe design of an open fieldset has been tweaked to match the principles of the new Seven Style Guide.This styling was prototyped in the Seventy Eight sandbox.Proposed resolutionIn the...
View Articleadmin?destination=admin Not Found The requested URL /admin was not found on...
Hi! I have been having this issue with both Drupal 5.16 and 5.x-dev. I am unable to edit any users as admin from http://www.sitename.tld/user/x/edit where x is the uid being edited. After changed are...
View ArticleConvert menu link SQL queries to the Entity Query API
Part of #2068325: [META] Convert entity SQL queries to the Entity Query API . See the parent issue for details.
View ArticleString translation does not honor language fallback
Problem/MotivationD7 introduced great feature: language fallback that was used for entity translation. Unfortunately this feature was used only for entity translation. A contributed module was created...
View ArticleAdd a web.config to the several directories similar to the .htaccess file
Currently IIS users get a web.config in the root of Drupal that tries to make Drupal behave well on IIS, but the files directory doesn't get the same treatment. It would be great for Drupal to create a...
View ArticleImage Field style update
Problem/MotivationAs well as #2113931: File Field style update , the Style Guide proposed an Image Field variant.Proposed resolutionWe made a design for the image upload field, we imagine a small...
View ArticleSupport RDFa output in date formatter
Problem/MotivationThe date field currently hard-codes a dc:date in core/modules/datetime/lib/Drupal/datetime/Plugin/Field/FieldFormatter/DatetimeDefaultFormatter.php:126. We need to support the RDF...
View ArticleAdapt moveChildren function to match its interface
The call to moveChildren() from menu links storage controllers passes both $entity and $entity->original when only the $entity is required according with its interface.
View ArticleUndefined index: version_major in update_calculate_project_update_status()
After update Drupal 7.23 to 7.24 After checking for updates an error has occurredNotice: Undefined index: version_major в функции update_calculate_project_update_status() (строка 621 в файле...
View Article