Use EntityQuery for user autocomplete
User autocomplete uses a direct database query, it could just as well use EntityQuery, then it'd be compatible with alternative storage controllers. #1903684: User autocomplete using routes reminded me.
View ArticleBehavior of links in the details of modules in the extend page is different
Problem/MotivationSymptom: when command clicking on a mac on links in the details that are expanded on the modules extend page, the links do not open in another tab. Doing that on other links (like in...
View ArticleUnbreak and cleanup the autocomplete widgets
It seems that ER's autocomplete tags widget wasn't tested properly so currently you can't enter more than one entity in the autocomplete field.
View ArticleStandardize capitalization in watchdog: 'debug', 'error', 'alert', etc.
Follow up for #1785012: Standardize capitalization on actions for node operations: 'revert', 'view', 'edit', 'translate', 'delete'Problem/MotivationCase of strings in watchdog is not...
View ArticleAdd all views hooks to hook_hook_info()
It might be a good idea to implement all views hooks in views_hook_info implementation of hook_hook_info. Then they all have the option of living in the MODULE.views.inc file.This is also a good...
View ArticleAllow configuration system to recursively search directories
It would be cool if we had the option to provide sub directories in the /config directory for instance. Then we could structure and organise files a bit more. E.g. default views could live in...
View ArticleMove all configuration schema files into a schema subdirectory
Problem/motivationIn #1866610: Introduce Kwalify-inspired schema format for configuration the schema files were merged into one big file per module/theme on suggestion from @effulgentsia &Â moved...
View ArticleAllow the creation of stub entities for import
This came out of the REST G+ call today:When importing entities, you may need to reference an entity that would be importer later based on its position in the data. One potential way to handle this...
View ArticleIntroduction of a hook_file_unmanaged_delete() to invoke actions when files...
A hook_file_unmanaged_delete($patj) will make it possible to do actions when an unmanaged file has been deleted successfully.One good example could be when flushing the image style cache, for a site...
View ArticleNew user one-time-login link incorrectly states that email link will expire
When a new user clicks on the one-time login link that is sent by email, the user is taken to a page generated by user_pass_reset() that states:This is a one-time login for %user_name and will expire...
View ArticleOptimize dfac()/menu_router_rebuild() calls during a WebTestBase::setUp()
Looks we're currently calling that function 3 times during a test installation, _install_profile_modules_finished(), install_finished() and resetAll(). This results in 3 router rebuilds for every test...
View ArticleNode Permissions not active and I need help diagnosing
site is www.kodiaktkd.commany nodes are "Access denied" but both views (access all views) and node module permissions (access content) are checked. I tried rebuilding the permissions, clearing all...
View ArticleMake config_prefix always contain a trailing dot
ProblemMany (core) developers did not notice that the config_prefix of config entities does NOT contain a trailing dot and forgot it when listing/querying for all available config object names within a...
View ArticleDropbutton width is smaller than longest item
Problem/Motivationdropbutton cuts off long action item, either in the button or at the edge of the window.Actual text in 8.x core: "no translatable fields"simulated long text in another area:Also,...
View ArticleExclude config_* in file_scan_directory() to prevent security breach
As a result of #1914018: Configuration files under security risk I believe file_scan_directory() need to exclude the config_* folder in all cases. The nomask param need to be extended to remove all...
View ArticleProtect .yml files and config_* directories from prying eyes
As an outcome of #1914018: Configuration files under security risk I found that web.config is not protecting the folders sites\default\files\config_*.We may also need to review the match filters of...
View ArticleDo more user testing of contextual toggle and integrated in-place editing
Problem#1874664: Reconcile "Edit" toolbar option with local tasks (tabs) and contextual links for editing introduces a great new integrated interaction model that needs more eyes to look at it, not...
View ArticleInvalid argument supplied for foreach() in menu_unserialize() (line 400 of...
Warning: Invalid argument supplied for foreach() in menu_unserialize() (line 400 of /var/www/kwpkrakow/includes/menu.inc).I'm not sure what is the reason of this warning, probably it started to show...
View ArticleDashed outlines around contextual region should only appear upon hover/focus...
Problem/MotivationIn Drupal 7, the dashed outlines appear only when hovering the contextual gear or its links.In the current D8 HEAD, the dashed outlines appear as soon as you hover anywhere in the...
View Article[Policy, no patch] contextual.module's "edit/show pencils mode" Toolbar tab...
Problem/MotivationAt #1874664: Reconcile "Edit" toolbar option with local tasks (tabs) and contextual links for editing, "Edit mode" was moved from edit.module to contextual.module. Instead of being...
View Article