Closed (fixed)
Project:
Plugin Manager
Version:
6.x-1.10
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Jul 2009 at 20:38 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent
Comments
Comment #1
DrewMathers commentedI am also seeing this in 6x-1.9. Other updates work fine, but security updates don't show up.
Comment #2
Anonymous (not verified) commentedComment #3
psicomante commentedme too has this issue. 6x-1.10
Comment #4
traceelements commentedMe too. I have a webform security update that needs to be run, but it's not showing up in the plugin manager as an available update.
Comment #5
philbar commentedDupe: #607650: Is this module supposed to install module security updates?
Comment #6
sinasalek commentedSame here
Comment #7
matteoraggi commentedMe too using the last stable version and drupal 6.14, but I was thinking that this is not a problem, just if there are some security fixes, could be that it need special upgrade, for example to delete files and then reupload or some secial dependencies to read irst to upgrade automatically, for example panels 3 need many details to read first to upgrade from 2.
Comment #8
traceelements commentedI've just been doing a search in the plugin manager for the module that needs to be updated, and then installing the new version. It's not as simple as I would like it to be in order for my clients to run their own updates, but it's easier than going to drupal, downloading the new version, unzipping the module, and then uploading the new version.
Comment #9
tallsimon commentedI would really like to be able to install security updates like any other updates too!
Comment #10
DrewMathers commentedIn plugin_manager_admin.inc change line 533
Tested and works in 6.x-1.9
Comment #11
DrewMathers commentedSorry, got the version number wrong. Actually tested in 6.x-1.10
Comment #12
Anonymous (not verified) commentedThanks DrewMathers! That has just been committed.
Comment #14
Dimm commented+1
Comment #15
modctek commentedWill this ever be pushed to the production version? I see the 6.x-dev is not being updated.
Comment #16
modctek commentedAlso noticed that updates marked as "Not Supported" are also omitted. If you add another or clause to the above on line 533, it will pick up those updates as well:
if ($project['status'] == UPDATE_NOT_CURRENT | $project['status'] == UPDATE_NOT_SECURE ) | $project['status'] == UPDATE_NOT_SUPPORTED) {Keep in mind, I don't know if the above is recommended, as the "Not Supported" status is a different animal from the previous 2 statuses.
Comment #17
DrewMathers commentedmodctek,
Thanks, I have included your contribution to the fix for #832464: Core update listed