You are here

README.txt in Update Status 5

Same filename and directory in other branches
  1. 5.2 README.txt
The "update status" module checks with drupal.org once a day to see if there 
are new versions of Drupal and any modules that you are running. It requires 
cron to do its thing, so make sure that you have cron correctly enabled or
it won't be able to know. 

You can always manually hit cron from the administer >> logs >> status report 
page.

This module can only check for modules that are installed from 
'official releases' via the tarball. It will try to guess at modules 
installed from 'development snapshots' and from CVS, but if drupal.org
does not contain any official releases, nothing will show up. However,
once an official release appears on drupal.org, update status will see
that. While it will not mark the module out of date if it is from CVS,
it will mark it out of date if it is from a -dev snapshot.

You can tell it not to create a warning about a project being out of date
from the update_status settings page. For each project that it identifies
as having an official release on drupal.org, you may tell it to warn
if a project is has a new version available 'always', 'not for the current
version', or 'never'. If you select 'not for the current version' and
a new version is posted, the project will then show as having an available
update.

Modules that are set to not warn if updates are available, or are identified
as being CVS checkouts are displayed in yellow.

You can tell what type you are using by visiting administer >> site building 
>> modules. If the version number is in the form of "5.x-1.0" (for example) that is
an official release. If the version number is in the form of "5.x-1.x-dev"
then you are running a dev version. If it looks like "$Name$" or is
blank, you are probably running a strange version or a version from CVS.

INSTALLING THIS MODULE
======================

Simply drop the entire directory into your 'modules' directory or your 
'sites/all/modules' directory. Then visit administer >> site building >> modules
and enable this module.

USING THIS MODULE
=================

After installing, you may visit administer >> logs >> update status. If cron
has not yet run (and it probably won't have right after installing) run cron manually
to get the system started. 

The module will check on the next cron run that is at least 24 hours since the
last time your module update status was checked.

File

README.txt
View source
  1. The "update status" module checks with drupal.org once a day to see if there
  2. are new versions of Drupal and any modules that you are running. It requires
  3. cron to do its thing, so make sure that you have cron correctly enabled or
  4. it won't be able to know.
  5. You can always manually hit cron from the administer >> logs >> status report
  6. page.
  7. This module can only check for modules that are installed from
  8. 'official releases' via the tarball. It will try to guess at modules
  9. installed from 'development snapshots' and from CVS, but if drupal.org
  10. does not contain any official releases, nothing will show up. However,
  11. once an official release appears on drupal.org, update status will see
  12. that. While it will not mark the module out of date if it is from CVS,
  13. it will mark it out of date if it is from a -dev snapshot.
  14. You can tell it not to create a warning about a project being out of date
  15. from the update_status settings page. For each project that it identifies
  16. as having an official release on drupal.org, you may tell it to warn
  17. if a project is has a new version available 'always', 'not for the current
  18. version', or 'never'. If you select 'not for the current version' and
  19. a new version is posted, the project will then show as having an available
  20. update.
  21. Modules that are set to not warn if updates are available, or are identified
  22. as being CVS checkouts are displayed in yellow.
  23. You can tell what type you are using by visiting administer >> site building
  24. >> modules. If the version number is in the form of "5.x-1.0" (for example) that is
  25. an official release. If the version number is in the form of "5.x-1.x-dev"
  26. then you are running a dev version. If it looks like "$Name$" or is
  27. blank, you are probably running a strange version or a version from CVS.
  28. INSTALLING THIS MODULE
  29. ======================
  30. Simply drop the entire directory into your 'modules' directory or your
  31. 'sites/all/modules' directory. Then visit administer >> site building >> modules
  32. and enable this module.
  33. USING THIS MODULE
  34. =================
  35. After installing, you may visit administer >> logs >> update status. If cron
  36. has not yet run (and it probably won't have right after installing) run cron manually
  37. to get the system started.
  38. The module will check on the next cron run that is at least 24 hours since the
  39. last time your module update status was checked.