EditorMediaDialog notice, undefined index: data-view-mode
Problem/MotivationAfter spinning up media on 8.8.0 and attempting to use it w/ the CKEditor plugin, I noticed that I could insert images just fine, however, I was unable to adjust anything (view modes...
View ArticleDefaultSelectionDeriver has obsolete code comments
Problem/MotivationThe file core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php defines the class Drupal\Core\Entity\Plugin\Derivative\DefaultSelectionDeriver, but the...
View ArticleBase table or view not found: 1146 Table 'drupal.path_alias'...
After upgrading to 8.8 i keep getting errors related to path_aliasDrupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal.path_alias' doesn't...
View ArticleAdd js message theme override to match Umami message markup
Problem/MotivationMessages can be added with js using Drupal.Message, see: https://www.drupal.org/node/2930536but the markup output does not match Umami's...
View ArticleModerationStateFilter unecessarily joins the content moderation state filter...
Problem/MotivationWhen adding multiple moderation state filters, the content_moderation_state table is joined multiple times unnecessarily drastically effecting performance .One might want to add...
View ArticleConfig management(import) crashes when module has been removed
We are struggling with an issue where config management doesn't allow a CIM if a module has been removed.Below is the workflow to replicate this,We have a develop, master and tagged releases workflow....
View ArticleAllow themes to declare dependencies on modules
Problem/MotivationParsing .info files for dependency information is already implemented on the modules administration page. Adding support for the same dependencies in theme.info files, and...
View ArticleFatal errors while loading/building orphaned comments
(Technically, this is not comment.module. I guess.)Problem/MotivationSuppose a comment is orphaned - e.g. its parent comment has somehow disappeared. Then the Drupal standard installation gives a...
View ArticleProperly deprecate DRUPAL_USER_TIMEZONE_* constants
Problem/Motivation#2807785: Move global constants from *.module files into interfaces deprecated a bunch of constants but it did not actually replace their usage. We should do this. This issue handles...
View Article\Drupal\Core\Config\FileStorageFactory::getSync() should throw a more...
Discovered in #2466197: Staging directory should not have to be writeable.Problem/Motivationconfig_get_config_directory() just throws a \Exception when the config directory type does not exist - that's...
View ArticleRemove BC layer from \Drupal\Core\DrupalKernel::getInstallProfile()
Problem/Motivation#2156401: Write install_profile value to configuration and only to settings.php if it is writeable added a BC layer to read the install profile from settings.php instead of...
View ArticleRemove support for importing pre-8.3.x revision tables in view entities.
Problem/MotivationDrupal 8.3 moved the revision metadata for revisionable entities into the proper database tables. This causes a problem for views config entities exported prior to the table change,...
View ArticleGeneralize TaxonomyIndexTid filter to be available for all entity reference...
Problem/MotivationOne major piece of functionality from the D7 Entity Reference module was left out entirely in #1801304: Add Entity reference field: the ability to render exposed views filters as a...
View ArticleReplace assertEquals() overrides in PHPUnit Kernel, Functional and...
Coming from #2742585-102: Deprecate dangerous assertTrue/False() compatibility overrides in PHPUnit Kernel, Functional and FunctionalJavascript tests:@mondrakeHow about deprecating also the...
View ArticleCanonical taxonomy term link for forum vocabulary is broken
Problem/MotivationCurrently rendering of canonical taxonomy term link for forum vocabulary is broken and have no test coverage.To be more consistent with the object-oriented architecture need to...
View ArticleToolbar height calculation is faulty in multiple cases
Problem/MotivationThe admin toolbar applies a padding to the top of the body element that should be equal to its height.However, with the following scenarios, the height calculation is...
View ArticleConvert update.compare.inc into a class
Problem/Motivationcore/modules/update/update.compare.inc contains 1 method, update_process_project_info() that is called from outside of the file.update_calculate_project_update_status() is over 300...
View ArticleThe update module should recommend updates based on supported_branches not...
Problem/Motivation#3074993: Use "current" in update URLs instead of CORE_COMPATIBILITY to retrieve all future updates we are switching to a new XML feed from drupal.org that provides supported_branches...
View ArticleNo node content displayed
When creating new content, only the title is displayed. Already uninstalled modules, which could cause this problem. Body is turned on in content type display. When displaying Teasers with views, you...
View Article