Password settings from user_form_process_password_confirm not translated
Password strength and password match texts on user edit always use the default language. This means that the strings have the wrong translation when editing a user in a language other than the default...
View ArticleFix Drupal.Semantics.FunctionTriggerError coding standard
Following from #2908391: Add a rule for expected format of @deprecated and @trigger_error() text we need to fix core to adhere to the two new coding standards.This issue will fix the @trigger_error()...
View ArticleDate field is not displaying correct value on a views with aggregation max/min
I have users and deliveries, in a view I need to display a list of users, last delivery date and number of deliveries per user. Adding aggregation to view works fine but max(field_delivery_date)...
View ArticleMove HTML classes from claro_preprocess_textarea to a template
Problem/MotivationHTML classes should be usually added in templates instead of preprocess functions.Proposed resolutionMove the HTML classes from the preprocess function to the template. The classes...
View ArticleMore Leftover Issues with Drupal 9
I have finally successful migrated my site from 8.9 to 9.0 after sacrificing legacy show stopper modules as follows:Backup_migrate (this is a famous module - it should be fixed soon)Business_Rules...
View ArticleCannot save translated nodes after upgrading to 8.8 due to invalid path
Hm. Perhaps I'm doing sth. wrong, but after upgrading a few sites to Drupal 8.8 I found that I cannot save newly translated nodes anymore. The error message is "Either the path '/node/[nid]' is invalid...
View ArticleUnreliable image editor widget in CKEditor
Problem/MotivationWhen an image is inserted to CKEditor field, it can't be edited under certain (unexpected) circumstances.Basic steps to reproduce (common to all cases bellow)Completely clear, minimal...
View ArticleMigrate messages from caught exceptions need file and line details
The MigrateExecutable class catches exceptions and turns then into messages for the migration.But in doing so, it loses information, as it only takes the exception message and not the place where it...
View ArticleSIP links in Views are relative links
I have emails in a field and i want to display them with Views, those emails will be used for skype Entreprise contact :So i use the REWRITE RESULTS to add the tag : And i get this :Skype The problem...
View ArticleCombined Fields Filter does not work with body summary
Problem/MotivationIt is not currently possible to use the views 'Combined fields filter' to search the 'Summary' value of a given long text field. When you add the long text field, the filter runs on...
View ArticleImplement a generic revision access API
Problem/MotivationAt present we don't have a generic entity API for determining revision support for operations such as:viewdeletereverteditNode module defines the following permissions:delete all...
View ArticleText field with multiple values overflows on narrow screens
Problem/MotivationWhen adding a text field with multiple values, the text field will overflow over its designated area on narrow screens (the minimum width this happens is 780px).Proposed...
View ArticleMenu and Path Module Issues
Admin area where users are able to make menu edit changes to menu links e.g. /admin/structure/menu/manage/main seem to break core functionality when appending the forward slash to node references. The...
View ArticleRemove unnecessary calls to drupal_get_path(), replace with __DIR__
Problem/Motivationdrupal_get_path() allows you to find the location of a module via the module name - this accounts for the different possible locations where a module could be installed ( contrib/,...
View ArticleImage fields not migrated on D7->D8 site
Doing a testing of migrating a D7 site to D8 using migrate_drupal_ui, the migration worked well with one unusual exception - the image fields were not migrated.
View ArticleList of books at "admin/content/book" doesn't show Unpublished...
The table currently only shows books that are published in the list. Ideally, I (and I'm sure a few others) would like this to show both published and unpublished books.
View ArticleViews exposed filters don't combine with contextual filters when using...
HI,I just noticed something while building a view and either I misinterpret what's happening or it's some kind of a bug. I searched for any relevant issues but couldn't really find anything.When you...
View ArticleAggregated entity fields cause SchemaIncompleteException
Problem/MotivationWhile working on #2976147: Create a sales report supporting daily, weekly, monthly, and yearly breakdowns., my tests failed due to configuration schema validation.Schema errors for...
View ArticleImprove description for file paths on the CredentialFrom
Problem/MotivationThis is a follow up to #2925899: MigrateUpgradeImportBatch does not use source_private_file_path & source_base_path correctly, making it impossible to have public & private...
View ArticleImprove indentation in hierarchical select lists
Punctuation is cool, we should use it and improve legibility of interfaces.BeforeAfterAffected Taxonomy select Menu parent select Book outline select
View Article