Problem/Motivation

Want a list of useful Admin Status plugins and whether or not they should be implemented as part of this module.

Proposed resolution

Add the list of possible plugins here:

  1. Message if there are any warnings/errors on the /admin/reports/status page (core)
  2. Message if there are database updates needed (core) (this is subset of 1st item)
  3. Message if cron has not run in more than 1 day (core) (this is kind of a subset of 1st item)
    • Is there a good way to allow each plugin to have its own config/settings form so the form can be part of the bigger settings form or a child page?
    • Would this already show up on the /admin/reports/status page?
  4. Message if there are any watchdog logs with level of WATCHDOG_EMERGENCY, WATCHDOG_ALERT, WATCHDOG_CRITICAL, or WATCHDOG_ERROR in the last day (core / dependency = dblog)
    • Ideally, levels could be configurable
    • Ideally, time period could be configurable
  5. Message if there are any unmoderated comments (core)
  6. Message with the last time the super user (uid=1) logged in (core)
  7. Message if there are any Features modules that are not in default state (dependency = features)
  8. Message if there is any workbench content that is ready for review (dependency = workbench_moderation)

Remaining tasks

  • Create the list (above)
  • Create issue for any that will be added to the module

User interface changes

N/A

API changes

N/A

Data model changes

N/A

Comments

Kristen Pol created an issue. See original summary.

kristen pol’s picture

Issue summary: View changes
kristen pol’s picture

Issue summary: View changes
kristen pol’s picture

Issue summary: View changes
kristen pol’s picture

Version: » 8.x-1.x-dev
Issue summary: View changes
kristen pol’s picture

Issue summary: View changes
kristen pol’s picture

Title: Create list of Admin Status plugins » Create list of possible Admin Status plugins
Issue summary: View changes
kristen pol’s picture

Issue summary: View changes
kristen pol’s picture

Issue summary: View changes
kristen pol’s picture

Issue summary: View changes
kristen pol’s picture

Title: Create list of possible Admin Status plugins » META: Create list of possible Admin Status plugins