Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Sep 2015 at 17:15 UTC
Updated:
20 Oct 2015 at 18:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jhodgdonApparently this needs to be "rc deadline" because it changes translatable UI text strings. See https://groups.drupal.org/node/484788
Comment #3
jhodgdonI took a look through the System module help page, vs. the list of pages that System provides.
So about half of the items on the list are actually the "category" pages on Configure, like "Search and meta-data" or "Development". These do not need to be covered in the hook_help() (the help About section does say it provides the basic admin menu structure anyway).
There are a few pages that are not covered, which System provides:
- admin/config/development/logging - logging and error settings
- admin/config/regional/settings - regional settings
- admin/config/services/rss-publishing - RSS publishing settings
- admin/reports/status - status report
So. RSS settings are probably irrelevant and probably going away on another issue. We should not talk about them anyway because at a minimum the settings are now unused, so it's a useless page even if it doesn't get removed.
Regional settings and logging settings - the help has this:
So I think we can be OK not mentioning logging or regional settings.
But the status report is probably a good thing to mention... It is referred to in the Cron section but I think that is not enough. Here is a patch.
Comment #4
wim leersLooks great!
Comment #5
webchickNice catch. Looks good.
Committed and pushed to 8.0.x. Thanks!