Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
system.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Mar 2010 at 18:12 UTC
Updated:
31 Dec 2015 at 00:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
xanoJust realised I forgot to attach screenshots.


Before:
After:
Comment #2
nvanhove commented"If toggled on, the following logo will be displayed".
There's no logo following, so the text should be changed.
Comment #3
xanoComment #4
Polonium commentedI rename description of logo settings.
Comment #5
dcam commentedSetting the issue status to Needs review will cause your patch to be automatically tested.
While I would normally do this for you, in this case your patch could use some additional work.
For one thing, I can't apply it. I'm getting a fatal error.
Second, lines 470 and 505 are changed unnecessarily. It's normal Drupal coding practice to put a comma after the last element of an array. I have no idea why the commas weren't included after the #description elements, but they can certainly be left in place on the lines that aren't being deleted.
Third, it looks like the descriptions are being replaced by whitespace, but I can't verify that because I can't apply the patch.
BTW, this doesn't apply to D8. All of these descriptions were removed from it.
Comment #6
valentine94Patch re-roll.
Comment #7
dcam commentedGood work, @Valentine94. That first description that's being changed should just be removed though. I don't know why it was being changed and not removed by the earlier patch.
Comment #8
valentine94First description fix.
Comment #9
epophoto commentedWe are testing the above patch out at #drupalconla
Comment #10
epophoto commentedTested at DrupalConLA in the mentored sprint and verified that the redundant descriptions are successfully removed.
Tested by epophoto and adriancotter
Comment #11
David_Rothstein commentedYeah, these are pretty repetitive, but it also seems like we're losing some important information here if we simply remove them, namely that "default" means "the one provided by the theme itself". In Drupal 8 the checkbox labels themselves were also changed to "Use the default logo supplied by the theme" and "Use the default shortcut icon supplied by the theme", presumably to address that... shouldn't we be doing that here too?
If we can find the Drupal 8 issue that did this change, that could be useful so we can "officially" backport it and also to make sure we're not missing anything else that was already discussed.
Comment #12
Richard Buchanan commentedFound the Drupal 8 issue dealing with these descriptions. Marking this as a duplicate of #1376166: Custom logo and favicon functionality inanely tries to support absolute local file paths, which is already tagged as needing a backport to Drupal 7.