Create a Language check Condition
Abstract the code from block visibility for language check to be a condition plugin.EclipseParent Issue:#1743686: Change notice: Condition Plugin System
View ArticleConvert file_get_mimetype() and LocalStream::getMimeType to use Symfony...
Symfony provides a wonderful and aptly-named 'MIME type guesser' class of MimeTypeGuesser. We should integrate our logic into a instance of MimeTypeGuesserInterface and use MimeTypeGuesser to get the...
View ArticleAdd support for the 'yml' file extension in file_default_mimetype_mapping()
If we wanted to create a managed YAML file, currently it is not assigned the proper MIME type mapping. We should add support for the 'yml' extension mapping.It is interesting to note that there isn't...
View ArticleCreate a generic Add Condition FormInterface component
With FormInterface in core, and conditions in core, we need a very minimal UI component that supports core/contrib by allowing adding & configuring condition plugins and exposing the internal...
View ArticleCreate a generic Edit Condition FormInterface component
With FormInterface in core, and conditions in core, we need a very minimal UI component that supports core/contrib by allowing editing the configuration of condition plugins and exposing the internal...
View ArticleAllow anyone to move issues to Drupal 9
I remember for Drupal 7 we allowed everyone to move issues to Drupal 8, this is a great way for sub-maintainers and others to manage the mass of feature requests.
View ArticleWarn user when trimming leading/trailing whitespace from password fields
Currently, Drupal silently trims leading and trailing whitespace from password fields ... which probably saves many more headaches than it causes. But if a user does try, for some reason, to...
View Article[Meta] Architect our CSS
Super rough outline:x Issue #: Rename old CSS constants to CSS_AGGREGATE_* and add new CSS weight constants. x Issue #: Add drupal.base library for base CSS styles. x Issue #: Remove...
View ArticleFix references to $update_free_access in UPGRADE.txt
UPGRADE.txt currently refers to the $update_free_access variable in several places, however in Drupal 8 this has changed to $settings['updatee_free_access'] so these references should be changed.
View ArticleViews UI gives no indication that you are editing a disabled view
In addition, we have no test coverage for the handling of disabled views, especially with the interaction of stale temp stores.And, we have code that checks to see if a display is disabled, but that...
View ArticleJavascript on reorder displays is missing.
.AttachmentSizeStatusTest resultOperationsreorder.png15.15 KBIgnored: Check issue status.NoneNone
View ArticleModify drupal_rewrite_settings() to allow writing $settings values
In #1833516: Add a new top-level global for settings.php - move things out of $conf we added the new $settings array for storing largely static values that only live in settings.php and are generally...
View ArticleAdd upgrade path for $settings
When #1833516: Add a new top-level global for settings.php - move things out of $conf was committed, none of the settings got an upgrade path. Not all of them need one, but a few do. This upgrade path...
View ArticleClean up comments in core .views.inc files
Follow up for #1912946: Clean up comments in comment.views.inc node.views.inc user.views.inc and comment #9Problem/MotivationComments are not meeting the standards: http://drupal.org/node/1354Proposed...
View ArticleConvert system_config_form() to implement FormInterface as a base class.
The current helper function system_config_form() we use to add to the form structure could instead implement the FormInterface, and be used as a SystemConfigForm base class that can easily be extended...
View ArticleUpgradePathTestBase does not detect "An unrecoverable error has occurred"...
While debugging https://drupal.org/node/1907960#comment-7084576, I found that verbose output on the testbot was displaying "An unrecoverable error has occured. You can find the error message below. It...
View ArticleField SQL classes need documentation cleanup
The Tables class in core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables has really bad documentation on its member variables and functions: - At least one variable is missing a...
View ArticleScrolling to the pager in Theme Seven not possible
On admin sites like user it is sometimes impossible to scroll to the pager. #overlay-content needs a padding-bottom.
View ArticleSmall bug in contact module configuration schema
ProblemThe configuration settings for contact module look like this:default_category: feedbackflood: limit: '5' interval: '3600'user_default_enabled: '1'The schema introduced however lists...
View ArticleAjax not working properly after 7.19 update + migration
Hi, Not sure the issue is core 7.19 related, as bug appends since update + migration. Though, I saw many modules facing js bugs after 7.19 update, so i ask you guys if you have some clue about the...
View Article