On firefox console type error
On firefox console. showing type errorTypeError: variable args redeclares argument
View ArticleResourceTestBase does not work for tests of non-entity resources
Problem/MotivationResourceTestBase is not usable out of the box for tests of non-entity resources. There are a number of problems one encounters:$this->serializer is declared but never...
View ArticleDeprecate dead code locale_translation_manual_status()
Problem/MotivationThe function locale_translation_manual_status() was a helper function for local_menu() that is no longer used anywhere in the D8 codebase. All hook_menu implementations have been...
View ArticleSQLite Drive Should Use COLLATE NOCASE
SQLite does case-sensitive searching unless you specify COLLATE NOCASE when creating the database schema, or include COLLATE NOCASE in the select clause. MySQL and Postgres are case-insensitive by...
View ArticleDocument that clock drift will cause lock system to fail
The timeout values used in the lock system rely on the local system time with the resulting timestamp being written to the semaphore table to be shared amongst processors in a web farm. Clock drift of...
View ArticleReplace all calls to db_merge(), which is deprecated
See #2848161: [meta] Replace calls to deprecated db_*() wrappers
View ArticleIncorrect documentation in WebTestBase was causing confusion.
Problem/MotivationWhen bug hunting, I looked to the documentation for the return type of WebTestBase::drupalGet() it was wrong.Looking at the code I found that it was not immediately apparent from the...
View Articleschema.inc file -- class DatabaseSchema has no class doc block
The file includes/database/schema.inc contains several classes.The first one in the file, abstract class DatabaseSchema, is missing a documentation block.There's a doc block at the top of the file but...
View ArticleReplace all calls to db_insert, which is deprecated
See #2848161: [meta] Replace calls to deprecated db_*() wrappers.Replace all usages of db_insert in core, except in code that is testing db_insert.
View ArticleMake current password field easier to notice
This issue is about making the current password field easier to notice, so users know how to change their email, password etc . Problem In our usability testing, participants struggled a lot with the...
View ArticleAdd jQuery Timepicker for the Time element of the datetime field
Problem/MotivationSome browsers don't support HTML5 time entry. A polyfill should be provided to improve UX.Proposed resolutionUse http://jonthornton.github.io/jquery-timepicker/ as a...
View ArticleMove unicode_requirements() to system module
Problem/Motivationunicode_requirements() is just a helper for system_requirements().Proposed resolutionMove or copy the logic to system_requirements().Deprecate unicode_requirements() for removal in...
View ArticleReplace all calls to db_update, which is deprecated
See #2848161: [meta] Replace calls to deprecated db_*() wrappers.Replace all usages of db_update in core, except in code that is testing db_update.
View ArticleStatistics module subtracts an empty string from an integer, causing PHP 7.1...
Apparently PHP 7.1 throws a warning when you try to subtract a string from an integer, and the Statistics module does that during cron runs. Fixing this should take care of all the remaining PHP 7.1...
View Articlefile_ajax_upload() causes malformed Drupal.settings
Problem/MotivationDuring the AJAX request a form may be rebuilt.If an element has attached Drupal.settings, it may be added twice (for the same identifier).Thus, when file_ajax_upload() merges these...
View Article/core/modules/statistics/statistics.php These pages use this blocked...
I have enabled `statistics` module and now the google bot is saying "Blocked Resources > http://www.tundriyal.com> /core/modules/statistics/statistics.php These pages use this blocked resource....
View ArticleLocalize url in menu
Hi,I'm loading a menu programmatically and building a renderable array then to display it.Here's how: $menu_tree = \Drupal::menuTree(); // Build the typical default set of menu tree parameters....
View ArticleAdd GUI to configure the site's logo alt and title attributes
Problem/MotivationWhen I add logo img to sites I don't get a ALT && Title field as I would get when adding an image_field to nodes.Proposed resolutionThus, it seems there is no simple GUI way...
View ArticleDuplicate full stop/period in dblog.views.inc
Small but niggling duplicate period in dblog.views.inc. It's the only item in the list that has a double period.See attached patch.
View Article