Rename layout classes to follow the layout style naming convention
Problem/MotivationAdopting the naming conventions defined at "CSS codings standards for Drupal 8" to layout classesProposed resolutionThe layout classes core applies to the body tag should be updated...
View ArticleUsers could not find the Change password fields
Updated: Comment #38 See details about the Usability Study at http://groups.drupal.org/node/163894This issue contains suggestions and attempts to modify the display of these to fields to make it clear...
View ArticleRemove 'Theming information' feature from Views in favor of twig_debug
Updated: Comment #0Problem/MotivationWhen grepping to determine the scope of #2049207: [Follow up] Replace .tpl.php with .html.twig in documentation it was determined that the "Theming information"...
View ArticleModal style update
Problem/MotivationWe currently have no real styling for the modal in core, it was placed in with little to no styling. We propose to align this styling with the overlay, #1953374: Implement Seven style...
View ArticleAdd test coverage for Field API Number
We've had some recent WSODs and critical validation errors on core Field API widgets:#557932: Taxonomy term field autocomplete widgets never validate, always lose values.#557924: Options widget...
View ArticleAdd a technique for loading SVG images in HTML that degrades to PNG
We have a few issues that need to implement SVG images in HTML. We already defined a good process for CSS in #1963886: Use HiDPI icons in the toolbar but we still haven't agreed a good way to do this...
View Article"Re-run tests" form action broken
The Re-run tests button in the Simpletest UI unfortunately got broken by #1938926: Convert simpletest theme tables to table #typeAttached patch fixes it + additionally cleans up the test results page...
View ArticleRemove classList.js from CORE
the classList.js (1.84KB) only used in active-link.js.and Only used 2 simple function:activeLinks[i].classList.add('active');activeLinks[i].classList.remove('active');It can replace with:// add...
View Article"Edit" link on Shortcuts should go to links list not title
In D7, if you click the "edit shortcuts" link on your Shortcuts bar, it takes you to the list of shortcut links, which seems very logical to me.In D8, if you click the "edit shortcuts" link, you are...
View ArticleMake check for out of date project update information more robust for sites...
This is a follow up issue to the locale #1627006: Collect project information for translation updatecore/modules/locale/locale.compare.inc has a check to see if the project information might be out of...
View Articleno test for user password reset test
AFAICT, there is no testing on D7 of the user password link functionality.UserPasswordResetTestCase tests:- the user can request a reset link - an expired reset link fails - an incorrect login attempt...
View ArticleUpdate JS lib: matchMedia
Remote: https://github.com/paulirish/matchMedia.jsmatchMedia is written with debounce feature now.- reduce dependencies & added "matchmedia.addListener" ( sometimes, it only need matchMedia )
View ArticleUserPasswordResetTest::testUserPasswordReset() is bogus
The UserPasswordResetTest::testUserPasswordReset() is bogus, since the drupal_get_hash_salt() uses a different $databases array to create the salt.On the first request the databases connection does not...
View ArticleInteger field accepts non-integer values with client-side validation...
Problem/MotivationThe Integer field will accept integers between a given minimum and maximum value. A validation error is thrown if the number falls outside this range.But the field does not validate...
View Articlemenu access check fails silently
see https://drupal.org/node/2208203 for more infothe isssue is that the menu system silently fails and grants access if an access function cannot be found. There should be a watchdog entry or just a...
View ArticleAllow per-bundle overrides of field definitions
Updated: Comment #NProblem/MotivationRight now, entity fields can optionally only exist on certain bundles but the same fields can not differ between bundles. Configurable field instances can have...
View ArticleRemove theme_form_required_marker() from the theme system - use CSS instead
Issue #2152217 by steveoliver, joelpittet, hussainweb, shanethehat, jenlampton, kpa, AnythonyR, EVIIILJ, kgoel, Cottser, dsdeiz, hanpersand: Convert theme_form_required_marker() to TwigTaskConvert...
View ArticleChange record updates: Rename Fieldinterface and FieldInstanceInterface
Split up from from #2095303: Rename 'field_entity' to 'field_config' and 'field_instance' to 'field_instance_config'We can keep working in the same branch - field_config_entities_rename-2095303
View ArticleRemove unused local variables from core/includes/menu.inc
core/includes/menu.incUnused local variable $actions (line 1885)Unused local variable $current (line 2005)
View Article