Recently, the official Drupal 5.x seems to have become unsupported. This is causing the Update Status module to report daily module problems. Would it be possible to keep the 5.x branch supported until the Drupal 5.x Core is no longer supported, at least?

Comments

vm’s picture

Category: feature » support

5.x never had a stable release leaving a -dev release marked as supported when the developer is no longer supporting it doesn't really make sense just so your update status module doesn't report it as unsupported when that is what it is. IMO.

I'll leave this active for the dev to mark as fixed. Also changing category to support request.

deekayen’s picture

Status: Active » Closed (works as designed)

It was no mistake for me to un-support 5.x and I am aware of the chaos it causes in update status.

vivianspencer’s picture

Is there a reason you've decided to no longer support 5.x, the dev version works fine for me

deekayen’s picture

I don't run anymore 5.x sites as of 2 days from now, which makes reproducing bugs and testing fixes a bit harder. It's been several months that D6 has been out and D7 is going to be somewhat involved in coding updates, so I'm dropping 5.x on all my modules to spend more time on 7.x.

vivianspencer’s picture

Just as reference for others, you can remove the unsupported notices displayed by the Update Status module if you remove or comment out the project line in the modules .info file

junyor’s picture

@vivianspencer: There is no project line in the Drupal 5.x version of the user_readonly.info file.

vm’s picture

yes there is: marked in bold below:

; $Id: user_readonly.info,v 1.1.2.2 2008/06/13 18:46:11 deekayen Exp $
name = User Read-Only
description = "Set user profile fields to read-only in the user/#/edit screens."

; Information added by drupal.org packaging script on 2009-02-15
version = "5.x-1.x-dev"
project = "user_readonly"
datestamp = "1234700365"

junyor’s picture

Ah. I'm using a version checked out from CVS, so it doesn't have the stuff added by the drupal.org packaging script.

hapydoyzer’s picture

Go to admin/logs/updates/settings and mark "User Read-Only" as Warn if out of date: Never

Sorry, this not works actually.