Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
theme system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Sep 2015 at 19:46 UTC
Updated:
29 Sep 2015 at 09:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
longwaveComment #3
joelpittetThanks @longwave, reviewed and I think you missed one, but actually everywhere else this is lower case in comments, so might as well lower case this too:
core/themes/bartik/css/components/site-branding.css
Comment #4
star-szrThanks @longwave!
This needs to happen in a new hook_update_N(), doesn't it?
Comment #5
longwave@joelpittet I wasn't sure of the standard to use in comments but I might as well entirely lowercase it there, fixed in the attached patch.
@Cottser I figured if it was committed soon enough after the parent then the small number of sites that upgraded in the meantime can live with the incorrect label? A new update hook will be more code than the entire rest of this patch.
Comment #6
hussainwebAddressing #3.
Comment #7
longwave@hussainweb: I think "site" should be lowercased in the comment, there is no need for it to be capitalised there - already done in #5.
Comment #8
longwaveReuploading #5, it was hidden before it could be tested and now I can't unhide it.
Comment #9
joelpittet@hussainweb I agree with #7, it's the same as the other instances in comments. Otherwise you need to change the other instances to that as well. Keep lower case. If you disagree feel free to un-RTBC.
RTBC #8
Comment #10
hussainwebAh, crosspost. I think #7 makes sense. I also think the comment in #5 is justified regarding the hook_update_N. It seems an overkill to write a new update hook for this. So, +1 to RTBC.
Comment #11
star-szrYeah I wasn't sure on the upgrade path policy seems like it's release to release now HEAD to HEAD so we should be good :)
Comment #12
alexpottNo hook_update_N - an existing sites config is their config - and they can change this label.
Committed 592fe44 and pushed to 8.0.x. Thanks!