admin/settings/releasemonitor --> The latest status has been retrieved for all active modules. See Releases.

Releases points to admin/releases which in (at least 5.x) should be admin/build/releases

Sorry for the rough report, I'm sickin tired atm.

CommentFileSizeAuthor
#1 releases_page_path.patch1.46 KBewhipple

Comments

ewhipple’s picture

StatusFileSize
new1.46 KB

On admin/settings/releasemonitor, there is a link to admin/releases. For Drupal 5, this should be admin/build/releases.

The problem arises from the fact that the string "admin/releases" appears in two places in releasemonitor.module, but was only changed in one.

The attached patch moves the version-checking logic into a private function, _releases_page_path(), and substitutes a function call for the two places where the string was used.

ewhipple’s picture

Status: Active » Needs review

Forgot to change the status.

douggreen’s picture

Status: Needs review » Fixed

Thanks. Your patch was almost right - I also had to move the $version variable to the function.

As soon as the project is more stable, I plan on branching for 4.7, and problems (and code) like this will disappear.

ewhipple’s picture

Status: Fixed » Closed (fixed)

Thanks, Doug!