You are here

README.txt in Update Status Advanced Settings 7

Same filename and directory in other branches
  1. 6 README.txt
The "Update Status Advanced Settings" module extends the administrative
interface for Drupal core's "Update Manager" 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.

--- IMPORTANT NOTE ---

Although this works for the "Available updates" report, it DOES NOT WORK
for the Update Manager itself, which lets site administrators automatically
upgrade all projects that have available updates.  For now, sites relying
on the Update Manager should not use the Update Status Advanced Settings
module.  For more information, see:
https://drupal.org/node/1951408

----------------------

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:
https://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 (https://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 Manager" 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. --- IMPORTANT NOTE ---
  11. Although this works for the "Available updates" report, it DOES NOT WORK
  12. for the Update Manager itself, which lets site administrators automatically
  13. upgrade all projects that have available updates. For now, sites relying
  14. on the Update Manager should not use the Update Status Advanced Settings
  15. module. For more information, see:
  16. https://drupal.org/node/1951408
  17. ----------------------
  18. A more appropriate name for this module might be "Update Status
  19. Advanced Noise Filter", since that's really what it does -- it lets
  20. administrators filter out noise in their available updates report so
  21. that they can focus on the signal of important updates they should
  22. know about.
  23. There are many reasons why an administrator might need to ignore a
  24. certain "noisy" project and/or a specific version. For example:
  25. - The administrator has made local modifications to a module, and does
  26. not wish to be notified about newer releases all the time.
  27. - The maintainer of the module is not very careful, and frequently
  28. puts out releases that the site administrator does not wish to
  29. upgrade to.
  30. - The maintainer might have released a newer official version which is
  31. incompatible with other modules that the site is depending on. For
  32. example, perhaps the site cannot upgrade to CCK version 5.x-1.5,
  33. since that breaks compatibility with specific CCK field modules in
  34. use on the site which the administrator cannot upgrade yet.
  35. - The maintainer of the module might have released a new official
  36. version with known bugs and the administrator does not wish to upgrade.
  37. If the site administrator chooses to ignore a project or specific
  38. release of a project, there is a text area to optionally enter a note
  39. indicating why. If this note is defined for a project
  40. Send feature requests and bug reports to the issue queue for the
  41. Update status advanced settings module:
  42. https://drupal.org/node/add/project-issue/update_advanced
  43. Written by: Derek Wright ("dww") http://drupal.org/user/46549
  44. Inspired by similar functionality in the "Update status" module for
  45. Drupal version 5.x in the contributions repository, by Earl Miles and
  46. Derek Wright (https://drupal.org/project/update_status).