Forms fail without errors
Hi everyone, I recently discovered a pretty big issue on my website: I cannot create new users with the admin interface. Users can still register through register form but I cannot create new ones.When...
View ArticleDetermine what services to register in the new Drupal class
Postponed on #1875086: Improve DX of drupal_container()->get().Over there, we had a lively discussion about the DX impact of things like...
View ArticleWarn users when a configuration update will overwrite local changes
In #1515312: Add snapshots of last loaded config for tracking whether config has changed we added the config snapshots, which make a copy of configuration at the time of an import. This allows us to...
View Articleuser_form_process_password_confirm() doesn't properly detect duplicate js...
I have a custom form that uses password_confirm element. During validation step, $form_state['rebuild'] is set, and so, the form is re-processed. When this element is re-processed, however, the...
View ArticleImprove button-link spacing on confirm form
Improve padding between Delete button and Cancel link for normal and wide screen widths. This is not an issue for mobile-sized screens as the links are on separate lines.AttachmentSizeStatusTest...
View ArticleAdd backtrace to all errors for D7
I would love to do this for D8 but I just can't so I've opened this for D7 it also has the fix for http://drupal.org/node/1158322#comment-7142840 albeit the fix is on D7 .Forgot to rename the file,...
View ArticleCombine uses add_where_expression needlessly
Is the add_where_expression in Combine::op_regex truly necessary? Wouldn't an add_where suffice?Assigned to dawehner only for the answer, I can patch it up as necessary. (Not that it's a complicated...
View ArticleTrying to get property of non-object in node_help() (line 135 of...
PHP error notice displayed when tried to edit a language version of node. Steps to reproduce this issue:Install fresh D8;Enable Content Translation module;Edit article content type;Enable translation...
View Articleseven_css_alter does not set the type
The google CDN hosts the jquery.ui.theme.css file here: https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/themes/base/jquery..... If one uses hook_css_alter and switches this type from file to...
View ArticleSpecial handling for setting the BreakpointGroup::breakpoints property during...
during config import, the BreakpointGroup entity's loadAllBreakpoints() method is called before the breakpoints property is populated with values from it's config object.the import code sets the...
View ArticleRemove jQuery deprecated function
save few bits.https://github.com/jquery/jquery/blob/master/src/deprecated.jsno UI manual test needed. It's identicallyAttachmentSizeStatusTest resultOperationsremove-deprecated-jquery-fn.patch1.35...
View ArticleToolbar's Shortcuts sub-bar looks silly in horizontal orientation
Chrome, OSX, "Edit shortcuts" is put below the shortcuts themselves, resulting in a double-height tray. In vertical orientation the edit link is aligned to the right, so seems like we should do that in...
View ArticleToolbar looks silly at 800x600 resolution
God forbid you ever need to demo Toolbar at this resolution, but I did at the Boston meetup earlier this week and unfortunately it looked like this. :PIt feels like we need to tweak the breakpoint so...
View ArticleConvert simpletest's system_config_form() to SystemConfigFormBase
Subissue of #1924990: [meta] Convert all of system_config_form() to SystemConfigFormBase.
View ArticleConvert statistics's system_config_form() to SystemConfigFormBase
Subissue of #1924990: [meta] Convert all of system_config_form() to SystemConfigFormBase.
View ArticleMissing parameter for hook_language_fallback_candidates_alter
Heya,I think the function language_fallback_get_candidates() has a $type parameter but isn't used anywhere inside the function. Patch attached to clean it up.
View ArticleConvert update's system_config_form() to SystemConfigFormBase
Subissue of #1924990: [meta] Convert all of system_config_form() to SystemConfigFormBase.
View ArticleConvert menu.module's system_config_form() to SystemConfigFormBase
Subissue of #1924990: [meta] Convert all of system_config_form() to SystemConfigFormBase
View ArticleConvert locale's system_config_form() to SystemConfigFormBase
Subissue of #1924990: [meta] Convert all of system_config_form() to SystemConfigFormBase.
View ArticleReplace drupal_container->get() with Drupal::service()
Since #1875086: Change notice: Improve DX of drupal_container()->get() using drupal_container() is depcrecated.
View Article