Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Sep 2013 at 08:46 UTC
Updated:
29 Jul 2014 at 22:56 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
klausiWe can add a changelog entry here as well, while we are at it.
Comment #2
jibranI like this RTBC for me let's see what @Crell has to say about this.
Comment #3
StuartJNCC commentedIf I apply the patch in #1, I get two groups called "WEB SERVICES" in the modules list:
The problem seems to be that in basic_auth.info.yml the line is:
package: Web serviceswhilst those added by the patch are:
+package: Web Servicesi.e. capital "S" on "Services". Easy to fix the patch, but should a minor case difference like this matter when the package names are forced into upper-case anyway before display?
Comment #4
webchickOh. That looks silly. :)
The standard is "Capitalize only the first word."
Comment #5
klausiRight, fixed that. Also moved the CHANGELOG fixes to the bottom.
Comment #6
garphy#5 is OK for me.

Comment #7
garphyI think that's an easy one.
Comment #8
StuartJNCC commentedOpened a new issue #2099299: Package labels in module .info.yml files are case sensitive for what I would consider to be the bug revealed here, that differences in case amongst the package labels cause the modules to be listed under separate, but identically named groups.
Comment #9
webchickCommitted and pushed to 8.x. Thanks!