Closed (won't fix)
Project:
Update Status
Version:
5.x-2.2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2008 at 17:25 UTC
Updated:
9 Jun 2008 at 19:26 UTC
One of the reasons for not immediately upgrading to Drupal 6.x is the question: is there a v 6 for all my modules? Would it be much work to add a line about that in Update status? A line that informs me whether such a version is available?
Many thanks beforehand
TR
Comments
Comment #2
aren cambre commentedSubscribe. This would be a handy feature.
Comment #3
AnotherHowie commentedI was just about to post this same request, too.
Comment #4
AnotherHowie commentedIt's *really* cheezy, but I just added this for myself:
Copy update_status folder to upgrade_status.
Rename update_status.* inside to upgrade_status (css, module, info, install)
Search & replace UPDATE for UPGRADE and update for upgrade (case sensitive!) in all those files.
In upgrade_status.module, change the top define from5.x to 6.x, and the URL below back to http://updates... (because you just search & replaced it).
I also pulled out the drupal.org version info from upgrade_status.info so that update_status didn't moan.
One Upgrade Status module :-)
It seems to work for me...
You don't get any advice on whether the module is now redundant, of course, and nothing at all for the ones that Update Status couldn't help with previously.
Comment #5
naught101 commentedsubscribing. would be very useful.
Comment #6
dman commentedThat's actually a cool idea!
I'd love to be able to do an audit of the modules I'm now using to see whether it's a good idea to push a few leftover ones forward and just go!
Comment #7
dwwThe problem is that it'd sort of suck to add this functionality in the D5 version, which we then can't add to the D6 version since it's a new feature. :( I guess we could move the code into Update advanced for D6 contrib, and see if we can get it into D7 core...
So, what's the UI really going to look like? Mockups please. Patches welcome if you're up for it. I'm not fundamentally opposed, but I have no time to work on this and it's not particularly itchy for me. ;)
Cheers,
-Derek
Comment #8
aren cambre commented[spreads itch power all over dww]
Comment #9
sinasalek commentedSubscribe , That's a very useful feature.
Comment #10
sinasalek commentedAnotherHowie - That would be nice if you could upload your modified version here. :)
Comment #11
dwwsun already forked update_status to provide this functionality as a new stand-alone contrib module:
http://drupal.org/project/upgrade_status
So, I guess the train has left the station on this. No longer my problem. ;)