You are here

README.txt in Update Status Advanced Settings 6

Same filename and directory in other branches
  1. 7 README.txt
The "Update status advanced settings" module extends the administrative
interface for Drupal core's "Update status" module. It provides
additional configuration options on the "Settings" tab of the
"Available updates" report, located at: admin/reports/updates/settings

  Administer >> Reports >> Available updates >> Settings 

These advanced settings allow site administrators fine-grained control
to ignore certain projects on the available updates report, even when
a newer version is available. Administrators can also choose to ignore
a specific recommended release of a given project.

A more appropriate name for this module might be "Update status
advanced noise filter", since that's really what it does -- it lets
administrators filter out noise in their available updates report so
that they can focus on the signal of important updates they should
know about.

There are many reasons why an administrator might need to ignore a
certain "noisy" project and/or a specific version. For example:

- The administrator has made local modifications to a module, and does
  not wish to be notified about newer releases all the time.

- The maintainer of the module is not very careful, and frequently
  puts out releases that the site administrator does not wish to
  upgrade to.

- The maintainer might have released a newer official version which is
  incompatible with other modules that the site is depending on. For
  example, perhaps the site cannot upgrade to CCK version 5.x-1.5,
  since that breaks compatibility with specific CCK field modules in
  use on the site which the administrator cannot upgrade yet.

- The maintainer of the module might have released a new official
  version with known bugs and the administrator does not wish to upgrade.

If the site administrator chooses to ignore a project or specific
release of a project, there is a text area to optionally enter a note
indicating why. If this note is defined for a project


Send feature requests and bug reports to the issue queue for the
Update status advanced settings module:
http://drupal.org/node/add/project_issue/update_advanced


Written by: Derek Wright ("dww") http://drupal.org/user/46549

Inspired by similar functionality in the "Update status" module for
Drupal version 5.x in the contributions repository, by Earl Miles and
Derek Wright (http://drupal.org/project/update_status).

File

README.txt
View source
  1. The "Update status advanced settings" module extends the administrative
  2. interface for Drupal core's "Update status" module. It provides
  3. additional configuration options on the "Settings" tab of the
  4. "Available updates" report, located at: admin/reports/updates/settings
  5. Administer >> Reports >> Available updates >> Settings
  6. These advanced settings allow site administrators fine-grained control
  7. to ignore certain projects on the available updates report, even when
  8. a newer version is available. Administrators can also choose to ignore
  9. a specific recommended release of a given project.
  10. A more appropriate name for this module might be "Update status
  11. advanced noise filter", since that's really what it does -- it lets
  12. administrators filter out noise in their available updates report so
  13. that they can focus on the signal of important updates they should
  14. know about.
  15. There are many reasons why an administrator might need to ignore a
  16. certain "noisy" project and/or a specific version. For example:
  17. - The administrator has made local modifications to a module, and does
  18. not wish to be notified about newer releases all the time.
  19. - The maintainer of the module is not very careful, and frequently
  20. puts out releases that the site administrator does not wish to
  21. upgrade to.
  22. - The maintainer might have released a newer official version which is
  23. incompatible with other modules that the site is depending on. For
  24. example, perhaps the site cannot upgrade to CCK version 5.x-1.5,
  25. since that breaks compatibility with specific CCK field modules in
  26. use on the site which the administrator cannot upgrade yet.
  27. - The maintainer of the module might have released a new official
  28. version with known bugs and the administrator does not wish to upgrade.
  29. If the site administrator chooses to ignore a project or specific
  30. release of a project, there is a text area to optionally enter a note
  31. indicating why. If this note is defined for a project
  32. Send feature requests and bug reports to the issue queue for the
  33. Update status advanced settings module:
  34. http://drupal.org/node/add/project_issue/update_advanced
  35. Written by: Derek Wright ("dww") http://drupal.org/user/46549
  36. Inspired by similar functionality in the "Update status" module for
  37. Drupal version 5.x in the contributions repository, by Earl Miles and
  38. Derek Wright (http://drupal.org/project/update_status).