Postponed
Project:
Drupal core
Version:
main
Component:
system.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2016 at 14:37 UTC
Updated:
27 Jun 2025 at 06:21 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
skaughtpatch includes '&' symbol for the following languages:
Source is Google translate (best source i could find). Accordingly, These are the only languages that do not use '&'
Comment #3
skaughtComment #4
skaughtComment #5
skaughtadding other example. as this element is used in a variety of spots. (ie: /admin/modules )
can be found by searching for
['list_style' => 'comma-list']Comment #7
skaughti have no idea why this test would fail against a CSS change. especially, considering it's looking for a drupal_set_message that isn't using a comma-list at all. i have to assume there something wrong with this test on it's own.
Comment #8
skaughtsimplytest.me test result on individual MigrateUpgrade7Test run on 8.1.1 (current release)

also:
Fatal error: Trait 'Drupal\Tests\SessionTestTrait' not found in /home/d0s72/www/core/modules/simpletest/src/TestBase.php on line 28
Comment #9
skaughtpasses manually run test. ???
Comment #10
skaughtjust linking
seems to be original issue for comma_list creation
Comment #18
anacolautti commentedI tried reproducing this issue in order to test the fix, but I can't. I don't understand how to trigger the error presented in the first screenshot.
In a Drupal 8.9-dev site (from 2021-Jan-20), I tried to enter incorrect values to the user edit form, but got three separated error messages that don't resemble the one in the screenshot:

Could someone explain how to reproduce this issue a bit more? Thanks!
Comment #23
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.
Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.
Comment #25
mstrelan commentedLet's wait for IntlListFormatter in PHP 8.5. Perhaps there will be a polyfill in the meantime.