Description of the need
The Available updates report at admin/reports/updates is not as complete as the Drupal 7 Available updates report.
Proposed solution
Ideally, the report should list all modules, themes, and layouts that have been enabled. Currently it does not. If a module is manually installed it does not appear on the Available updates report.
Also if in settings the checkbox "Also check for updates of disabled ..." is enabled, all of these should be shown and ideally below those that are enabled as Drupal 7 does.
I have browsed through the issues and there are several existing issues relating to this report so I will list them here, although some may now be outdated: #6207, #4515, #4575, #4642, #3303, #5176.
It's a little difficult to know where to begin. I think the priorities are:
- Show all enabled modules, themes and layouts on report regardless of how they are installed.
- When settings to show disabled is checked, show disabled modules, themes, and layouts at the bottom after the sections of those enabled.
- For each item show the current release and if there is a newer dev commit show that with dates for each. (Drupal 7 only shows this if a dev release is enabled).
Recent comments
In page.tpl.php you can get the current path and add it to the class array $classes[] = 'path-' . str_replace('/', '', $_SERVER['REQUEST_URI']); You will get an original class for each page....
Insert custom class into body tag
https://www.drupal.org/project/views/issues/1266388 shows that this is an architectural issue, and requires another 2 hooks being adjusted. It would be really nice to add comments/notes to...
node access
Hmmm, from D7 ancient tomes: from https://drupal.stackexchange.com/questions/7056/limit-which-roles-can-view-a-node-basing-on-its-content-type yet https://docs.backdropcms.org/api/...
node access